Add speedwidget based on QGraphicsView

This commit is contained in:
Anton Lashkov
2014-08-25 15:58:48 +04:00
parent b26724d12b
commit 7b736b6ae3
16 changed files with 756 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ class PropTabBar : public QHBoxLayout
Q_DISABLE_COPY(PropTabBar)
public:
enum PropertyTab {MAIN_TAB, TRACKERS_TAB, PEERS_TAB, URLSEEDS_TAB, FILES_TAB};
enum PropertyTab {MAIN_TAB, TRACKERS_TAB, PEERS_TAB, URLSEEDS_TAB, FILES_TAB, SPEED_TAB};
public:
explicit PropTabBar(QWidget *parent = 0);