root/branches/libffado-2.0/support/mixer-qt4/mixer_nodevice.ui

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>NoDeviceMixerUI</class>
3  <widget class="QWidget" name="NoDeviceMixerUI" >
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>No supported device found. Please attach a supported device.</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.