launchpage.ui 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LaunchPage</class>
  4. <widget class="QMainWindow" name="LaunchPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>686</width>
  10. <height>495</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_2">
  18. <item>
  19. <widget class="QWidget" name="widget_3" native="true">
  20. <layout class="QHBoxLayout" name="horizontalLayout_2">
  21. <item>
  22. <spacer name="horizontalSpacer_5">
  23. <property name="orientation">
  24. <enum>Qt::Horizontal</enum>
  25. </property>
  26. <property name="sizeHint" stdset="0">
  27. <size>
  28. <width>40</width>
  29. <height>20</height>
  30. </size>
  31. </property>
  32. </spacer>
  33. </item>
  34. <item>
  35. <widget class="QLabel" name="imagelabel">
  36. <property name="minimumSize">
  37. <size>
  38. <width>100</width>
  39. <height>100</height>
  40. </size>
  41. </property>
  42. <property name="baseSize">
  43. <size>
  44. <width>100</width>
  45. <height>100</height>
  46. </size>
  47. </property>
  48. <property name="font">
  49. <font>
  50. <pointsize>15</pointsize>
  51. <weight>50</weight>
  52. <bold>false</bold>
  53. </font>
  54. </property>
  55. <property name="layoutDirection">
  56. <enum>Qt::LeftToRight</enum>
  57. </property>
  58. <property name="lineWidth">
  59. <number>1</number>
  60. </property>
  61. <property name="text">
  62. <string>IMAGE</string>
  63. </property>
  64. <property name="alignment">
  65. <set>Qt::AlignCenter</set>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <spacer name="horizontalSpacer_6">
  71. <property name="orientation">
  72. <enum>Qt::Horizontal</enum>
  73. </property>
  74. <property name="sizeHint" stdset="0">
  75. <size>
  76. <width>40</width>
  77. <height>20</height>
  78. </size>
  79. </property>
  80. </spacer>
  81. </item>
  82. </layout>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QWidget" name="widget" native="true">
  87. <layout class="QVBoxLayout" name="verticalLayout">
  88. <item>
  89. <layout class="QGridLayout" name="gridLayout">
  90. <item row="0" column="1">
  91. <widget class="QLabel" name="label">
  92. <property name="text">
  93. <string>工 程 名:</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="0" column="0">
  98. <widget class="QRadioButton" name="createExample">
  99. <property name="text">
  100. <string>新建算例</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="1" column="3">
  105. <widget class="QPushButton" name="browseButton">
  106. <property name="text">
  107. <string>浏 览</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="1" column="2">
  112. <widget class="QLineEdit" name="setPath">
  113. <property name="cursorPosition">
  114. <number>0</number>
  115. </property>
  116. <property name="readOnly">
  117. <bool>true</bool>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="1" column="1">
  122. <widget class="QLabel" name="label_2">
  123. <property name="text">
  124. <string>创建路径:</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="0" column="2">
  129. <widget class="QLineEdit" name="setName"/>
  130. </item>
  131. </layout>
  132. </item>
  133. <item>
  134. <spacer name="horizontalSpacer_7">
  135. <property name="orientation">
  136. <enum>Qt::Horizontal</enum>
  137. </property>
  138. <property name="sizeHint" stdset="0">
  139. <size>
  140. <width>40</width>
  141. <height>20</height>
  142. </size>
  143. </property>
  144. </spacer>
  145. </item>
  146. <item>
  147. <layout class="QGridLayout" name="gridLayout_2">
  148. <item row="0" column="1">
  149. <widget class="QLabel" name="openLabel2">
  150. <property name="text">
  151. <string>工 程 名:</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="0" column="2">
  156. <widget class="QLineEdit" name="readName"/>
  157. </item>
  158. <item row="1" column="1">
  159. <widget class="QLabel" name="openLabel1">
  160. <property name="text">
  161. <string>工程路径:</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="0" column="0">
  166. <widget class="QRadioButton" name="openExample">
  167. <property name="text">
  168. <string>打开算例</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="1" column="2">
  173. <widget class="QLineEdit" name="readPath"/>
  174. </item>
  175. <item row="1" column="3">
  176. <spacer name="horizontalSpacer_4">
  177. <property name="orientation">
  178. <enum>Qt::Horizontal</enum>
  179. </property>
  180. <property name="sizeType">
  181. <enum>QSizePolicy::Fixed</enum>
  182. </property>
  183. <property name="sizeHint" stdset="0">
  184. <size>
  185. <width>100</width>
  186. <height>20</height>
  187. </size>
  188. </property>
  189. </spacer>
  190. </item>
  191. </layout>
  192. </item>
  193. </layout>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QWidget" name="widget_2" native="true">
  198. <layout class="QHBoxLayout" name="horizontalLayout">
  199. <item>
  200. <spacer name="horizontalSpacer">
  201. <property name="orientation">
  202. <enum>Qt::Horizontal</enum>
  203. </property>
  204. <property name="sizeHint" stdset="0">
  205. <size>
  206. <width>40</width>
  207. <height>20</height>
  208. </size>
  209. </property>
  210. </spacer>
  211. </item>
  212. <item>
  213. <widget class="QPushButton" name="confirmButton">
  214. <property name="text">
  215. <string>确 定</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <spacer name="horizontalSpacer_3">
  221. <property name="orientation">
  222. <enum>Qt::Horizontal</enum>
  223. </property>
  224. <property name="sizeType">
  225. <enum>QSizePolicy::Fixed</enum>
  226. </property>
  227. <property name="sizeHint" stdset="0">
  228. <size>
  229. <width>50</width>
  230. <height>20</height>
  231. </size>
  232. </property>
  233. </spacer>
  234. </item>
  235. <item>
  236. <widget class="QPushButton" name="cancelButton">
  237. <property name="text">
  238. <string>退 出</string>
  239. </property>
  240. </widget>
  241. </item>
  242. <item>
  243. <spacer name="horizontalSpacer_2">
  244. <property name="orientation">
  245. <enum>Qt::Horizontal</enum>
  246. </property>
  247. <property name="sizeHint" stdset="0">
  248. <size>
  249. <width>40</width>
  250. <height>20</height>
  251. </size>
  252. </property>
  253. </spacer>
  254. </item>
  255. </layout>
  256. </widget>
  257. </item>
  258. </layout>
  259. </widget>
  260. </widget>
  261. <resources/>
  262. <connections/>
  263. </ui>