mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
refs #335, support for status bar for dock widgets
* status bar when floating * improved info area status * removed ui parts from infoarea
This commit is contained in:
committed by
Roland Winklmeier
parent
718965d78d
commit
8acf8e2ed0
@@ -36,7 +36,7 @@
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="BlackGui::CDockWidgetInfoArea" name="dw_CockpitVoiceRooms">
|
||||
<widget class="BlackGui::CDockWidgetInfoArea" name="dwp_CockpitVoiceRooms">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -58,7 +58,7 @@
|
||||
<attribute name="dockWidgetArea">
|
||||
<number>8</number>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="qw_CockpitVoiceRooms">
|
||||
<widget class="QWidget" name="qw_CockpitVoiceRoomsInner">
|
||||
<layout class="QVBoxLayout" name="vl_CockpitVoiceRooms">
|
||||
<property name="spacing">
|
||||
<number>3</number>
|
||||
@@ -88,7 +88,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="BlackGui::CDockWidgetInfoArea" name="dw_Audio">
|
||||
<widget class="BlackGui::CDockWidgetInfoArea" name="dwp_Audio">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -110,7 +110,7 @@
|
||||
<attribute name="dockWidgetArea">
|
||||
<number>8</number>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="qw_Audio">
|
||||
<widget class="QWidget" name="qw_AudioInner">
|
||||
<layout class="QVBoxLayout" name="vl_Audio">
|
||||
<property name="spacing">
|
||||
<number>3</number>
|
||||
|
||||
Reference in New Issue
Block a user