3 <widget class="QDialog" name="Dialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Install Command Line Tools</string>
15 <layout class="QGridLayout" >
16 <property name="margin" >
19 <property name="spacing" >
22 <item row="3" column="1" >
24 <property name="orientation" >
25 <enum>Qt::Vertical</enum>
27 <property name="sizeHint" >
35 <item row="2" column="0" colspan="3" >
36 <layout class="QHBoxLayout" >
37 <property name="margin" >
40 <property name="spacing" >
45 <property name="orientation" >
46 <enum>Qt::Horizontal</enum>
48 <property name="sizeHint" >
57 <widget class="QPushButton" name="skipInstallButton" >
58 <property name="text" >
59 <string>Skip Install Command Line </string>
64 <widget class="QPushButton" name="doInstallButton" >
65 <property name="text" >
66 <string>Install Command Line Links</string>
72 <item row="0" column="2" >
73 <widget class="QPushButton" name="choosePathButton" >
74 <property name="text" >
75 <string>Choose...</string>
79 <item row="0" column="0" >
80 <widget class="QLabel" name="label" >
81 <property name="text" >
82 <string>Install Folder:</string>
86 <item row="0" column="1" >
87 <widget class="QLineEdit" name="InstallPrefix" />
89 <item row="1" column="0" colspan="3" >
90 <widget class="QLabel" name="label_2" >
91 <property name="text" >
92 <string>This will create symbolic links to the command line tools of cmake into the specified install folder.</string>
94 <property name="wordWrap" >