~ubuntu-branches/ubuntu/breezy/muse/breezy

« back to all changes in this revision

Viewing changes to synti/fluid/fluidguibase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI>
 
2
<class>FLUIDGuiBase</class>
 
3
<widget>
 
4
    <class>QDialog</class>
 
5
    <property stdset="1">
 
6
        <name>name</name>
 
7
        <cstring>FLUIDGuiBase</cstring>
 
8
    </property>
 
9
    <property stdset="1">
 
10
        <name>geometry</name>
 
11
        <rect>
 
12
            <x>0</x>
 
13
            <y>0</y>
 
14
            <width>248</width>
 
15
            <height>94</height>
 
16
        </rect>
 
17
    </property>
 
18
    <property stdset="1">
 
19
        <name>caption</name>
 
20
        <string>Form1</string>
 
21
    </property>
 
22
    <vbox>
 
23
        <property stdset="1">
 
24
            <name>margin</name>
 
25
            <number>11</number>
 
26
        </property>
 
27
        <property stdset="1">
 
28
            <name>spacing</name>
 
29
            <number>6</number>
 
30
        </property>
 
31
        <widget>
 
32
            <class>QLayoutWidget</class>
 
33
            <property stdset="1">
 
34
                <name>name</name>
 
35
                <cstring>Layout1</cstring>
 
36
            </property>
 
37
            <hbox>
 
38
                <property stdset="1">
 
39
                    <name>margin</name>
 
40
                    <number>0</number>
 
41
                </property>
 
42
                <property stdset="1">
 
43
                    <name>spacing</name>
 
44
                    <number>6</number>
 
45
                </property>
 
46
                <widget>
 
47
                    <class>QLabel</class>
 
48
                    <property stdset="1">
 
49
                        <name>name</name>
 
50
                        <cstring>TextLabel1</cstring>
 
51
                    </property>
 
52
                    <property stdset="1">
 
53
                        <name>text</name>
 
54
                        <string>Soundfont</string>
 
55
                    </property>
 
56
                </widget>
 
57
                <widget>
 
58
                    <class>QLineEdit</class>
 
59
                    <property stdset="1">
 
60
                        <name>name</name>
 
61
                        <cstring>pathEntry</cstring>
 
62
                    </property>
 
63
                </widget>
 
64
                <widget>
 
65
                    <class>QToolButton</class>
 
66
                    <property stdset="1">
 
67
                        <name>name</name>
 
68
                        <cstring>fdialogButton</cstring>
 
69
                    </property>
 
70
                    <property stdset="1">
 
71
                        <name>text</name>
 
72
                        <string></string>
 
73
                    </property>
 
74
                    <property stdset="1">
 
75
                        <name>pixmap</name>
 
76
                        <pixmap>image0</pixmap>
 
77
                    </property>
 
78
                </widget>
 
79
            </hbox>
 
80
        </widget>
 
81
        <spacer>
 
82
            <property>
 
83
                <name>name</name>
 
84
                <cstring>Spacer2</cstring>
 
85
            </property>
 
86
            <property stdset="1">
 
87
                <name>orientation</name>
 
88
                <enum>Vertical</enum>
 
89
            </property>
 
90
            <property stdset="1">
 
91
                <name>sizeType</name>
 
92
                <enum>Expanding</enum>
 
93
            </property>
 
94
            <property>
 
95
                <name>sizeHint</name>
 
96
                <size>
 
97
                    <width>20</width>
 
98
                    <height>20</height>
 
99
                </size>
 
100
            </property>
 
101
        </spacer>
 
102
        <widget>
 
103
            <class>QLayoutWidget</class>
 
104
            <property stdset="1">
 
105
                <name>name</name>
 
106
                <cstring>Layout2</cstring>
 
107
            </property>
 
108
            <hbox>
 
109
                <property stdset="1">
 
110
                    <name>margin</name>
 
111
                    <number>0</number>
 
112
                </property>
 
113
                <property stdset="1">
 
114
                    <name>spacing</name>
 
115
                    <number>6</number>
 
116
                </property>
 
117
                <widget>
 
118
                    <class>QPushButton</class>
 
119
                    <property stdset="1">
 
120
                        <name>name</name>
 
121
                        <cstring>loadButton</cstring>
 
122
                    </property>
 
123
                    <property stdset="1">
 
124
                        <name>sizePolicy</name>
 
125
                        <sizepolicy>
 
126
                            <hsizetype>5</hsizetype>
 
127
                            <vsizetype>0</vsizetype>
 
128
                        </sizepolicy>
 
129
                    </property>
 
130
                    <property stdset="1">
 
131
                        <name>text</name>
 
132
                        <string>Load</string>
 
133
                    </property>
 
134
                </widget>
 
135
                <spacer>
 
136
                    <property>
 
137
                        <name>name</name>
 
138
                        <cstring>Spacer1</cstring>
 
139
                    </property>
 
140
                    <property stdset="1">
 
141
                        <name>orientation</name>
 
142
                        <enum>Horizontal</enum>
 
143
                    </property>
 
144
                    <property stdset="1">
 
145
                        <name>sizeType</name>
 
146
                        <enum>Expanding</enum>
 
147
                    </property>
 
148
                    <property>
 
149
                        <name>sizeHint</name>
 
150
                        <size>
 
151
                            <width>20</width>
 
152
                            <height>20</height>
 
153
                        </size>
 
154
                    </property>
 
155
                </spacer>
 
156
            </hbox>
 
157
        </widget>
 
158
    </vbox>
 
159
</widget>
 
160
<images>
 
161
    <image>
 
162
        <name>image0</name>
 
163
        <data format="XPM.GZ" length="469">789c5d8fb10ac2301040f77c45e86d45ac955607f1131447411c2e97141daaa07510f1dfcd256992fadae1de23e9d1aa94c7c34e9695780e385c49d2051fb2d4afbe7f9fcedb8f28ea95b4ef5ad6c54c147349727fbf199ec1ceb070b01a566cb0c68655b3524b4b6a5989551b7e5891b5eb105b64555eb541725b1c60f1536c36b80aa9417636dd1de37fcbcea5cfc71d804a2178625316f4406a90e31b02254203d216f7db06c20ed77c1adb34a516526cd314ce6570fb6ec40ff56a68fe</data>
 
164
    </image>
 
165
</images>
 
166
</UI>