Changeset e3533af1cf in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Apr 30, 2010, 5:59:09 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
2bbe924ad8
Parents:
e51c78af27
git-author:
Oleksii Serdiuk <contacts@…> (04/30/10 17:59:09)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
Message:

+ Added support for switching between available Qt Styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    re51c78af27 re3533af1cf  
    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.