diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-19 19:06:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-19 19:06:10 (GMT) |
commit | 4a9517a688d0bff682b538a272794000de56641d (patch) | |
tree | 0014a6f291c96571b8ff2d648404c39d8b19e55c /Source/QtDialog/MacInstallDialog.ui | |
parent | a3c2d3280234fb5883f3e2ee0a3b980fe77f9b90 (diff) | |
download | CMake-4a9517a688d0bff682b538a272794000de56641d.zip CMake-4a9517a688d0bff682b538a272794000de56641d.tar.gz CMake-4a9517a688d0bff682b538a272794000de56641d.tar.bz2 |
ENH: add mac install symlink option to dialog
Diffstat (limited to 'Source/QtDialog/MacInstallDialog.ui')
-rw-r--r-- | Source/QtDialog/MacInstallDialog.ui | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/Source/QtDialog/MacInstallDialog.ui b/Source/QtDialog/MacInstallDialog.ui new file mode 100644 index 0000000..f43d8a9 --- /dev/null +++ b/Source/QtDialog/MacInstallDialog.ui @@ -0,0 +1,90 @@ +<ui version="4.0" > + <class>Dialog</class> + <widget class="QDialog" name="Dialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>525</width> + <height>134</height> + </rect> + </property> + <property name="windowTitle" > + <string>Install Command Line Tools</string> + </property> + <layout class="QGridLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item row="1" column="0" colspan="3" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>This will create symbolic links to the command line tools of cmake into the specified install folder.</string> + </property> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="QLineEdit" name="InstallPrefix" /> + </item> + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>Install Folder:</string> + </property> + </widget> + </item> + <item row="0" column="2" > + <widget class="QPushButton" name="choosePathButton" > + <property name="text" > + <string>Choose...</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="3" > + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="skipInstallButton" > + <property name="text" > + <string>Skip Install Command Line </string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="doInstallButton" > + <property name="text" > + <string>Install Command Line Links</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |