mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #394, LED to display when mapper is ready
* function in context for models count * adjusted status bar component * in same step: menu to toggle "window on top"
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="hl_InfoBarStatus">
|
||||
<property name="spacing">
|
||||
<number>3</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
@@ -51,7 +51,7 @@
|
||||
<string>Network</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Net</string>
|
||||
<string>nt.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -70,7 +70,7 @@
|
||||
<string>Simulator</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Sim</string>
|
||||
<string>sm.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -84,6 +84,19 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lb_MapperReady">
|
||||
<property name="toolTip">
|
||||
<string>Mappings ready</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>mp.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="BlackGui::CLedWidget" name="led_MapperReady" native="true"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_DBus">
|
||||
<property name="sizePolicy">
|
||||
@@ -93,7 +106,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DBus</string>
|
||||
<string>DB</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -119,7 +132,7 @@
|
||||
<string>Push to talk</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Ptt</string>
|
||||
<string>ptt</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -135,7 +148,7 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Audio</string>
|
||||
<string>au.</string>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
|
||||
Reference in New Issue
Block a user