Changeset 14389 for trunk/qt/mainwin.h
- Timestamp:
- Dec 18, 2014, 1:30:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/mainwin.h
r14385 r14389 70 70 TorrentModel& myModel; 71 71 Ui_MainWindow ui; 72 QIcon mySpeedModeOffIcon;73 QIcon mySpeedModeOnIcon;74 72 time_t myLastSendTime; 75 73 time_t myLastReadTime; … … 147 145 private: 148 146 QMenu * createOptionsMenu (); 149 Q Widget * createStatusBar();150 QWidget * myStatusBar;151 QPushButton * myAltSpeedButton; 147 QMenu * createStatsModeMenu (); 148 void initStatusBar (); 149 152 150 QAction * myAltSpeedAction; 153 QPushButton * myOptionsButton;154 QPushButton * myStatsModeButton;155 QLabel * myStatsLabel;156 QLabel * myDownloadSpeedLabel;157 QLabel * myUploadSpeedLabel;158 QLabel * myNetworkLabel;159 151 QString myErrorMessage; 160 152
Note: See TracChangeset
for help on using the changeset viewer.