mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 01:35:45 +08:00
refs #368, renamed Mapping to Rendering (as discussed in meeting)
This commit is contained in:
@@ -444,7 +444,7 @@
|
|||||||
<set>Qt::TopDockWidgetArea</set>
|
<set>Qt::TopDockWidgetArea</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Mappings</string>
|
<string>Rendering</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="dockWidgetArea">
|
<attribute name="dockWidgetArea">
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
|
|||||||
@@ -377,7 +377,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Mappings</string>
|
<string>Rendering</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|||||||
@@ -45,11 +45,11 @@
|
|||||||
<item row="0" column="0" colspan="5">
|
<item row="0" column="0" colspan="5">
|
||||||
<widget class="QTabWidget" name="tw_ListViews">
|
<widget class="QTabWidget" name="tw_ListViews">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tb_CurrentMappings">
|
<widget class="QWidget" name="tb_CurrentMappings">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Current mappings</string>
|
<string>Rendered aircraft</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="vl_CurrentMappings">
|
<layout class="QVBoxLayout" name="vl_CurrentMappings">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
|||||||
Reference in New Issue
Block a user