Ui update

This commit is contained in:
Rafael 2016-04-14 01:59:41 +02:00
parent 485771ec59
commit f44b5bc259
6 changed files with 43 additions and 11 deletions

View file

@ -33,6 +33,7 @@ OptionsDialog::OptionsDialog(ProfileDatabase *profileDB, QWidget *parent) :
ui(new Ui::OptionsDialog)
{
ui->setupUi(this);
ui->tabWidget->setCurrentIndex(0);
setupTreeWidget();
setupLanguageBox();
}