|
Revision 1298, 1.1 kB
(checked in by ppalmers, 4 years ago)
|
add Qt4 port of the mixer (only for audiofire and saffire ATM). needed since PyQt?3 doesn't support DBUS signals.
|
| Line | |
|---|
| 1 |
<ui version="4.0" > |
|---|
| 2 |
<class>PanelManagerStatusUI</class> |
|---|
| 3 |
<widget class="QWidget" name="PanelManagerStatusUI" > |
|---|
| 4 |
<property name="geometry" > |
|---|
| 5 |
<rect> |
|---|
| 6 |
<x>0</x> |
|---|
| 7 |
<y>0</y> |
|---|
| 8 |
<width>611</width> |
|---|
| 9 |
<height>218</height> |
|---|
| 10 |
</rect> |
|---|
| 11 |
</property> |
|---|
| 12 |
<property name="windowTitle" > |
|---|
| 13 |
<string>Form</string> |
|---|
| 14 |
</property> |
|---|
| 15 |
<layout class="QGridLayout" > |
|---|
| 16 |
<item row="0" column="0" > |
|---|
| 17 |
<widget class="QLabel" name="lblMessage" > |
|---|
| 18 |
<property name="sizePolicy" > |
|---|
| 19 |
<sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
|---|
| 20 |
<horstretch>0</horstretch> |
|---|
| 21 |
<verstretch>0</verstretch> |
|---|
| 22 |
</sizepolicy> |
|---|
| 23 |
</property> |
|---|
| 24 |
<property name="minimumSize" > |
|---|
| 25 |
<size> |
|---|
| 26 |
<width>300</width> |
|---|
| 27 |
<height>200</height> |
|---|
| 28 |
</size> |
|---|
| 29 |
</property> |
|---|
| 30 |
<property name="text" > |
|---|
| 31 |
<string>Bus reconfiguration in progress, please wait...</string> |
|---|
| 32 |
</property> |
|---|
| 33 |
<property name="alignment" > |
|---|
| 34 |
<set>Qt::AlignCenter</set> |
|---|
| 35 |
</property> |
|---|
| 36 |
<property name="wordWrap" > |
|---|
| 37 |
<bool>true</bool> |
|---|
| 38 |
</property> |
|---|
| 39 |
</widget> |
|---|
| 40 |
</item> |
|---|
| 41 |
</layout> |
|---|
| 42 |
</widget> |
|---|
| 43 |
<resources/> |
|---|
| 44 |
<connections/> |
|---|
| 45 |
</ui> |
|---|