Unify look of all pages.
Now they have a QTabWidget with no tabs as a background.
This commit is contained in:
parent
bc05ad30aa
commit
1ed90293ac
14 changed files with 607 additions and 525 deletions
|
@ -38,6 +38,7 @@ ModFolderPage::ModFolderPage(BaseInstance *inst, std::shared_ptr<ModList> mods,
|
|||
: QWidget(parent), ui(new Ui::ModFolderPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tabWidget->tabBar()->hide();
|
||||
m_inst = inst;
|
||||
m_mods = mods;
|
||||
m_id = id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue