Changeset 128 for smplayer/trunk/src/minigui.h
- Timestamp:
- Mar 29, 2012, 4:53:15 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 127
- Property svn:mergeinfo changed
-
smplayer/trunk/src/minigui.h
r124 r128 29 29 class TimeLabelAction; 30 30 class FloatingWidget; 31 class QToolBar;31 class EditableToolbar; 32 32 33 33 class MiniGui : public BaseGuiPlus … … 36 36 37 37 public: 38 MiniGui( bool use_server,QWidget* parent = 0, Qt::WindowFlags flags = 0 );38 MiniGui( QWidget* parent = 0, Qt::WindowFlags flags = 0 ); 39 39 ~MiniGui(); 40 40 … … 55 55 protected: 56 56 virtual void retranslateStrings(); 57 #if USE_CONFIGURABLE_TOOLBARS 58 virtual QMenu * createPopupMenu(); 59 #endif 57 60 58 61 void createActions(); … … 70 73 71 74 protected: 72 QToolBar * controlwidget;75 EditableToolbar * controlwidget; 73 76 74 77 FloatingWidget * floating_control; … … 79 82 #endif 80 83 TimeLabelAction * time_label_action; 84 85 #if USE_CONFIGURABLE_TOOLBARS 86 MyAction * editControlAct; 87 MyAction * editFloatingControlAct; 88 #endif 81 89 }; 82 90
Note:
See TracChangeset
for help on using the changeset viewer.