Now with more screens about to be added, move main interface to tab widgets.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user