Changeset 769 for trunk/src/gui/kernel/qsoftkeymanager_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qsoftkeymanager_p.h
r651 r769 64 64 class QSoftKeyManagerPrivate; 65 65 66 const char MENU_ACTION_PROPERTY[] = "_q_menuaction"; 66 const char MENU_ACTION_PROPERTY[] = "_q_menuAction"; 67 const char FORCE_ENABLED_PROPERTY[] = "_q_forceEnabledInSoftkeys"; 67 68 68 69 class Q_AUTOTEST_EXPORT QSoftKeyManager : public QObject … … 88 89 static QAction *createAction(StandardSoftKey standardKey, QWidget *actionWidget); 89 90 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); 90 94 91 95 protected: … … 95 99 QSoftKeyManager(); 96 100 static QSoftKeyManager *instance(); 97 static const char *standardSoftKeyText(StandardSoftKey standardKey);98 101 bool appendSoftkeys(const QWidget &source, int level); 99 102 QWidget *softkeySource(QWidget *previousSource, bool& recursiveMerging);
Note:
See TracChangeset
for help on using the changeset viewer.