root/trunk/libffado/support/mixer-qt4/ffado/panelmanagerstatus.ui

Revision 1640, 1.1 kB (checked in by arnonym, 15 years ago)

Make it more pythonic.

All ffado stuff is now in packages getting installed to the official python dirs. Ideally this would allow other apps to use the stuff from us.

Maybe the generic widgets (that are used by multiple mixers) should go into ffado/widgets...

  • Property svn:mergeinfo set to
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>
Note: See TracBrowser for help on using the browser.