NOISSUE polish the new instance UI a bit more
This commit is contained in:
parent
1ef416cb56
commit
370bbada87
4 changed files with 51 additions and 45 deletions
|
@ -13,6 +13,7 @@ FTBPage::FTBPage(NewInstanceDialog* dialog, QWidget *parent)
|
|||
: QWidget(parent), dialog(dialog), ui(new Ui::FTBPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tabWidget->tabBar()->hide();
|
||||
ftbPackDownloader = new FtbPackDownloader();
|
||||
|
||||
connect(ftbPackDownloader, &FtbPackDownloader::ready, this, &FTBPage::ftbPackDataDownloadSuccessfully);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue