Changeset 115 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Apr 30, 2010, 5:59:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r107 r115 64 64 void actionSettingsLanguageAutodetectTriggered(bool checked); 65 65 void groupSettingsLanguageListTriggered(QAction *action); 66 void actionSettingsStyleSystemTriggered(bool checked); 67 void groupSettingsStyleListTriggered(QAction *action); 66 68 #ifdef Q_OS_WIN32 67 69 void actionHelpCheck4UpdatesTriggered(); … … 88 90 QString fileName; 89 91 QActionGroup *groupSettingsLanguageList; 92 QActionGroup *groupSettingsStyleList; 90 93 #ifndef QT_NO_PRINTER 91 94 QPrinter *printer; … … 122 125 void loadLangList(); 123 126 bool loadLanguage(const QString &lang = QString()); 127 void loadStyleList(); 124 128 bool maybeSave(); 125 129 void outputMatrix(QTextCursor &cur, const TMatrix &matrix);
Note: See TracChangeset
for help on using the changeset viewer.