mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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
|
||||
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()
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>swift Mapping Wizard</string>
|
||||
<string>swift mapping wizard</string>
|
||||
</property>
|
||||
<property name="wizardStyle">
|
||||
<enum>QWizard::ClassicStyle</enum>
|
||||
@@ -325,12 +325,6 @@
|
||||
<height>300</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user