]> Creatis software - clitk.git/blob - vv/qt_ui/vvDummyWindow.ui
Debug RTStruct conversion with empty struc
[clitk.git] / vv / qt_ui / vvDummyWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvDummyWindow</class>
4  <widget class="QMainWindow" name="vvDummyWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>589</width>
10     <height>475</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>DummyApp™</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QPushButton" name="pushButton">
18     <property name="geometry">
19      <rect>
20       <x>150</x>
21       <y>130</y>
22       <width>291</width>
23       <height>181</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string>OK</string>
28     </property>
29    </widget>
30   </widget>
31   <widget class="QMenuBar" name="menubar">
32    <property name="geometry">
33     <rect>
34      <x>0</x>
35      <y>0</y>
36      <width>589</width>
37      <height>22</height>
38     </rect>
39    </property>
40   </widget>
41   <widget class="QStatusBar" name="statusbar"/>
42  </widget>
43  <resources/>
44  <connections>
45   <connection>
46    <sender>pushButton</sender>
47    <signal>clicked()</signal>
48    <receiver>vvDummyWindow</receiver>
49    <slot>Run()</slot>
50    <hints>
51     <hint type="sourcelabel">
52      <x>244</x>
53      <y>205</y>
54     </hint>
55     <hint type="destinationlabel">
56      <x>74</x>
57      <y>174</y>
58     </hint>
59    </hints>
60   </connection>
61  </connections>
62  <slots>
63   <slot>Run()</slot>
64  </slots>
65 </ui>