root/trunk/libffado/support/mixer-qt4/mixer_global.ui

Revision 1501, 5.8 kB (checked in by ppalmers, 15 years ago)

fix merge issues with the QT4 mixer

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>700</width>
26     <height>80</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="QHBoxLayout" >
39    <property name="leftMargin" >
40     <number>3</number>
41    </property>
42    <property name="topMargin" >
43     <number>3</number>
44    </property>
45    <property name="rightMargin" >
46     <number>3</number>
47    </property>
48    <property name="bottomMargin" >
49     <number>3</number>
50    </property>
51    <item>
52     <layout class="QGridLayout" >
53      <property name="horizontalSpacing" >
54       <number>9</number>
55      </property>
56      <item row="0" column="0" colspan="2" >
57       <widget class="QLabel" name="lblName" >
58        <property name="font" >
59         <font>
60          <weight>75</weight>
61          <bold>true</bold>
62         </font>
63        </property>
64        <property name="text" >
65         <string>TextLabel</string>
66        </property>
67       </widget>
68      </item>
69      <item row="1" column="0" >
70       <widget class="QLabel" name="textLabel1" >
71        <property name="text" >
72         <string>Nickname:</string>
73        </property>
74        <property name="wordWrap" >
75         <bool>false</bool>
76        </property>
77        <property name="buddy" >
78         <cstring>txtNickname</cstring>
79        </property>
80       </widget>
81      </item>
82      <item row="1" column="1" >
83       <widget class="QLineEdit" name="txtNickname" >
84        <property name="minimumSize" >
85         <size>
86          <width>100</width>
87          <height>0</height>
88         </size>
89        </property>
90       </widget>
91      </item>
92     </layout>
93    </item>
94    <item>
95     <layout class="QGridLayout" >
96      <property name="horizontalSpacing" >
97       <number>9</number>
98      </property>
99      <item row="0" column="1" >
100       <widget class="QComboBox" name="clocksource" >
101        <property name="sizePolicy" >
102         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
103          <horstretch>1</horstretch>
104          <verstretch>0</verstretch>
105         </sizepolicy>
106        </property>
107       </widget>
108      </item>
109      <item row="1" column="0" >
110       <widget class="QLabel" name="textLabel2_2" >
111        <property name="text" >
112         <string>Sample Rate:</string>
113        </property>
114        <property name="wordWrap" >
115         <bool>false</bool>
116        </property>
117        <property name="buddy" >
118         <cstring>samplerate</cstring>
119        </property>
120       </widget>
121      </item>
122      <item row="1" column="1" >
123       <widget class="QComboBox" name="samplerate" >
124        <property name="enabled" >
125         <bool>true</bool>
126        </property>
127        <property name="sizePolicy" >
128         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
129          <horstretch>1</horstretch>
130          <verstretch>0</verstretch>
131         </sizepolicy>
132        </property>
133       </widget>
134      </item>
135      <item row="0" column="0" >
136       <widget class="QLabel" name="textLabel2" >
137        <property name="text" >
138         <string>Clock Source:</string>
139        </property>
140        <property name="wordWrap" >
141         <bool>false</bool>
142        </property>
143        <property name="buddy" >
144         <cstring>clocksource</cstring>
145        </property>
146       </widget>
147      </item>
148     </layout>
149    </item>
150    <item>
151     <widget class="QGroupBox" name="grpStatus" >
152      <property name="sizePolicy" >
153       <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
154        <horstretch>0</horstretch>
155        <verstretch>0</verstretch>
156       </sizepolicy>
157      </property>
158      <property name="title" >
159       <string>Stream Status</string>
160      </property>
161      <layout class="QVBoxLayout" >
162       <item>
163        <widget class="QCheckBox" name="chkStreamOut" >
164         <property name="enabled" >
165          <bool>false</bool>
166         </property>
167         <property name="layoutDirection" >
168          <enum>Qt::RightToLeft</enum>
169         </property>
170         <property name="text" >
171          <string>Outgoing</string>
172         </property>
173        </widget>
174       </item>
175       <item>
176        <widget class="QCheckBox" name="chkStreamIn" >
177         <property name="enabled" >
178          <bool>false</bool>
179         </property>
180         <property name="layoutDirection" >
181          <enum>Qt::RightToLeft</enum>
182         </property>
183         <property name="text" >
184          <string>Incoming</string>
185         </property>
186        </widget>
187       </item>
188      </layout>
189     </widget>
190    </item>
191    <item>
192     <spacer>
193      <property name="orientation" >
194       <enum>Qt::Horizontal</enum>
195      </property>
196      <property name="sizeType" >
197       <enum>QSizePolicy::Expanding</enum>
198      </property>
199      <property name="sizeHint" >
200       <size>
201        <width>330</width>
202        <height>10</height>
203       </size>
204      </property>
205     </spacer>
206    </item>
207   </layout>
208  </widget>
209  <layoutdefault spacing="6" margin="11" />
210  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
211  <resources/>
212  <connections/>
213 </ui>
Note: See TracBrowser for help on using the browser.