Changeset 115 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Apr 30, 2010, 5:59:09 PM (14 years ago)
Author:
laleppa
Message:

+ Added support for switching between available Qt Styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r107 r115  
    6464        void actionSettingsLanguageAutodetectTriggered(bool checked);
    6565        void groupSettingsLanguageListTriggered(QAction *action);
     66        void actionSettingsStyleSystemTriggered(bool checked);
     67        void groupSettingsStyleListTriggered(QAction *action);
    6668#ifdef Q_OS_WIN32
    6769        void actionHelpCheck4UpdatesTriggered();
     
    8890        QString fileName;
    8991        QActionGroup *groupSettingsLanguageList;
     92        QActionGroup *groupSettingsStyleList;
    9093#ifndef QT_NO_PRINTER
    9194        QPrinter *printer;
     
    122125        void loadLangList();
    123126        bool loadLanguage(const QString &lang = QString());
     127        void loadStyleList();
    124128        bool maybeSave();
    125129        void outputMatrix(QTextCursor &cur, const TMatrix &matrix);
Note: See TracChangeset for help on using the changeset viewer.