src/gui/kernel/qaction_p.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   110     uint fontSet : 1;
   110     uint fontSet : 1;
   111 
   111 
   112     //for soft keys management
   112     //for soft keys management
   113     uint forceEnabledInSoftkeys : 1;
   113     uint forceEnabledInSoftkeys : 1;
   114     uint menuActionSoftkeys : 1;
   114     uint menuActionSoftkeys : 1;
       
   115     int iconVisibleInMenu : 3;  // Only has values -1, 0, and 1
   115 
   116 
   116     QAction::MenuRole menuRole : 3;
   117     QAction::MenuRole menuRole;
   117     QAction::SoftKeyRole softKeyRole : 2;
   118     QAction::SoftKeyRole softKeyRole;
   118     QAction::Priority priority : 14;
   119     QAction::Priority priority;
   119     int iconVisibleInMenu : 3;  // Only has values -1, 0, and 1
       
   120 
   120 
   121     QList<QWidget *> widgets;
   121     QList<QWidget *> widgets;
   122 #ifndef QT_NO_GRAPHICSVIEW
   122 #ifndef QT_NO_GRAPHICSVIEW
   123     QList<QGraphicsWidget *> graphicsWidgets;
   123     QList<QGraphicsWidget *> graphicsWidgets;
   124 #endif
   124 #endif