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


Ignore:
Timestamp:
May 2, 2010, 12:51:20 PM (14 years ago)
Author:
laleppa
Message:

+ Started adding a toolbar customization with the ude of QtToolbarDialog? (http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qttoolbardialog/).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r116 r117  
    6363        void actionSettingsPreferencesTriggered();
    6464        void actionSettingsLanguageAutodetectTriggered(bool checked);
     65#ifndef HANDHELD
     66        void on_actionSettingsToolbars_triggered();
     67#endif // HANDHELD
    6568        void groupSettingsLanguageListTriggered(QAction *action);
    6669        void actionSettingsStyleSystemTriggered(bool checked);
     
    9194        QActionGroup *groupSettingsLanguageList;
    9295        QActionGroup *groupSettingsStyleList;
     96#ifndef HANDHELD
     97        QtToolBarManager *toolBarManager;
     98#endif // HANDHELD
    9399#ifndef QT_NO_PRINTER
    94100        QPrinter *printer;
Note: See TracChangeset for help on using the changeset viewer.