mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Style and some view columns/UI renamings
This commit is contained in:
@@ -164,7 +164,7 @@ namespace BlackGui
|
||||
QTimer m_updateTimer;
|
||||
QPointer<BlackCore::ISimulator> m_simulator; //!< related simulator
|
||||
QPointer<BlackCore::CAirspaceMonitor> m_airspaceMonitor; //!< related airspace monitor
|
||||
BlackMisc::Aviation::CAircraftSituationList m_lastInterpolations;
|
||||
BlackMisc::Aviation::CAircraftSituationList m_lastInterpolations; //!< list of last interpolations
|
||||
BlackMisc::Aviation::CCallsign m_callsign; //!< current callsign
|
||||
int m_elvRequested = 0; //!< counted via signal
|
||||
int m_elvReceived = 0; //!< counted via signal
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
<item>
|
||||
<widget class="QTabWidget" name="tw_LogTabs">
|
||||
<property name="currentIndex">
|
||||
<number>5</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tb_DataFlow">
|
||||
<attribute name="title">
|
||||
@@ -528,7 +528,7 @@
|
||||
</property>
|
||||
<widget class="QGroupBox" name="gb_InboundSituations">
|
||||
<property name="title">
|
||||
<string>Inbound situations</string>
|
||||
<string>Inbound situations from network</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_InboundSituations">
|
||||
<item>
|
||||
@@ -548,7 +548,7 @@
|
||||
</widget>
|
||||
<widget class="QGroupBox" name="gb_InboundParts">
|
||||
<property name="title">
|
||||
<string>Inbound parts</string>
|
||||
<string>Inbound parts from network</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_InboundParts">
|
||||
<item>
|
||||
@@ -755,7 +755,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_InterpolatedSituations">
|
||||
<property name="title">
|
||||
<string>Interpolated</string>
|
||||
<string>Interpolated (from interpolation logger)</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_InterpolatedGb">
|
||||
<item>
|
||||
@@ -777,7 +777,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_LoopbackSituations">
|
||||
<property name="title">
|
||||
<string>Loopback</string>
|
||||
<string>Loopback from simulator</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_LoopbackGb">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user