2 <class>CMakeSetupDialog</class>
3 <widget class="QWidget" name="CMakeSetupDialog" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <property name="margin" >
16 <property name="spacing" >
19 <item row="0" column="0" >
20 <layout class="QGridLayout" >
21 <property name="margin" >
24 <property name="spacing" >
27 <item row="0" column="0" >
28 <widget class="QLabel" name="label" >
29 <property name="text" >
30 <string>Where is the source code:</string>
34 <item row="0" column="1" >
35 <widget class="QLineEdit" name="SourceDirectory" />
37 <item row="0" column="2" >
38 <widget class="QPushButton" name="BrowseSourceDirectoryButton" >
39 <property name="text" >
40 <string>Browse &Source...</string>
44 <item row="1" column="0" >
45 <widget class="QLabel" name="label_2" >
46 <property name="text" >
47 <string>Where to build the binaries:</string>
51 <item row="1" column="1" >
52 <widget class="QComboBox" name="BinaryDirectory" >
53 <property name="sizePolicy" >
55 <hsizetype>7</hsizetype>
56 <vsizetype>0</vsizetype>
57 <horstretch>0</horstretch>
58 <verstretch>0</verstretch>
61 <property name="editable" >
66 <item row="1" column="2" >
67 <widget class="QPushButton" name="BrowseBinaryDirectoryButton" >
68 <property name="text" >
69 <string>Browse &Build...</string>
75 <item row="1" column="0" >
76 <widget class="QSplitter" name="Splitter" >
77 <property name="orientation" >
78 <enum>Qt::Vertical</enum>
80 <widget class="QFrame" name="frame" >
81 <property name="frameShape" >
82 <enum>QFrame::NoFrame</enum>
84 <property name="frameShadow" >
85 <enum>QFrame::Raised</enum>
87 <layout class="QVBoxLayout" >
88 <property name="margin" >
91 <property name="spacing" >
95 <layout class="QHBoxLayout" >
96 <property name="margin" >
99 <property name="spacing" >
103 <widget class="QLabel" name="label_4" >
104 <property name="sizePolicy" >
106 <hsizetype>0</hsizetype>
107 <vsizetype>0</vsizetype>
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
112 <property name="text" >
113 <string>Search:</string>
118 <widget class="QLineEdit" name="Search" >
119 <property name="sizePolicy" >
121 <hsizetype>7</hsizetype>
122 <vsizetype>0</vsizetype>
123 <horstretch>0</horstretch>
124 <verstretch>0</verstretch>
130 <widget class="QComboBox" name="ViewType" >
132 <property name="text" >
133 <string>Simple View</string>
137 <property name="text" >
138 <string>Advanced View</string>
142 <property name="text" >
143 <string>Grouped View</string>
150 <property name="orientation" >
151 <enum>Qt::Horizontal</enum>
153 <property name="sizeType" >
154 <enum>QSizePolicy::Minimum</enum>
156 <property name="sizeHint" >
165 <widget class="QToolButton" name="AddEntry" >
166 <property name="toolTip" >
167 <string>Add New Entry</string>
169 <property name="text" >
170 <string>&Add Entry</string>
172 <property name="icon" >
173 <iconset resource="CMakeSetup.qrc" >:/Icons/Plus16.png</iconset>
175 <property name="toolButtonStyle" >
176 <enum>Qt::ToolButtonTextBesideIcon</enum>
181 <widget class="QToolButton" name="RemoveEntry" >
182 <property name="toolTip" >
183 <string>Remove Selected Entries</string>
185 <property name="text" >
186 <string>&Remove Entry</string>
188 <property name="icon" >
189 <iconset resource="CMakeSetup.qrc" >:/Icons/Delete16.png</iconset>
191 <property name="toolButtonStyle" >
192 <enum>Qt::ToolButtonTextBesideIcon</enum>
199 <widget class="QCMakeCacheView" name="CacheValues" >
200 <property name="alternatingRowColors" >
203 <property name="selectionMode" >
204 <enum>QAbstractItemView::ExtendedSelection</enum>
206 <property name="selectionBehavior" >
207 <enum>QAbstractItemView::SelectRows</enum>
212 <widget class="QLabel" name="label_3" >
213 <property name="text" >
214 <string>Press Configure to update and display new values in red, then press Generate to generate selected build files.</string>
216 <property name="alignment" >
217 <set>Qt::AlignCenter</set>
219 <property name="wordWrap" >
225 <layout class="QHBoxLayout" >
226 <property name="margin" >
229 <property name="spacing" >
233 <widget class="QPushButton" name="ConfigureButton" >
234 <property name="text" >
235 <string>&Configure</string>
240 <widget class="QPushButton" name="GenerateButton" >
241 <property name="text" >
242 <string>&Generate</string>
247 <widget class="QLabel" name="Generator" >
248 <property name="text" >
249 <string>Current Generator:</string>
255 <property name="orientation" >
256 <enum>Qt::Horizontal</enum>
258 <property name="sizeType" >
259 <enum>QSizePolicy::Expanding</enum>
261 <property name="sizeHint" >
270 <widget class="QProgressBar" name="ProgressBar" >
271 <property name="minimum" >
274 <property name="maximum" >
277 <property name="value" >
280 <property name="textVisible" >
283 <property name="orientation" >
284 <enum>Qt::Horizontal</enum>
286 <property name="textDirection" >
287 <enum>QProgressBar::BottomToTop</enum>
295 <widget class="QTextEdit" name="Output" >
296 <property name="lineWrapMode" >
297 <enum>QTextEdit::NoWrap</enum>
299 <property name="readOnly" >
309 <class>QCMakeCacheView</class>
310 <extends>QTreeView</extends>
311 <header>QCMakeCacheView.h</header>
315 <include location="CMakeSetup.qrc" />