Ignore:
Timestamp:
Feb 21, 2014, 5:26:03 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.6

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/skingui/mediapanel.h

    r142 r156  
    2828#include "mybutton.h"
    2929#include "panelseeker.h"
     30
     31class QGridLayout;
    3032
    3133class ScrollingLabel : public QWidget
     
    8587    void setDuration(int duration);
    8688    void setMediaLabelText(QString text);
     89    void setResolutionLabelText(QString text);
    8790    void setStatusText(QString text, int time = 2000);
    8891    void setBuffering(bool enable);
     
    9194public slots:
    9295        void setSeeker(int v);
     96        void setResolutionVisible(bool b);
    9397
    9498private:
    9599    Ui::MediaPanelClass ui;
     100    QGridLayout * layout;
    96101    QPixmap leftBackground;
    97102    QPixmap centerBackground;
    98103    QPixmap rightBackground;
    99104    ScrollingLabel* mediaLabel;
     105    QLabel *resolutionLabel;
    100106    PanelSeeker* seeker;
    101107    MyButton* repeatButton;
     
    109115private slots:
    110116    void reverseStatus();
     117    void rearrangeWidgets(bool resolution_visible);
    111118
    112119protected:
Note: See TracChangeset for help on using the changeset viewer.