CMakeSetupDialog.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <ui version="4.0" >
  2. <class>CMakeSetupDialog</class>
  3. <widget class="QWidget" name="CMakeSetupDialog" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>705</width>
  9. <height>495</height>
  10. </rect>
  11. </property>
  12. <layout class="QGridLayout" >
  13. <item row="0" column="0" >
  14. <layout class="QGridLayout" >
  15. <item row="0" column="0" >
  16. <widget class="QLabel" name="label" >
  17. <property name="text" >
  18. <string>Where is the source code:</string>
  19. </property>
  20. </widget>
  21. </item>
  22. <item row="0" column="1" >
  23. <widget class="QLineEdit" name="SourceDirectory" />
  24. </item>
  25. <item row="0" column="2" >
  26. <widget class="QPushButton" name="BrowseSourceDirectoryButton" >
  27. <property name="text" >
  28. <string>Browse...</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="1" column="0" >
  33. <widget class="QLabel" name="label_2" >
  34. <property name="text" >
  35. <string>Where to build the binaries:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="1" >
  40. <widget class="QComboBox" name="BinaryDirectory" >
  41. <property name="sizePolicy" >
  42. <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
  43. <horstretch>0</horstretch>
  44. <verstretch>0</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <property name="editable" >
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="1" column="2" >
  53. <widget class="QPushButton" name="BrowseBinaryDirectoryButton" >
  54. <property name="text" >
  55. <string>Browse...</string>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </item>
  61. <item row="1" column="0" >
  62. <layout class="QHBoxLayout" >
  63. <item>
  64. <widget class="QCheckBox" name="Advanced" >
  65. <property name="text" >
  66. <string>Show Advanced</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <spacer>
  72. <property name="orientation" >
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="sizeType" >
  76. <enum>QSizePolicy::Minimum</enum>
  77. </property>
  78. <property name="sizeHint" >
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item>
  87. <widget class="QLabel" name="label_4" >
  88. <property name="sizePolicy" >
  89. <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
  90. <horstretch>0</horstretch>
  91. <verstretch>0</verstretch>
  92. </sizepolicy>
  93. </property>
  94. <property name="text" >
  95. <string>Search:</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QLineEdit" name="Search" >
  101. <property name="sizePolicy" >
  102. <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
  103. <horstretch>0</horstretch>
  104. <verstretch>0</verstretch>
  105. </sizepolicy>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <spacer>
  111. <property name="orientation" >
  112. <enum>Qt::Horizontal</enum>
  113. </property>
  114. <property name="sizeType" >
  115. <enum>QSizePolicy::Minimum</enum>
  116. </property>
  117. <property name="sizeHint" >
  118. <size>
  119. <width>61</width>
  120. <height>23</height>
  121. </size>
  122. </property>
  123. </spacer>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="Generator" >
  127. <property name="text" >
  128. <string>Current Generator:</string>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </item>
  134. <item row="2" column="0" >
  135. <widget class="QSplitter" name="Splitter" >
  136. <property name="orientation" >
  137. <enum>Qt::Vertical</enum>
  138. </property>
  139. <widget class="QCMakeCacheView" name="CacheValues" >
  140. <property name="alternatingRowColors" >
  141. <bool>true</bool>
  142. </property>
  143. <property name="selectionMode" >
  144. <enum>QAbstractItemView::ExtendedSelection</enum>
  145. </property>
  146. <property name="selectionBehavior" >
  147. <enum>QAbstractItemView::SelectRows</enum>
  148. </property>
  149. </widget>
  150. <widget class="QTextEdit" name="Output" >
  151. <property name="lineWrapMode" >
  152. <enum>QTextEdit::NoWrap</enum>
  153. </property>
  154. <property name="readOnly" >
  155. <bool>true</bool>
  156. </property>
  157. </widget>
  158. </widget>
  159. </item>
  160. <item row="4" column="0" >
  161. <layout class="QHBoxLayout" >
  162. <item>
  163. <widget class="QPushButton" name="ConfigureButton" >
  164. <property name="text" >
  165. <string>Configure</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item>
  170. <widget class="QPushButton" name="GenerateButton" >
  171. <property name="text" >
  172. <string>Generate</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QPushButton" name="DeleteCacheButton" >
  178. <property name="text" >
  179. <string>Delete Cache</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <spacer>
  185. <property name="orientation" >
  186. <enum>Qt::Horizontal</enum>
  187. </property>
  188. <property name="sizeHint" >
  189. <size>
  190. <width>40</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. <item>
  197. <widget class="QToolButton" name="InterruptButton" >
  198. <property name="enabled" >
  199. <bool>false</bool>
  200. </property>
  201. <property name="text" >
  202. <string>...</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QProgressBar" name="ProgressBar" >
  208. <property name="value" >
  209. <number>0</number>
  210. </property>
  211. <property name="textVisible" >
  212. <bool>true</bool>
  213. </property>
  214. </widget>
  215. </item>
  216. </layout>
  217. </item>
  218. <item row="3" column="0" >
  219. <widget class="QLabel" name="label_3" >
  220. <property name="text" >
  221. <string>Right click on a cache value for additional options (delete, ignore, and help).&lt;br>Press Configure to update and display new values in red, then press Generate to generate selected build files.</string>
  222. </property>
  223. <property name="alignment" >
  224. <set>Qt::AlignCenter</set>
  225. </property>
  226. <property name="wordWrap" >
  227. <bool>true</bool>
  228. </property>
  229. </widget>
  230. </item>
  231. </layout>
  232. </widget>
  233. <customwidgets>
  234. <customwidget>
  235. <class>QCMakeCacheView</class>
  236. <extends>QTableView</extends>
  237. <header>QCMakeCacheView.h</header>
  238. </customwidget>
  239. </customwidgets>
  240. <resources>
  241. <include location="CMakeSetup.qrc" />
  242. </resources>
  243. <connections/>
  244. </ui>