Set up stacked widget.
This commit is contained in:
parent
4e85edacc8
commit
ee51f3ee09
51 changed files with 808 additions and 195 deletions
|
@ -0,0 +1,11 @@
|
|||
#include "TopBar.h"
|
||||
|
||||
TopBar::TopBar()
|
||||
{
|
||||
SetBackgroundColor(Color::Create(50, 50, 50));
|
||||
}
|
||||
|
||||
std::unique_ptr<TopBar> TopBar::Create()
|
||||
{
|
||||
return std::make_unique<TopBar>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue