Advertisement
Guest User

Untitled

a guest
May 16th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>565</width>
  10. <height>590</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QStackedWidget" name="stackedWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>30</y>
  22. <width>461</width>
  23. <height>421</height>
  24. </rect>
  25. </property>
  26. <property name="currentIndex">
  27. <number>2</number>
  28. </property>
  29. <widget class="QWidget" name="page">
  30. <property name="styleSheet">
  31. <string notr="true">background-image: url(:/GeneralInfo.png);</string>
  32. </property>
  33. <widget class="QComboBox" name="comboBox">
  34. <property name="geometry">
  35. <rect>
  36. <x>80</x>
  37. <y>100</y>
  38. <width>85</width>
  39. <height>27</height>
  40. </rect>
  41. </property>
  42. <property name="editable">
  43. <bool>true</bool>
  44. </property>
  45. <property name="currentIndex">
  46. <number>1</number>
  47. </property>
  48. <item>
  49. <property name="text">
  50. <string>New Item</string>
  51. </property>
  52. </item>
  53. <item>
  54. <property name="text">
  55. <string>New Item</string>
  56. </property>
  57. </item>
  58. <item>
  59. <property name="text">
  60. <string>New Item</string>
  61. </property>
  62. </item>
  63. </widget>
  64. </widget>
  65. <widget class="QWidget" name="page_2">
  66. <property name="styleSheet">
  67. <string notr="true">background-image: url(:/TissueSaturation.png);</string>
  68. </property>
  69. <widget class="QComboBox" name="comboBox_2">
  70. <property name="geometry">
  71. <rect>
  72. <x>140</x>
  73. <y>30</y>
  74. <width>85</width>
  75. <height>27</height>
  76. </rect>
  77. </property>
  78. <property name="editable">
  79. <bool>true</bool>
  80. </property>
  81. <property name="currentIndex">
  82. <number>2</number>
  83. </property>
  84. <item>
  85. <property name="text">
  86. <string>New Item</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>New Item</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>New Item</string>
  97. </property>
  98. </item>
  99. </widget>
  100. </widget>
  101. <widget class="QWidget" name="page_3">
  102. <property name="styleSheet">
  103. <string notr="true">background-image: url(:/Odometry.png);</string>
  104. </property>
  105. <widget class="QComboBox" name="comboBox_3">
  106. <property name="geometry">
  107. <rect>
  108. <x>220</x>
  109. <y>70</y>
  110. <width>85</width>
  111. <height>27</height>
  112. </rect>
  113. </property>
  114. <property name="editable">
  115. <bool>true</bool>
  116. </property>
  117. <property name="currentIndex">
  118. <number>1</number>
  119. </property>
  120. <item>
  121. <property name="text">
  122. <string>New Item</string>
  123. </property>
  124. </item>
  125. <item>
  126. <property name="text">
  127. <string>New Item</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>New Item</string>
  133. </property>
  134. </item>
  135. </widget>
  136. </widget>
  137. </widget>
  138. <widget class="QPushButton" name="pushButton">
  139. <property name="geometry">
  140. <rect>
  141. <x>40</x>
  142. <y>0</y>
  143. <width>99</width>
  144. <height>27</height>
  145. </rect>
  146. </property>
  147. <property name="text">
  148. <string>page1</string>
  149. </property>
  150. </widget>
  151. <widget class="QPushButton" name="pushButton_2">
  152. <property name="geometry">
  153. <rect>
  154. <x>160</x>
  155. <y>0</y>
  156. <width>99</width>
  157. <height>27</height>
  158. </rect>
  159. </property>
  160. <property name="text">
  161. <string>page2</string>
  162. </property>
  163. </widget>
  164. <widget class="QPushButton" name="pushButton_3">
  165. <property name="geometry">
  166. <rect>
  167. <x>280</x>
  168. <y>0</y>
  169. <width>99</width>
  170. <height>27</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>page3</string>
  175. </property>
  176. </widget>
  177. </widget>
  178. <widget class="QMenuBar" name="menuBar">
  179. <property name="geometry">
  180. <rect>
  181. <x>0</x>
  182. <y>0</y>
  183. <width>565</width>
  184. <height>25</height>
  185. </rect>
  186. </property>
  187. </widget>
  188. <widget class="QToolBar" name="mainToolBar">
  189. <attribute name="toolBarArea">
  190. <enum>TopToolBarArea</enum>
  191. </attribute>
  192. <attribute name="toolBarBreak">
  193. <bool>false</bool>
  194. </attribute>
  195. </widget>
  196. <widget class="QStatusBar" name="statusBar"/>
  197. </widget>
  198. <layoutdefault spacing="6" margin="11"/>
  199. <resources/>
  200. <connections>
  201. <connection>
  202. <sender>pushButton</sender>
  203. <signal>clicked()</signal>
  204. <receiver>stackedWidget</receiver>
  205. <slot>lower()</slot>
  206. <hints>
  207. <hint type="sourcelabel">
  208. <x>89</x>
  209. <y>51</y>
  210. </hint>
  211. <hint type="destinationlabel">
  212. <x>270</x>
  213. <y>278</y>
  214. </hint>
  215. </hints>
  216. </connection>
  217. <connection>
  218. <sender>pushButton_2</sender>
  219. <signal>clicked()</signal>
  220. <receiver>stackedWidget</receiver>
  221. <slot>raise()</slot>
  222. <hints>
  223. <hint type="sourcelabel">
  224. <x>209</x>
  225. <y>51</y>
  226. </hint>
  227. <hint type="destinationlabel">
  228. <x>270</x>
  229. <y>278</y>
  230. </hint>
  231. </hints>
  232. </connection>
  233. <connection>
  234. <sender>stackedWidget</sender>
  235. <signal>currentChanged(int)</signal>
  236. <receiver>stackedWidget</receiver>
  237. <slot>lower()</slot>
  238. <hints>
  239. <hint type="sourcelabel">
  240. <x>270</x>
  241. <y>278</y>
  242. </hint>
  243. <hint type="destinationlabel">
  244. <x>270</x>
  245. <y>278</y>
  246. </hint>
  247. </hints>
  248. </connection>
  249. <connection>
  250. <sender>comboBox</sender>
  251. <signal>activated(int)</signal>
  252. <receiver>stackedWidget</receiver>
  253. <slot>setCurrentIndex(int)</slot>
  254. <hints>
  255. <hint type="sourcelabel">
  256. <x>162</x>
  257. <y>181</y>
  258. </hint>
  259. <hint type="destinationlabel">
  260. <x>270</x>
  261. <y>278</y>
  262. </hint>
  263. </hints>
  264. </connection>
  265. <connection>
  266. <sender>comboBox_2</sender>
  267. <signal>activated(int)</signal>
  268. <receiver>stackedWidget</receiver>
  269. <slot>setCurrentIndex(int)</slot>
  270. <hints>
  271. <hint type="sourcelabel">
  272. <x>222</x>
  273. <y>111</y>
  274. </hint>
  275. <hint type="destinationlabel">
  276. <x>270</x>
  277. <y>278</y>
  278. </hint>
  279. </hints>
  280. </connection>
  281. <connection>
  282. <sender>comboBox_3</sender>
  283. <signal>activated(int)</signal>
  284. <receiver>stackedWidget</receiver>
  285. <slot>setCurrentIndex(int)</slot>
  286. <hints>
  287. <hint type="sourcelabel">
  288. <x>302</x>
  289. <y>151</y>
  290. </hint>
  291. <hint type="destinationlabel">
  292. <x>270</x>
  293. <y>278</y>
  294. </hint>
  295. </hints>
  296. </connection>
  297. </connections>
  298. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement