Changeset 168 for smplayer/vendor/current/src/mpcgui
- Timestamp:
- Oct 9, 2014, 11:54:00 AM (11 years ago)
- Location:
- smplayer/vendor/current/src/mpcgui
- Files:
-
- 2 edited
-
mpcgui.cpp (modified) (4 diffs)
-
mpcgui.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mpcgui/mpcgui.cpp
r163 r168 135 135 floating_control->hide(); 136 136 spacer = new QSpacerItem(10,10); 137 138 139 140 141 142 143 137 144 } 138 145 … … 177 184 floating_control->layout()->addItem(spacer); 178 185 floating_control->layout()->addWidget(controlwidget); 186 179 187 controlwidget->show(); 180 188 timeslidewidget->show(); … … 204 212 floating_control->layout()->removeWidget(timeslidewidget); 205 213 floating_control->layout()->removeItem(spacer); 214 206 215 addToolBar(Qt::BottomToolBarArea, controlwidget); 207 216 addToolBarBreak(Qt::BottomToolBarArea); … … 418 427 time_display->setText( text ); 419 428 time_label_action->setText(text ); 429 420 430 } 421 431 -
smplayer/vendor/current/src/mpcgui/mpcgui.h
r163 r168 85 85 QToolBar* timeslidewidget; 86 86 87 QLabel * audiochannel_display;87 QLabel * audiochannel_display; 88 88 QLabel * time_display; 89 89 QLabel * frame_display; 90 91 90 92 91 93 AutohideWidget * floating_control;
Note:
See TracChangeset
for help on using the changeset viewer.
