source: trunk/src/testing/app/qshare/capturewindow.ui @ 4

Revision 4, 7.5 KB checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CaptureWindow</class>
4 <widget class="QMainWindow" name="CaptureWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>352</width>
10    <height>250</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>0</width>
16    <height>0</height>
17   </size>
18  </property>
19  <property name="maximumSize">
20   <size>
21    <width>400</width>
22    <height>300</height>
23   </size>
24  </property>
25  <property name="baseSize">
26   <size>
27    <width>350</width>
28    <height>250</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Capture Window</string>
33  </property>
34  <property name="unifiedTitleAndToolBarOnMac">
35   <bool>true</bool>
36  </property>
37  <widget class="QWidget" name="centralwidget">
38   <layout class="QVBoxLayout" name="verticalLayout_3">
39    <item>
40     <layout class="QHBoxLayout" name="horizontalLayout">
41      <item>
42       <layout class="QVBoxLayout" name="verticalLayout">
43        <item>
44         <widget class="QLabel" name="label">
45          <property name="text">
46           <string>SAGE IP address</string>
47          </property>
48         </widget>
49        </item>
50        <item>
51         <widget class="QLabel" name="label_2">
52          <property name="text">
53           <string>Frame rate</string>
54          </property>
55         </widget>
56        </item>
57        <item>
58         <widget class="QLabel" name="label_3">
59          <property name="text">
60           <string>Compression</string>
61          </property>
62         </widget>
63        </item>
64        <item>
65         <widget class="QLabel" name="label_4">
66          <property name="text">
67           <string>Cursor</string>
68          </property>
69         </widget>
70        </item>
71       </layout>
72      </item>
73      <item>
74       <spacer name="horizontalSpacer">
75        <property name="orientation">
76         <enum>Qt::Horizontal</enum>
77        </property>
78        <property name="sizeHint" stdset="0">
79         <size>
80          <width>40</width>
81          <height>20</height>
82         </size>
83        </property>
84       </spacer>
85      </item>
86      <item>
87       <layout class="QVBoxLayout" name="verticalLayout_2">
88        <item>
89         <widget class="QLineEdit" name="lineEdit">
90          <property name="text">
91           <string>127.0.0.1</string>
92          </property>
93         </widget>
94        </item>
95        <item>
96         <widget class="QSpinBox" name="spinBox">
97          <property name="minimum">
98           <number>1</number>
99          </property>
100          <property name="maximum">
101           <number>100</number>
102          </property>
103          <property name="singleStep">
104           <number>1</number>
105          </property>
106          <property name="value">
107           <number>25</number>
108          </property>
109         </widget>
110        </item>
111        <item>
112         <widget class="QCheckBox" name="checkBox">
113          <property name="enabled">
114           <bool>true</bool>
115          </property>
116          <property name="text">
117           <string>DXT</string>
118          </property>
119          <property name="checked">
120           <bool>false</bool>
121          </property>
122         </widget>
123        </item>
124        <item>
125         <widget class="QCheckBox" name="checkBox_2">
126          <property name="enabled">
127           <bool>true</bool>
128          </property>
129          <property name="text">
130           <string>On</string>
131          </property>
132          <property name="checked">
133           <bool>true</bool>
134          </property>
135         </widget>
136        </item>
137       </layout>
138      </item>
139     </layout>
140    </item>
141    <item>
142     <spacer name="verticalSpacer_2">
143      <property name="orientation">
144       <enum>Qt::Vertical</enum>
145      </property>
146      <property name="sizeHint" stdset="0">
147       <size>
148        <width>20</width>
149        <height>5</height>
150       </size>
151      </property>
152     </spacer>
153    </item>
154    <item>
155     <widget class="Line" name="line">
156      <property name="orientation">
157       <enum>Qt::Horizontal</enum>
158      </property>
159     </widget>
160    </item>
161    <item>
162     <layout class="QHBoxLayout" name="horizontalLayout_4">
163      <item>
164       <widget class="QPushButton" name="pushButton">
165        <property name="text">
166         <string>Start</string>
167        </property>
168       </widget>
169      </item>
170      <item>
171       <widget class="QPushButton" name="pushButton_2">
172        <property name="text">
173         <string>Pause</string>
174        </property>
175       </widget>
176      </item>
177      <item>
178       <widget class="QPushButton" name="pushButton_3">
179        <property name="text">
180         <string>Stop</string>
181        </property>
182       </widget>
183      </item>
184     </layout>
185    </item>
186   </layout>
187  </widget>
188  <widget class="QMenuBar" name="menubar">
189   <property name="geometry">
190    <rect>
191     <x>0</x>
192     <y>0</y>
193     <width>352</width>
194     <height>22</height>
195    </rect>
196   </property>
197  </widget>
198  <widget class="QStatusBar" name="statusBar"/>
199 </widget>
200 <resources/>
201 <connections>
202  <connection>
203   <sender>pushButton</sender>
204   <signal>clicked()</signal>
205   <receiver>CaptureWindow</receiver>
206   <slot>onStart()</slot>
207   <hints>
208    <hint type="sourcelabel">
209     <x>63</x>
210     <y>213</y>
211    </hint>
212    <hint type="destinationlabel">
213     <x>174</x>
214     <y>129</y>
215    </hint>
216   </hints>
217  </connection>
218  <connection>
219   <sender>pushButton_2</sender>
220   <signal>clicked()</signal>
221   <receiver>CaptureWindow</receiver>
222   <slot>onPause()</slot>
223   <hints>
224    <hint type="sourcelabel">
225     <x>170</x>
226     <y>213</y>
227    </hint>
228    <hint type="destinationlabel">
229     <x>174</x>
230     <y>129</y>
231    </hint>
232   </hints>
233  </connection>
234  <connection>
235   <sender>pushButton_3</sender>
236   <signal>clicked()</signal>
237   <receiver>CaptureWindow</receiver>
238   <slot>onStop()</slot>
239   <hints>
240    <hint type="sourcelabel">
241     <x>277</x>
242     <y>213</y>
243    </hint>
244    <hint type="destinationlabel">
245     <x>174</x>
246     <y>129</y>
247    </hint>
248   </hints>
249  </connection>
250  <connection>
251   <sender>lineEdit</sender>
252   <signal>textChanged(QString)</signal>
253   <receiver>CaptureWindow</receiver>
254   <slot>fsIP(QString)</slot>
255   <hints>
256    <hint type="sourcelabel">
257     <x>247</x>
258     <y>45</y>
259    </hint>
260    <hint type="destinationlabel">
261     <x>175</x>
262     <y>124</y>
263    </hint>
264   </hints>
265  </connection>
266  <connection>
267   <sender>spinBox</sender>
268   <signal>valueChanged(int)</signal>
269   <receiver>CaptureWindow</receiver>
270   <slot>frameRate(int)</slot>
271   <hints>
272    <hint type="sourcelabel">
273     <x>247</x>
274     <y>79</y>
275    </hint>
276    <hint type="destinationlabel">
277     <x>175</x>
278     <y>124</y>
279    </hint>
280   </hints>
281  </connection>
282  <connection>
283   <sender>checkBox</sender>
284   <signal>stateChanged(int)</signal>
285   <receiver>CaptureWindow</receiver>
286   <slot>compression(int)</slot>
287   <hints>
288    <hint type="sourcelabel">
289     <x>251</x>
290     <y>108</y>
291    </hint>
292    <hint type="destinationlabel">
293     <x>175</x>
294     <y>124</y>
295    </hint>
296   </hints>
297  </connection>
298  <connection>
299   <sender>checkBox_2</sender>
300   <signal>stateChanged(int)</signal>
301   <receiver>CaptureWindow</receiver>
302   <slot>cursor(int)</slot>
303   <hints>
304    <hint type="sourcelabel">
305     <x>261</x>
306     <y>130</y>
307    </hint>
308    <hint type="destinationlabel">
309     <x>175</x>
310     <y>124</y>
311    </hint>
312   </hints>
313  </connection>
314 </connections>
315 <slots>
316  <slot>onStart()</slot>
317  <slot>onPause()</slot>
318  <slot>onStop()</slot>
319  <slot>fsIP(QString)</slot>
320  <slot>frameRate(int)</slot>
321  <slot>compression(int)</slot>
322  <slot>cursor(int)</slot>
323 </slots>
324</ui>
Note: See TracBrowser for help on using the repository browser.