mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #901, use CSingleApplicationUi for UI settings
plus stylesheet update to notice disabled component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
57ede8b04c
commit
b392992944
@@ -27,6 +27,7 @@ namespace BlackGui
|
||||
{
|
||||
CSettingsGuiComponent::CSettingsGuiComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
BlackGui::CSingleApplicationUi(this),
|
||||
ui(new Ui::CSettingsGuiComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user