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

Revision 1505, 4.9 kB (checked in by arnonym, 3 years ago)

backport the layout changes of r1504

Line 
1 <ui version="4.0" >
2  <comment>Copyright (C) 2008 by Arnold Krille
3        
4         This file is part of FFADO
5         FFADO = Free Firewire (pro-)audio drivers for linux
6        
7         FFADO is based upon FreeBoB.
8        
9         This program is free software: you can redistribute it and/or modify
10         it under the terms of the GNU General Public License as published by
11         the Free Software Foundation, either version 2 of the License, or
12         (at your option) version 3 of the License.
13        
14         This program is distributed in the hope that it will be useful,
15         but WITHOUT ANY WARRANTY; without even the implied warranty of
16         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17         GNU General Public License for more details.
18 </comment>
19  <class>GlobalMixerUi</class>
20  <widget class="QWidget" name="GlobalMixerUi" >
21   <property name="geometry" >
22    <rect>
23     <x>0</x>
24     <y>0</y>
25     <width>591</width>
26     <height>79</height>
27    </rect>
28   </property>
29   <property name="sizePolicy" >
30    <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
31     <horstretch>0</horstretch>
32     <verstretch>0</verstretch>
33    </sizepolicy>
34   </property>
35   <property name="windowTitle" >
36    <string>Global Mixer Options</string>
37   </property>
38   <layout class="QGridLayout" name="gridLayout" >
39    <item row="0" column="0" colspan="2" >
40     <widget class="QLabel" name="lblName" >
41      <property name="font" >
42       <font>
43        <weight>75</weight>
44        <bold>true</bold>
45       </font>
46      </property>
47      <property name="text" >
48       <string>TextLabel</string>
49      </property>
50     </widget>
51    </item>
52    <item row="0" column="2" >
53     <widget class="QLabel" name="textLabel2" >
54      <property name="text" >
55       <string>Clock Source:</string>
56      </property>
57      <property name="wordWrap" >
58       <bool>false</bool>
59      </property>
60      <property name="buddy" >
61       <cstring>clocksource</cstring>
62      </property>
63     </widget>
64    </item>
65    <item row="0" column="3" >
66     <widget class="QComboBox" name="clocksource" >
67      <property name="sizePolicy" >
68       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
69        <horstretch>1</horstretch>
70        <verstretch>0</verstretch>
71       </sizepolicy>
72      </property>
73     </widget>
74    </item>
75    <item row="0" column="4" colspan="2" >
76     <widget class="QLabel" name="label" >
77      <property name="text" >
78       <string>Stream Status</string>
79      </property>
80      <property name="alignment" >
81       <set>Qt::AlignCenter</set>
82      </property>
83     </widget>
84    </item>
85    <item rowspan="2" row="0" column="6" >
86     <spacer>
87      <property name="orientation" >
88       <enum>Qt::Horizontal</enum>
89      </property>
90      <property name="sizeType" >
91       <enum>QSizePolicy::Expanding</enum>
92      </property>
93      <property name="sizeHint" stdset="0" >
94       <size>
95        <width>330</width>
96        <height>10</height>
97       </size>
98      </property>
99     </spacer>
100    </item>
101    <item row="1" column="0" >
102     <widget class="QLabel" name="textLabel1" >
103      <property name="text" >
104       <string>Nickname:</string>
105      </property>
106      <property name="wordWrap" >
107       <bool>false</bool>
108      </property>
109      <property name="buddy" >
110       <cstring>txtNickname</cstring>
111      </property>
112     </widget>
113    </item>
114    <item row="1" column="1" >
115     <widget class="QLineEdit" name="txtNickname" >
116      <property name="minimumSize" >
117       <size>
118        <width>100</width>
119        <height>0</height>
120       </size>
121      </property>
122     </widget>
123    </item>
124    <item row="1" column="2" >
125     <widget class="QLabel" name="textLabel2_2" >
126      <property name="text" >
127       <string>Sample Rate:</string>
128      </property>
129      <property name="wordWrap" >
130       <bool>false</bool>
131      </property>
132      <property name="buddy" >
133       <cstring>samplerate</cstring>
134      </property>
135     </widget>
136    </item>
137    <item row="1" column="3" >
138     <widget class="QComboBox" name="samplerate" >
139      <property name="enabled" >
140       <bool>true</bool>
141      </property>
142      <property name="sizePolicy" >
143       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
144        <horstretch>1</horstretch>
145        <verstretch>0</verstretch>
146       </sizepolicy>
147      </property>
148     </widget>
149    </item>
150    <item row="1" column="4" >
151     <widget class="QCheckBox" name="chkStreamOut" >
152      <property name="enabled" >
153       <bool>false</bool>
154      </property>
155      <property name="layoutDirection" >
156       <enum>Qt::RightToLeft</enum>
157      </property>
158      <property name="text" >
159       <string>Outgoing</string>
160      </property>
161     </widget>
162    </item>
163    <item row="1" column="5" >
164     <widget class="QCheckBox" name="chkStreamIn" >
165      <property name="enabled" >
166       <bool>false</bool>
167      </property>
168      <property name="layoutDirection" >
169       <enum>Qt::RightToLeft</enum>
170      </property>
171      <property name="text" >
172       <string>Incoming</string>
173      </property>
174     </widget>
175    </item>
176   </layout>
177  </widget>
178  <layoutdefault spacing="6" margin="11" />
179  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
180  <resources/>
181  <connections/>
182 </ui>
Note: See TracBrowser for help on using the browser.