Updated license to GPL 2+
[jackctlmmc.git] / qt / src / qjackmmc.ui
blob9008317ae9af6df4fd6a00b1787b4d8fe4817126
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QjackMMC</class>
4 <widget class="QMainWindow" name="QjackMMC">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>419</width>
10 <height>362</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>419</width>
22 <height>335</height>
23 </size>
24 </property>
25 <property name="maximumSize">
26 <size>
27 <width>419</width>
28 <height>32767</height>
29 </size>
30 </property>
31 <property name="windowTitle">
32 <string>QjackMMC</string>
33 </property>
34 <widget class="QWidget" name="centralwidget">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <layout class="QVBoxLayout" name="verticalLayout">
42 <item>
43 <layout class="QGridLayout" name="gridLayout">
44 <property name="sizeConstraint">
45 <enum>QLayout::SetFixedSize</enum>
46 </property>
47 <item row="1" column="1">
48 <widget class="QLabel" name="fpsLabel">
49 <property name="whatsThis">
50 <string>The framerate (number of frames per second) of the device(s) connected to QjackMMC</string>
51 </property>
52 <property name="lineWidth">
53 <number>2</number>
54 </property>
55 <property name="text">
56 <string>&amp;Frames / sec</string>
57 </property>
58 <property name="buddy">
59 <cstring>fpsEdit</cstring>
60 </property>
61 </widget>
62 </item>
63 <item row="2" column="0">
64 <widget class="QLineEdit" name="jitterEdit">
65 <property name="whatsThis">
66 <string>The maximum allowable difference between the JACK transport position and the time specified by an incoming MMC locate messages without changing the JACK position.</string>
67 </property>
68 <property name="inputMask">
69 <string/>
70 </property>
71 <property name="text">
72 <string>50</string>
73 </property>
74 <property name="maxLength">
75 <number>5</number>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="1">
80 <widget class="QLabel" name="jittterLabel">
81 <property name="whatsThis">
82 <string>The maximum allowable difference between the JACK transport position and the time specified by an incoming MMC locate messages without changing the JACK position.</string>
83 </property>
84 <property name="text">
85 <string> &amp;Jitter tolerance (ms)</string>
86 </property>
87 <property name="buddy">
88 <cstring>jitterEdit</cstring>
89 </property>
90 </widget>
91 </item>
92 <item row="1" column="0">
93 <widget class="QLineEdit" name="fpsEdit">
94 <property name="whatsThis">
95 <string>The framerate (number of frames per second) of the device(s) connected to QjackMMC</string>
96 </property>
97 <property name="inputMask">
98 <string/>
99 </property>
100 <property name="text">
101 <string>30</string>
102 </property>
103 <property name="maxLength">
104 <number>4</number>
105 </property>
106 </widget>
107 </item>
108 <item row="7" column="0">
109 <widget class="QPushButton" name="loadButton">
110 <property name="whatsThis">
111 <string>Load your last saved settings from ~/.qjackmmc</string>
112 </property>
113 <property name="text">
114 <string>&amp;Load saved defaults</string>
115 </property>
116 </widget>
117 </item>
118 <item row="7" column="1">
119 <widget class="QPushButton" name="saveButton">
120 <property name="whatsThis">
121 <string>Save your current settings to ~/.qjackmmc</string>
122 </property>
123 <property name="text">
124 <string>Save as &amp;Default settings</string>
125 </property>
126 </widget>
127 </item>
128 <item row="3" column="0">
129 <widget class="QLineEdit" name="deviceEdit">
130 <property name="whatsThis">
131 <string>The device ID of the MIDI device controlling QJackMMC. If you don't know, it's probably 7f.</string>
132 </property>
133 <property name="text">
134 <string>7f</string>
135 </property>
136 <property name="maxLength">
137 <number>2</number>
138 </property>
139 </widget>
140 </item>
141 <item row="3" column="1">
142 <widget class="QLabel" name="deviceLabel">
143 <property name="whatsThis">
144 <string>The device ID of the MIDI device controlling QJackMMC. If you don't know, it's probably 7f.</string>
145 </property>
146 <property name="text">
147 <string>Device &amp;ID in hexadecimal</string>
148 </property>
149 <property name="buddy">
150 <cstring>deviceEdit</cstring>
151 </property>
152 </widget>
153 </item>
154 <item row="5" column="1">
155 <widget class="QPushButton" name="whatsThisButton">
156 <property name="whatsThis">
157 <string>It shows you messages like this. Now try clicking this then something else you want to know about.</string>
158 </property>
159 <property name="text">
160 <string>&amp;What does that do?</string>
161 </property>
162 </widget>
163 </item>
164 <item row="5" column="0">
165 <widget class="QCheckBox" name="verboseBox">
166 <property name="whatsThis">
167 <string>Check this to output verbose messages to the message area below.</string>
168 </property>
169 <property name="text">
170 <string>&amp;Verbose output</string>
171 </property>
172 </widget>
173 </item>
174 <item row="6" column="0">
175 <spacer name="verticalSpacer">
176 <property name="orientation">
177 <enum>Qt::Vertical</enum>
178 </property>
179 <property name="sizeType">
180 <enum>QSizePolicy::Fixed</enum>
181 </property>
182 <property name="sizeHint" stdset="0">
183 <size>
184 <width>20</width>
185 <height>10</height>
186 </size>
187 </property>
188 </spacer>
189 </item>
190 </layout>
191 </item>
192 <item>
193 <widget class="QCheckBox" name="rtBox">
194 <property name="whatsThis">
195 <string>Check this to schedule alsa sequencer polling with the highest allowable thread priority.</string>
196 </property>
197 <property name="text">
198 <string>Use &amp;high priority thread for alsa polling</string>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <widget class="QTextEdit" name="messageArea">
204 <property name="whatsThis">
205 <string>if &quot;Verbose output&quot; is checked, text about any received MMC messages will appear here.</string>
206 </property>
207 <property name="readOnly">
208 <bool>true</bool>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </widget>
214 <widget class="QMenuBar" name="menubar">
215 <property name="geometry">
216 <rect>
217 <x>0</x>
218 <y>0</y>
219 <width>419</width>
220 <height>23</height>
221 </rect>
222 </property>
223 <widget class="QMenu" name="menuQJackMMC">
224 <property name="sizePolicy">
225 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
226 <horstretch>0</horstretch>
227 <verstretch>0</verstretch>
228 </sizepolicy>
229 </property>
230 <property name="title">
231 <string>&amp;QJackMMC</string>
232 </property>
233 <addaction name="actionQuit"/>
234 </widget>
235 <widget class="QMenu" name="menu_Help">
236 <property name="title">
237 <string>&amp;Help</string>
238 </property>
239 <addaction name="actionWhat"/>
240 <addaction name="actionAbout"/>
241 </widget>
242 <addaction name="menuQJackMMC"/>
243 <addaction name="menu_Help"/>
244 </widget>
245 <widget class="QStatusBar" name="statusbar">
246 <property name="sizePolicy">
247 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
248 <horstretch>0</horstretch>
249 <verstretch>0</verstretch>
250 </sizepolicy>
251 </property>
252 </widget>
253 <action name="actionQuit">
254 <property name="text">
255 <string>&amp;Quit</string>
256 </property>
257 </action>
258 <action name="actionWhat">
259 <property name="text">
260 <string>&amp;What's This?</string>
261 </property>
262 </action>
263 <action name="actionAbout">
264 <property name="text">
265 <string>&amp;About</string>
266 </property>
267 </action>
268 </widget>
269 <tabstops>
270 <tabstop>fpsEdit</tabstop>
271 <tabstop>jitterEdit</tabstop>
272 <tabstop>deviceEdit</tabstop>
273 <tabstop>loadButton</tabstop>
274 <tabstop>saveButton</tabstop>
275 </tabstops>
276 <resources/>
277 <connections/>
278 </ui>