mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
Formatting
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>341</width>
|
<width>341</width>
|
||||||
<height>22</height>
|
<height>24</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<property name="frameShadow">
|
<property name="frameShadow">
|
||||||
<enum>QFrame::Raised</enum>
|
<enum>QFrame::Raised</enum>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="hl_AircraftCombinedType">
|
<layout class="QHBoxLayout" name="hl_AircraftCombinedType" stretch="1,3,1,3">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -66,10 +66,10 @@ namespace BlackGui
|
|||||||
//! Remove the * wildcards
|
//! Remove the * wildcards
|
||||||
QString stripWildcard(const QString &value) const;
|
QString stripWildcard(const QString &value) const;
|
||||||
|
|
||||||
bool m_valid = false; //!< is filter valid
|
bool m_valid = false; //!< is filter valid?
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_enabled = true;
|
bool m_enabled = true; //!< is filter enabled?
|
||||||
};
|
};
|
||||||
|
|
||||||
//! Model filter interface for those who can generate such a filter (e.g. a widget or dialog)
|
//! Model filter interface for those who can generate such a filter (e.g. a widget or dialog)
|
||||||
|
|||||||
Reference in New Issue
Block a user