Changeset 156 for smplayer/trunk/src/skingui/mediapanel.h
- Timestamp:
- Feb 21, 2014, 5:26:03 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 154
- Property svn:mergeinfo changed
-
smplayer/trunk/src/skingui/mediapanel.h
r142 r156 28 28 #include "mybutton.h" 29 29 #include "panelseeker.h" 30 31 class QGridLayout; 30 32 31 33 class ScrollingLabel : public QWidget … … 85 87 void setDuration(int duration); 86 88 void setMediaLabelText(QString text); 89 void setResolutionLabelText(QString text); 87 90 void setStatusText(QString text, int time = 2000); 88 91 void setBuffering(bool enable); … … 91 94 public slots: 92 95 void setSeeker(int v); 96 void setResolutionVisible(bool b); 93 97 94 98 private: 95 99 Ui::MediaPanelClass ui; 100 QGridLayout * layout; 96 101 QPixmap leftBackground; 97 102 QPixmap centerBackground; 98 103 QPixmap rightBackground; 99 104 ScrollingLabel* mediaLabel; 105 QLabel *resolutionLabel; 100 106 PanelSeeker* seeker; 101 107 MyButton* repeatButton; … … 109 115 private slots: 110 116 void reverseStatus(); 117 void rearrangeWidgets(bool resolution_visible); 111 118 112 119 protected:
Note:
See TracChangeset
for help on using the changeset viewer.