Changeset 89e5214692 in tspsg for src/settingsdialog.cpp
- Timestamp:
- Sep 12, 2012, 6:50:04 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 197f54a2b9
- Parents:
- f48433245d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/settingsdialog.cpp
rf48433245d r89e5214692 128 128 bgWhite->layout()->setMargin(0); 129 129 130 #ifdef Q_ WS_S60130 #ifdef Q_OS_SYMBIAN 131 131 // On Symbian buttons are moved to a native bar so Help button is 132 132 // left alone. This causes it to be more to the middle instead of … … 217 217 #endif // HANDHELD 218 218 219 #ifdef Q_ WS_WINCE_WM219 #ifdef Q_OS_WINCE_WM 220 220 // We need to react to SIP show/hide and resize the window appropriately 221 221 connect(QApplication::desktop(), SIGNAL(workAreaResized(int)), SLOT(desktopResized(int))); 222 #endif // Q_ WS_WINCE_WM222 #endif // Q_OS_WINCE_WM 223 223 connect(spinRandMin, SIGNAL(valueChanged(int)), SLOT(spinRandMinValueChanged(int))); 224 224 connect(buttonFont, SIGNAL(clicked()), SLOT(buttonFontClicked())); … … 325 325 #else 326 326 adjustSize(); 327 #endif // Q_ WS_WINCE_WM327 #endif // Q_OS_WINCE_WM 328 328 } 329 329 … … 512 512 } 513 513 514 #ifdef Q_ WS_WINCE_WM514 #ifdef Q_OS_WINCE_WM 515 515 void SettingsDialog::desktopResized(int screen) 516 516 { … … 544 544 QWidget::showEvent(ev); 545 545 } 546 #endif // Q_ WS_WINCE_WM546 #endif // Q_OS_WINCE_WM 547 547 548 548 void SettingsDialog::spinRandMinValueChanged(int val) {
Note: See TracChangeset
for help on using the changeset viewer.