clairetj

mainwindow.ui

Oct 31st, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 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>628</width>
  10. <height>437</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>180</x>
  21. <y>110</y>
  22. <width>101</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>TextLabel</string>
  28. </property>
  29. </widget>
  30. <widget class="QWidget" name="verticalLayoutWidget">
  31. <property name="geometry">
  32. <rect>
  33. <x>10</x>
  34. <y>10</y>
  35. <width>160</width>
  36. <height>361</height>
  37. </rect>
  38. </property>
  39. <layout class="QVBoxLayout" name="verticalLayout">
  40. <item>
  41. <widget class="QPushButton" name="pushButton_DetectionPortCOM">
  42. <property name="text">
  43. <string>Informations sur PortCOM</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QPushButton" name="pushButton_Connexion">
  49. <property name="text">
  50. <string>Connexion</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QPushButton" name="pushButton_DebutCommunication">
  56. <property name="text">
  57. <string>Démarrer communication</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="pushButton_LireTrame">
  63. <property name="text">
  64. <string>Lire Trame</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QPushButton" name="pushButton_Quitter">
  70. <property name="text">
  71. <string>Quitter</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. <widget class="QWidget" name="verticalLayoutWidget_2">
  78. <property name="geometry">
  79. <rect>
  80. <x>300</x>
  81. <y>40</y>
  82. <width>160</width>
  83. <height>321</height>
  84. </rect>
  85. </property>
  86. <layout class="QVBoxLayout" name="verticalLayout_2">
  87. <item>
  88. <widget class="QPushButton" name="pushButton_Chenillard">
  89. <property name="text">
  90. <string>Lancer le Chenillard</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QPushButton" name="pushButton_StopChenillard">
  96. <property name="text">
  97. <string>Arreter le Chenillard</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <spacer name="verticalSpacer">
  103. <property name="orientation">
  104. <enum>Qt::Vertical</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>20</width>
  109. <height>40</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. <item>
  115. <widget class="QPushButton" name="pushButton_LED1">
  116. <property name="text">
  117. <string>LED1</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QPushButton" name="pushButton_LED2">
  123. <property name="text">
  124. <string>LED2</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QPushButton" name="pushButton_LED3">
  130. <property name="text">
  131. <string>LED3</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QPushButton" name="pushButton_LED4">
  137. <property name="text">
  138. <string>LED4</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QPushButton" name="pushButton_LED5">
  144. <property name="text">
  145. <string>LED5</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <widget class="QPushButton" name="pushButton_LED6">
  151. <property name="text">
  152. <string>LED6</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QPushButton" name="pushButton_LED7">
  158. <property name="text">
  159. <string>LED7</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QPushButton" name="pushButton_LED8">
  165. <property name="text">
  166. <string>LED8</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </widget>
  172. <widget class="QWidget" name="verticalLayoutWidget_3">
  173. <property name="geometry">
  174. <rect>
  175. <x>470</x>
  176. <y>130</y>
  177. <width>131</width>
  178. <height>231</height>
  179. </rect>
  180. </property>
  181. <layout class="QVBoxLayout" name="verticalLayout_3">
  182. <item>
  183. <widget class="QLabel" name="label_LED1">
  184. <property name="text">
  185. <string>Etat de la LED1</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QLabel" name="label_LED2">
  191. <property name="text">
  192. <string>Etat de la LED2</string>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QLabel" name="label_LED3">
  198. <property name="text">
  199. <string>Etat de la LED3</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item>
  204. <widget class="QLabel" name="label_LED4">
  205. <property name="text">
  206. <string>Etat de la LED4</string>
  207. </property>
  208. </widget>
  209. </item>
  210. <item>
  211. <widget class="QLabel" name="label_LED5">
  212. <property name="text">
  213. <string>Etat de la LED5</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item>
  218. <widget class="QLabel" name="label_LED6">
  219. <property name="text">
  220. <string>Etat de la LED6</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="QLabel" name="label_LED7">
  226. <property name="text">
  227. <string>Etat de la LED7</string>
  228. </property>
  229. </widget>
  230. </item>
  231. <item>
  232. <widget class="QLabel" name="label_LED8">
  233. <property name="text">
  234. <string>Etat de la LED8</string>
  235. </property>
  236. </widget>
  237. </item>
  238. </layout>
  239. </widget>
  240. </widget>
  241. <widget class="QMenuBar" name="menuBar">
  242. <property name="geometry">
  243. <rect>
  244. <x>0</x>
  245. <y>0</y>
  246. <width>628</width>
  247. <height>20</height>
  248. </rect>
  249. </property>
  250. <widget class="QMenu" name="menuSelection_portCOM">
  251. <property name="title">
  252. <string>Selection_portCOM</string>
  253. </property>
  254. </widget>
  255. <addaction name="menuSelection_portCOM"/>
  256. </widget>
  257. <widget class="QToolBar" name="mainToolBar">
  258. <attribute name="toolBarArea">
  259. <enum>TopToolBarArea</enum>
  260. </attribute>
  261. <attribute name="toolBarBreak">
  262. <bool>false</bool>
  263. </attribute>
  264. </widget>
  265. <widget class="QStatusBar" name="statusBar"/>
  266. </widget>
  267. <layoutdefault spacing="6" margin="11"/>
  268. <resources/>
  269. <connections/>
  270. </ui>
Advertisement
Add Comment
Please, Sign In to add comment