Now with more screens about to be added, move main interface to tab widgets.

This commit is contained in:
Kevin Whitaker
2017-02-19 15:42:34 -05:00
parent 48a33d31ec
commit 4f2eb8232d
5 changed files with 68 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
#define PLAYERINTERFACE_H
#include <Wt/WContainerWidget>
#include <Wt/WTabWidget>
#include <Wt/WHBoxLayout>
#include <Wt/WVBoxLayout>
#include "../WebInterface.h"
@@ -52,7 +53,12 @@ public:
Wt::WPushButton* skipRequest;
Wt::WPushButton* skipDeny;
//TabView
Wt::WTabWidget* mainDisplay;
//Vote Controls
Wt::WContainerWidget* voteMetaContainer;
Wt::WVBoxLayout* voteMetaLayout;
Wt::WContainerWidget* voteControlContainer;
Wt::WContainerWidget* voteTracksContainer;
Wt::WText* voteHeader;