Changeset 92 in tspsg-svn for trunk/src/settingsdialog.h
- Timestamp:
- Feb 23, 2010, 9:21:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/settingsdialog.h
r87 r92 44 44 bool colorChanged() const; 45 45 bool fontChanged() const; 46 qint8 translucencyChanged() const; 46 47 47 48 private: 49 bool _newFont; 50 bool _newColor; 51 qint8 _translucency; 52 48 53 QColor color; 49 54 QFont font; 50 bool newFont; 51 bool newColor; 55 52 56 QSettings *settings; 53 57 QHBoxLayout *layoutCitiesLimit; 58 #ifdef Q_OS_WIN32 59 QCheckBox *cbUseTranslucency; 60 #endif // Q_OS_WIN32 54 61 #ifndef Q_OS_WINCE 55 62 QCheckBox *cbSaveState; … … 59 66 60 67 bool event(QEvent *ev); 61 #endif // Q_OS_WINCE68 #endif 62 69 63 70 private slots:
Note: See TracChangeset
for help on using the changeset viewer.