refs #335, refs #288 some GUI finetuning

* turned log component (from toolbox) into tab widget (for consistency)
* made keypad ident/mute buttons checkable so style sheets can be applied
This commit is contained in:
Klaus Basan
2014-11-17 18:54:27 +01:00
committed by Roland Winklmeier
parent eb13c9d4ae
commit b8597ce8d8
4 changed files with 30 additions and 32 deletions

View File

@@ -42,24 +42,13 @@
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QToolBox" name="tb_StatusPage">
<widget class="QTabWidget" name="tw_StatusPage">
<property name="currentIndex">
<number>0</number>
</property>
<property name="tabSpacing">
<number>3</number>
</property>
<widget class="QWidget" name="pg_StatusPageMessages">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>398</width>
<height>250</height>
</rect>
</property>
<attribute name="label">
<string>Messages</string>
<widget class="QWidget" name="pg_LogPage" native="true">
<attribute name="title">
<string>Log</string>
</attribute>
<layout class="QVBoxLayout" name="vl_StatusPageMessages">
<property name="spacing">
@@ -92,16 +81,8 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="pg_StatusPageConsole">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>398</width>
<height>250</height>
</rect>
</property>
<attribute name="label">
<widget class="QWidget" name="pg_LogConsole" native="true">
<attribute name="title">
<string>Console</string>
</attribute>
<layout class="QVBoxLayout" name="vl_StatusPageConsole">