Changeset 7bb19df196 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
May 2, 2010, 11:59:26 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:
8b0661d1ee
Parents:
94cd045fad
git-author:
Oleksii Serdiuk <contacts@…> (05/02/10 23:59:26)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
Message:

Finished toolbar customization feature.
It is not available on handheld devices (mainly, because the customization dialog is too big for a small screen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r94cd045fad r7bb19df196  
    6363        void actionSettingsPreferencesTriggered();
    6464        void actionSettingsLanguageAutodetectTriggered(bool checked);
    65 #ifndef HANDHELD
    66         void on_actionSettingsToolbars_triggered();
    67 #endif // HANDHELD
    6865        void groupSettingsLanguageListTriggered(QAction *action);
    6966        void actionSettingsStyleSystemTriggered(bool checked);
    7067        void groupSettingsStyleListTriggered(QAction *action);
     68#ifndef HANDHELD
     69        void actionSettingsToolbarsConfigureTriggered();
     70#endif // HANDHELD
    7171#ifdef Q_OS_WIN32
    7272        void actionHelpCheck4UpdatesTriggered();
     
    9595        QActionGroup *groupSettingsStyleList;
    9696#ifndef HANDHELD
     97        QAction *actionSettingsToolbarsConfigure;
    9798        QtToolBarManager *toolBarManager;
    9899#endif // HANDHELD
     
    132133        bool loadLanguage(const QString &lang = QString());
    133134        void loadStyleList();
     135        void loadToolbarList();
    134136        bool maybeSave();
    135137        void outputMatrix(QTextCursor &cur, const TMatrix &matrix);
Note: See TracChangeset for help on using the changeset viewer.