#121 Added GUI frontend for IRCv3 options.

master
Tomatix 4 years ago
parent 9d19dc75ba
commit 320cf68fff
  1. 2
      IConfig/IConfigOptions.cpp
  2. 915
      IConfig/IConfigOptions.ui

@ -19,7 +19,7 @@ IConfigOptions::IConfigOptions(QWidget *parent) :
ui->setupUi(this);
// TODO remove this line whenever background images can be dealt with...
ui->tabWidget->setTabVisible(2, false);
ui->tabWidget->setTabVisible(3, false);
layout = new QVBoxLayout(ui->tabColors);
colorCfg = new ColorConfig;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save