Changeset 188 for smplayer/trunk/src/defaultgui.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/defaultgui.h
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 92 92 protected slots: 93 93 virtual void updateWidgets(); 94 virtual void displayTime(double sec); 94 95 virtual void displayFrame(int frame); 95 96 virtual void displayABSection(int secs_a, int secs_b); 96 97 virtual void displayVideoInfo(int width, int height, double fps); 98 virtual void displayBitrateInfo(int vbitrate, int abitrate); 97 99 void checkCompactMode(); 98 100 #ifdef ADD_QUICK_ACCESS … … 118 120 QLabel * video_info_display; 119 121 QLabel * format_info_display; 122 QLabel * bitrate_info_display; 120 123 #ifdef BUFFERING_ANIMATION 121 124 StateWidget * state_widget; … … 150 153 MyAction * viewVideoInfoAct; 151 154 MyAction * viewFormatInfoAct; 155 MyAction * viewBitrateInfoAct; 156 MyAction * useMillisecondsAct; 152 157 153 158 #if USE_CONFIGURABLE_TOOLBARS … … 161 166 QMenu * statusbar_menu; 162 167 163 int last_second;164 165 168 bool fullscreen_toolbar1_was_visible; 166 169 bool compact_toolbar1_was_visible;
Note:
See TracChangeset
for help on using the changeset viewer.