Changeset 9338 for trunk/qt/mainwin.cc
- Timestamp:
- Oct 20, 2009, 2:01:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/mainwin.cc
r9261 r9338 1081 1081 1082 1082 1083 QCheckBox * button = new QCheckBox( tr( " Display&options dialog" ) );1083 QCheckBox * button = new QCheckBox( tr( "Show &options dialog" ) ); 1084 1084 button->setChecked( myPrefs.getBool( Prefs::OPTIONS_PROMPT ) ); 1085 1085 QGridLayout * layout = dynamic_cast<QGridLayout*>(myFileDialog->layout());
Note: See TracChangeset
for help on using the changeset viewer.