CMakeSetupDialog.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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>693</width>
  9. <height>582</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. <widget class="QLabel" name="label_4" >
  72. <property name="sizePolicy" >
  73. <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
  74. <horstretch>0</horstretch>
  75. <verstretch>0</verstretch>
  76. </sizepolicy>
  77. </property>
  78. <property name="text" >
  79. <string>Search:</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QLineEdit" name="Search" >
  85. <property name="sizePolicy" >
  86. <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
  87. <horstretch>0</horstretch>
  88. <verstretch>0</verstretch>
  89. </sizepolicy>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <spacer>
  95. <property name="orientation" >
  96. <enum>Qt::Horizontal</enum>
  97. </property>
  98. <property name="sizeType" >
  99. <enum>QSizePolicy::Minimum</enum>
  100. </property>
  101. <property name="sizeHint" >
  102. <size>
  103. <width>61</width>
  104. <height>23</height>
  105. </size>
  106. </property>
  107. </spacer>
  108. </item>
  109. <item>
  110. <widget class="QLabel" name="Generator" >
  111. <property name="text" >
  112. <string>Current Generator:</string>
  113. </property>
  114. </widget>
  115. </item>
  116. </layout>
  117. </item>
  118. <item row="2" column="0" >
  119. <widget class="QSplitter" name="Splitter" >
  120. <property name="orientation" >
  121. <enum>Qt::Vertical</enum>
  122. </property>
  123. <widget class="QCMakeCacheView" name="CacheValues" >
  124. <property name="alternatingRowColors" >
  125. <bool>true</bool>
  126. </property>
  127. <property name="selectionBehavior" >
  128. <enum>QAbstractItemView::SelectRows</enum>
  129. </property>
  130. </widget>
  131. <widget class="QTextEdit" name="Output" >
  132. <property name="lineWrapMode" >
  133. <enum>QTextEdit::NoWrap</enum>
  134. </property>
  135. <property name="readOnly" >
  136. <bool>true</bool>
  137. </property>
  138. </widget>
  139. </widget>
  140. </item>
  141. <item row="3" column="0" >
  142. <layout class="QHBoxLayout" >
  143. <item>
  144. <widget class="QPushButton" name="ConfigureButton" >
  145. <property name="text" >
  146. <string>Configure</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QPushButton" name="GenerateButton" >
  152. <property name="text" >
  153. <string>Generate</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <spacer>
  159. <property name="orientation" >
  160. <enum>Qt::Horizontal</enum>
  161. </property>
  162. <property name="sizeHint" >
  163. <size>
  164. <width>40</width>
  165. <height>20</height>
  166. </size>
  167. </property>
  168. </spacer>
  169. </item>
  170. </layout>
  171. </item>
  172. </layout>
  173. </widget>
  174. <customwidgets>
  175. <customwidget>
  176. <class>QCMakeCacheView</class>
  177. <extends>QTableView</extends>
  178. <header>QCMakeCacheView.h</header>
  179. </customwidget>
  180. </customwidgets>
  181. <resources>
  182. <include location="CMakeSetup.qrc" />
  183. </resources>
  184. <connections/>
  185. </ui>