Ref T301, keypad and infobar init themself and can be re-connect (to core)

This commit is contained in:
Klaus Basan
2018-08-12 03:02:47 +02:00
parent a47da54d8c
commit 7805e2315c
5 changed files with 96 additions and 12 deletions

View File

@@ -13,12 +13,6 @@
<property name="windowTitle">
<string>Main keypad area</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="vl_MainKeypadArea">
<property name="spacing">
<number>0</number>
@@ -204,6 +198,9 @@
<property name="text">
<string>Connect</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="2">
@@ -361,6 +358,9 @@
<property name="text">
<string>Mute</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="4">