| 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>DummyMixerUI</class> |
|---|
| 20 |
<widget class="QWidget" name="DummyMixerUI" > |
|---|
| 21 |
<property name="geometry" > |
|---|
| 22 |
<rect> |
|---|
| 23 |
<x>0</x> |
|---|
| 24 |
<y>0</y> |
|---|
| 25 |
<width>309</width> |
|---|
| 26 |
<height>290</height> |
|---|
| 27 |
</rect> |
|---|
| 28 |
</property> |
|---|
| 29 |
<property name="windowTitle" > |
|---|
| 30 |
<string>Dummy Panel</string> |
|---|
| 31 |
</property> |
|---|
| 32 |
<layout class="QGridLayout" > |
|---|
| 33 |
<item row="0" column="0" colspan="2" > |
|---|
| 34 |
<widget class="QLabel" name="textLabel1" > |
|---|
| 35 |
<property name="text" > |
|---|
| 36 |
<string>This panel is merely a placeholder for devices that don't have a mixer panel yet.</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 |
<item row="1" column="0" > |
|---|
| 47 |
<spacer> |
|---|
| 48 |
<property name="orientation" > |
|---|
| 49 |
<enum>Qt::Horizontal</enum> |
|---|
| 50 |
</property> |
|---|
| 51 |
<property name="sizeType" > |
|---|
| 52 |
<enum>QSizePolicy::Expanding</enum> |
|---|
| 53 |
</property> |
|---|
| 54 |
<property name="sizeHint" > |
|---|
| 55 |
<size> |
|---|
| 56 |
<width>40</width> |
|---|
| 57 |
<height>20</height> |
|---|
| 58 |
</size> |
|---|
| 59 |
</property> |
|---|
| 60 |
</spacer> |
|---|
| 61 |
</item> |
|---|
| 62 |
</layout> |
|---|
| 63 |
</widget> |
|---|
| 64 |
<layoutdefault spacing="6" margin="11" /> |
|---|
| 65 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|---|
| 66 |
<resources/> |
|---|
| 67 |
<connections/> |
|---|
| 68 |
</ui> |
|---|