mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Minor UI/style fixes
This commit is contained in:
@@ -267,7 +267,7 @@ namespace BlackCore
|
|||||||
//! \ingroup reverselookup
|
//! \ingroup reverselookup
|
||||||
BlackMisc::Simulation::CAircraftModel reverseLookupModelWithFlightplanData(
|
BlackMisc::Simulation::CAircraftModel reverseLookupModelWithFlightplanData(
|
||||||
const BlackMisc::Aviation::CCallsign &callsign, const QString &aircraftIcao,
|
const BlackMisc::Aviation::CCallsign &callsign, const QString &aircraftIcao,
|
||||||
const QString &airlineIcao, const QString &livery, const QString &modelString,
|
const QString &airlineIcao, const QString &liveryString, const QString &modelString,
|
||||||
BlackMisc::Simulation::CAircraftModel::ModelType type, BlackMisc::CStatusMessageList *log);
|
BlackMisc::Simulation::CAircraftModel::ModelType type, BlackMisc::CStatusMessageList *log);
|
||||||
|
|
||||||
//! Create aircraft in range, this is the only place where a new aircraft should be added
|
//! Create aircraft in range, this is the only place where a new aircraft should be added
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>272</width>
|
<width>255</width>
|
||||||
<height>80</height>
|
<height>82</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -15,16 +15,16 @@
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gl_FsdSetupForm">
|
<layout class="QGridLayout" name="gl_FsdSetupForm">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="topMargin">
|
<property name="topMargin">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="rightMargin">
|
<property name="rightMargin">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ namespace BlackMisc
|
|||||||
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
|
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
|
||||||
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
|
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
|
||||||
|
|
||||||
//! Compare by index
|
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||||
int comparePropertyByIndex(const CPropertyIndex &index, const CServer &compareValue) const;
|
int comparePropertyByIndex(const CPropertyIndex &index, const CServer &compareValue) const;
|
||||||
|
|
||||||
//! \copydoc BlackMisc::Mixin::String::toQString()
|
//! \copydoc BlackMisc::Mixin::String::toQString()
|
||||||
|
|||||||
Reference in New Issue
Block a user