refs #901, use CSingleApplicationUi for UI settings

plus stylesheet update to notice disabled component
This commit is contained in:
Klaus Basan
2017-03-07 04:57:47 +01:00
committed by Mathew Sutcliffe
parent 57ede8b04c
commit b392992944
3 changed files with 8 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ namespace BlackGui
{
CSettingsGuiComponent::CSettingsGuiComponent(QWidget *parent) :
QFrame(parent),
BlackGui::CSingleApplicationUi(this),
ui(new Ui::CSettingsGuiComponent)
{
ui->setupUi(this);