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

Revision 1640, 1.5 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  <comment>Copyright (C) 2005-2008 by Pieter Palmers
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>MackieOnyxMixerUI</class>
20  <widget class="QWidget" name="MackieOnyxMixerUI" >
21   <property name="geometry" >
22    <rect>
23     <x>0</x>
24     <y>0</y>
25     <width>166</width>
26     <height>238</height>
27    </rect>
28   </property>
29   <property name="windowTitle" >
30    <string>Mackie Onyx Mixer Control</string>
31   </property>
32   <layout class="QVBoxLayout" >
33    <item>
34     <widget class="QLabel" name="textLabel1" >
35      <property name="text" >
36       <string>No additional controls are available for the Mackie Onyx Mixer</string>
37      </property>
38      <property name="alignment" >
39       <set>Qt::AlignVCenter</set>
40      </property>
41      <property name="wordWrap" >
42       <bool>true</bool>
43      </property>
44     </widget>
45    </item>
46   </layout>
47  </widget>
48  <layoutdefault spacing="6" margin="11" />
49  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
50  <resources/>
51  <connections/>
52 </ui>
Note: See TracBrowser for help on using the browser.