mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #743, updated GUI labels / styles (minor changes)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
11e32a065e
commit
09bd981e81
@@ -71,12 +71,6 @@
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>88</width>
|
||||
<height>25</height>
|
||||
<width>107</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -38,7 +38,7 @@
|
||||
<string>Include model</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>In</string>
|
||||
<string>Incl.</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
@@ -48,7 +48,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rb_Exclude">
|
||||
<property name="text">
|
||||
<string>Ex.</string>
|
||||
<string>Excl.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="cb_UseOwnAcftPosition">
|
||||
<property name="text">
|
||||
<string>Use Own Aircraft Position</string>
|
||||
<string>Use own aircraft position</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
@@ -72,7 +72,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Lat or ICAO</string>
|
||||
<string>latitude or ICAO</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -85,7 +85,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Lon</string>
|
||||
<string>longitude</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user