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:
Klaus Basan
2015-03-21 02:42:46 +01:00
parent 3c077ef579
commit 66da4d7353
13 changed files with 83 additions and 16 deletions

View File

@@ -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>