Qt Code:
void setPass::on_pushButton_clicked() { setUsername(user = ui->userName->text()); setPassword( pass = ui->passWord->text()); accept(); // <<<<<<<<<<<< }To copy to clipboard, switch view to plain text mode
Qt Code:
void setPass::on_pushButton_clicked() { setUsername(user = ui->userName->text()); setPassword( pass = ui->passWord->text()); accept(); // <<<<<<<<<<<< }To copy to clipboard, switch view to plain text mode
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
smemamian (20th April 2013)
Bookmarks