Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qsoftkeymanager_p.h

    r651 r769  
    6464class QSoftKeyManagerPrivate;
    6565
    66 const char MENU_ACTION_PROPERTY[] = "_q_menuaction";
     66const char MENU_ACTION_PROPERTY[] = "_q_menuAction";
     67const char FORCE_ENABLED_PROPERTY[] = "_q_forceEnabledInSoftkeys";
    6768
    6869class Q_AUTOTEST_EXPORT QSoftKeyManager : public QObject
     
    8889    static QAction *createAction(StandardSoftKey standardKey, QWidget *actionWidget);
    8990    static QAction *createKeyedAction(StandardSoftKey standardKey, Qt::Key key, QWidget *actionWidget);
     91    static QString standardSoftKeyText(StandardSoftKey standardKey);
     92    static void setForceEnabledInSoftkeys(QAction *action);
     93    static bool isForceEnabledInSofkeys(QAction *action);
    9094
    9195protected:
     
    9599    QSoftKeyManager();
    96100    static QSoftKeyManager *instance();
    97     static const char *standardSoftKeyText(StandardSoftKey standardKey);
    98101    bool appendSoftkeys(const QWidget &source, int level);
    99102    QWidget *softkeySource(QWidget *previousSource, bool& recursiveMerging);
Note: See TracChangeset for help on using the changeset viewer.