mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-05 14:49:12 +00:00
Rework the settings dialog. Rework all of it. Thoroughly.
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
This commit is contained in:
@@ -34,9 +34,10 @@
|
||||
#include <MultiMC.h>
|
||||
|
||||
AccountListPage::AccountListPage(QWidget *parent)
|
||||
: QDialog(parent), ui(new Ui::AccountListPage)
|
||||
: QWidget(parent), ui(new Ui::AccountListPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tabWidget->tabBar()->hide();
|
||||
|
||||
m_accounts = MMC->accounts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user