34 if (validDefault) |
34 if (validDefault) |
35 ui.heading->hide(); |
35 ui.heading->hide(); |
36 else |
36 else |
37 { |
37 { |
38 cancelButton()->setText ("Exit"); |
38 cancelButton()->setText ("Exit"); |
39 cancelButton()->setIcon (GetIcon ("exit")); |
39 cancelButton()->setIcon (MainWindow::getIcon ("exit")); |
40 } |
40 } |
41 |
41 |
42 okButton()->setEnabled (false); |
42 okButton()->setEnabled (false); |
43 |
43 |
44 connect (ui.path, SIGNAL (textChanged (QString)), this, SIGNAL (pathChanged (QString))); |
44 connect (ui.path, SIGNAL (textChanged (QString)), this, SIGNAL (pathChanged (QString))); |