mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #935, hack to fix QWizardPage style as stylesheet selection does not work
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1c2ca5fca1
commit
269ecadf7d
@@ -57,6 +57,13 @@ namespace BlackGui
|
|||||||
|
|
||||||
// init if data already available
|
// init if data already available
|
||||||
this->ps_webDataRead();
|
this->ps_webDataRead();
|
||||||
|
|
||||||
|
// \fixme setting per stylesheet does NOT work, this hardcoded stuff should be removed
|
||||||
|
const QString style("background-image: url(:/textures/icons/textures/texture-inner.jpg)");
|
||||||
|
ui->wp2_Aircraft->setStyleSheet(style);
|
||||||
|
ui->wp3_LiveryColor->setStyleSheet(style);
|
||||||
|
ui->wp4_Livery->setStyleSheet(style);
|
||||||
|
ui->wp5_Distributor->setStyleSheet(style);
|
||||||
}
|
}
|
||||||
|
|
||||||
CDbQuickMappingWizard::~CDbQuickMappingWizard()
|
CDbQuickMappingWizard::~CDbQuickMappingWizard()
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>swift Mapping Wizard</string>
|
<string>swift mapping wizard</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wizardStyle">
|
<property name="wizardStyle">
|
||||||
<enum>QWizard::ClassicStyle</enum>
|
<enum>QWizard::ClassicStyle</enum>
|
||||||
@@ -325,12 +325,6 @@
|
|||||||
<height>300</height>
|
<height>300</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
|
||||||
<enum>QFrame::StyledPanel</enum>
|
|
||||||
</property>
|
|
||||||
<property name="frameShadow">
|
|
||||||
<enum>QFrame::Raised</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user