DialogNewProject.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewProject</class>
  4. <widget class="QDialog" name="DialogNewProject">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>670</width>
  10. <height>451</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewProject</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>50</y>
  21. <width>641</width>
  22. <height>331</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string/>
  27. </property>
  28. <widget class="QLabel" name="label_1">
  29. <property name="enabled">
  30. <bool>true</bool>
  31. </property>
  32. <property name="geometry">
  33. <rect>
  34. <x>40</x>
  35. <y>70</y>
  36. <width>61</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>项目名称:</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  45. </property>
  46. </widget>
  47. <widget class="QLineEdit" name="editProjectName">
  48. <property name="geometry">
  49. <rect>
  50. <x>100</x>
  51. <y>70</y>
  52. <width>481</width>
  53. <height>21</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QLineEdit" name="editProjectPath">
  58. <property name="geometry">
  59. <rect>
  60. <x>100</x>
  61. <y>130</y>
  62. <width>481</width>
  63. <height>21</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label_2">
  68. <property name="enabled">
  69. <bool>true</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>40</x>
  74. <y>130</y>
  75. <width>61</width>
  76. <height>31</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>项目路径:</string>
  81. </property>
  82. <property name="alignment">
  83. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_3">
  87. <property name="enabled">
  88. <bool>true</bool>
  89. </property>
  90. <property name="geometry">
  91. <rect>
  92. <x>40</x>
  93. <y>180</y>
  94. <width>61</width>
  95. <height>31</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>项目信息:</string>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  103. </property>
  104. </widget>
  105. <widget class="QTextEdit" name="editProjectInfo">
  106. <property name="geometry">
  107. <rect>
  108. <x>100</x>
  109. <y>170</y>
  110. <width>481</width>
  111. <height>141</height>
  112. </rect>
  113. </property>
  114. </widget>
  115. <widget class="QPushButton" name="btnSetFolder">
  116. <property name="geometry">
  117. <rect>
  118. <x>550</x>
  119. <y>120</y>
  120. <width>31</width>
  121. <height>20</height>
  122. </rect>
  123. </property>
  124. <property name="text">
  125. <string>...</string>
  126. </property>
  127. </widget>
  128. </widget>
  129. <widget class="QPushButton" name="createButton">
  130. <property name="geometry">
  131. <rect>
  132. <x>430</x>
  133. <y>390</y>
  134. <width>91</width>
  135. <height>31</height>
  136. </rect>
  137. </property>
  138. <property name="styleSheet">
  139. <string notr="true"/>
  140. </property>
  141. <property name="text">
  142. <string>Create</string>
  143. </property>
  144. <property name="default">
  145. <bool>true</bool>
  146. </property>
  147. </widget>
  148. <widget class="QPushButton" name="cancelButton">
  149. <property name="geometry">
  150. <rect>
  151. <x>550</x>
  152. <y>390</y>
  153. <width>91</width>
  154. <height>31</height>
  155. </rect>
  156. </property>
  157. <property name="styleSheet">
  158. <string notr="true"/>
  159. </property>
  160. <property name="text">
  161. <string>Cancel</string>
  162. </property>
  163. </widget>
  164. <widget class="QLabel" name="labelTitle">
  165. <property name="enabled">
  166. <bool>false</bool>
  167. </property>
  168. <property name="geometry">
  169. <rect>
  170. <x>0</x>
  171. <y>0</y>
  172. <width>651</width>
  173. <height>45</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>创建新的项目</string>
  178. </property>
  179. </widget>
  180. <widget class="QCheckBox" name="checkBoxEmptyProject">
  181. <property name="geometry">
  182. <rect>
  183. <x>120</x>
  184. <y>400</y>
  185. <width>221</width>
  186. <height>31</height>
  187. </rect>
  188. </property>
  189. <property name="text">
  190. <string>空项目</string>
  191. </property>
  192. </widget>
  193. </widget>
  194. <layoutdefault spacing="6" margin="11"/>
  195. <resources/>
  196. <connections/>
  197. </ui>