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

Revision 2803, 2.0 kB (checked in by jwoithe, 3 years ago)

Cosmetic: capitalise "L" in "Linux".

"Linux" is a proper noun so it should start with a capital letter. These
changes are almost all within comments.

This patch was originally proposed by pander on the ffado-devel mailing
list. It has been expanded to cover all similar cases to maintain
consistency throughout the source tree.

  • Property svn:mergeinfo set to
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <comment>Copyright (C) 2005-2008 by Pieter Palmers
4        
5         This file is part of FFADO
6         FFADO = Free FireWire (pro-)audio drivers for Linux
7        
8         FFADO is based upon FreeBoB.
9        
10         This program is free software: you can redistribute it and/or modify
11         it under the terms of the GNU General Public License as published by
12         the Free Software Foundation, either version 2 of the License, or
13         (at your option) version 3 of the License.
14        
15         This program is distributed in the hope that it will be useful,
16         but WITHOUT ANY WARRANTY; without even the implied warranty of
17         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18         GNU General Public License for more details.
19 </comment>
20  <class>DummyMixerUI</class>
21  <widget class="QWidget" name="DummyMixerUI">
22   <property name="geometry">
23    <rect>
24     <x>0</x>
25     <y>0</y>
26     <width>309</width>
27     <height>290</height>
28    </rect>
29   </property>
30   <property name="windowTitle">
31    <string>Dummy Panel</string>
32   </property>
33   <layout class="QGridLayout">
34    <item row="0" column="0" colspan="2">
35     <widget class="QLabel" name="textLabel1">
36      <property name="text">
37       <string>This panel is merely a placeholder for devices that don't have a mixer panel (yet).</string>
38      </property>
39      <property name="alignment">
40       <set>Qt::AlignVCenter</set>
41      </property>
42      <property name="wordWrap">
43       <bool>true</bool>
44      </property>
45     </widget>
46    </item>
47    <item row="1" column="0">
48     <spacer>
49      <property name="orientation">
50       <enum>Qt::Horizontal</enum>
51      </property>
52      <property name="sizeType">
53       <enum>QSizePolicy::Expanding</enum>
54      </property>
55      <property name="sizeHint" stdset="0">
56       <size>
57        <width>40</width>
58        <height>20</height>
59       </size>
60      </property>
61     </spacer>
62    </item>
63   </layout>
64  </widget>
65  <layoutdefault spacing="6" margin="11"/>
66  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
67  <resources/>
68  <connections/>
69 </ui>
Note: See TracBrowser for help on using the browser.