Ignore:
Timestamp:
Oct 9, 2014, 11:54:00 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 14.9.0

Location:
smplayer/vendor/current/src/mpcgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/mpcgui/mpcgui.cpp

    r163 r168  
    135135        floating_control->hide();
    136136        spacer = new QSpacerItem(10,10);
     137
     138
     139
     140
     141
     142
     143
    137144}
    138145
     
    177184        floating_control->layout()->addItem(spacer);
    178185        floating_control->layout()->addWidget(controlwidget);
     186
    179187        controlwidget->show();
    180188        timeslidewidget->show();
     
    204212        floating_control->layout()->removeWidget(timeslidewidget);
    205213        floating_control->layout()->removeItem(spacer);
     214
    206215        addToolBar(Qt::BottomToolBarArea, controlwidget);
    207216        addToolBarBreak(Qt::BottomToolBarArea);
     
    418427        time_display->setText( text );
    419428        time_label_action->setText(text );
     429
    420430}
    421431
  • smplayer/vendor/current/src/mpcgui/mpcgui.h

    r163 r168  
    8585    QToolBar* timeslidewidget;
    8686
    87     QLabel * audiochannel_display;
     87QLabel * audiochannel_display;
    8888        QLabel * time_display;
    8989        QLabel * frame_display;
     90
     91
    9092
    9193        AutohideWidget * floating_control;
Note: See TracChangeset for help on using the changeset viewer.