summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.ui
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-12 22:41:15 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-12 22:41:15 (GMT)
commitfcc62c6d0dc4dd514a0588ff21339d39b7e641f2 (patch)
tree77e907941122b1172e6901b5a23e39e280e73eaa /Source/QtDialog/CMakeSetupDialog.ui
parentf97dddf0eecfd0b4a50166420ae8aabcb5571027 (diff)
downloadCMake-fcc62c6d0dc4dd514a0588ff21339d39b7e641f2.zip
CMake-fcc62c6d0dc4dd514a0588ff21339d39b7e641f2.tar.gz
CMake-fcc62c6d0dc4dd514a0588ff21339d39b7e641f2.tar.bz2
BUG: Fix pause at shutdown.
ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.ui')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.ui142
1 files changed, 71 insertions, 71 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui
index b0288b3..d32b7a5 100644
--- a/Source/QtDialog/CMakeSetupDialog.ui
+++ b/Source/QtDialog/CMakeSetupDialog.ui
@@ -70,11 +70,11 @@
<property name="frameShadow" >
<enum>QFrame::Raised</enum>
</property>
- <layout class="QGridLayout" >
+ <layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
- <item row="0" column="0" colspan="6" >
+ <item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label_4" >
@@ -128,16 +128,19 @@
<string>Remove Selected Entries</string>
</property>
<property name="text" >
- <string/>
+ <string>Remove Entry</string>
</property>
<property name="icon" >
<iconset resource="CMakeSetup.qrc" >:/Icons/Delete16.png</iconset>
</property>
+ <property name="toolButtonStyle" >
+ <enum>Qt::ToolButtonTextBesideIcon</enum>
+ </property>
</widget>
</item>
</layout>
</item>
- <item row="1" column="0" colspan="6" >
+ <item>
<widget class="QCMakeCacheView" name="CacheValues" >
<property name="alternatingRowColors" >
<bool>true</bool>
@@ -150,73 +153,7 @@
</property>
</widget>
</item>
- <item row="3" column="0" >
- <widget class="QPushButton" name="ConfigureButton" >
- <property name="text" >
- <string>Configure</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="GenerateButton" >
- <property name="text" >
- <string>Generate</string>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <widget class="QLabel" name="Generator" >
- <property name="text" >
- <string>Current Generator:</string>
- </property>
- </widget>
- </item>
- <item row="3" column="3" >
- <spacer>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType" >
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" >
- <size>
- <width>121</width>
- <height>27</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="3" column="5" >
- <widget class="QProgressBar" name="ProgressBar" >
- <property name="minimum" >
- <number>0</number>
- </property>
- <property name="maximum" >
- <number>100</number>
- </property>
- <property name="value" >
- <number>0</number>
- </property>
- <property name="textVisible" >
- <bool>false</bool>
- </property>
- <property name="orientation" >
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="textDirection" >
- <enum>QProgressBar::BottomToTop</enum>
- </property>
- </widget>
- </item>
- <item row="3" column="4" >
- <widget class="QToolButton" name="InterruptButton" >
- <property name="text" >
- <string>...</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="6" >
+ <item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Press Configure to update and display new values in red, then press Generate to generate selected build files.</string>
@@ -229,6 +166,69 @@
</property>
</widget>
</item>
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QPushButton" name="ConfigureButton" >
+ <property name="text" >
+ <string>Configure</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="GenerateButton" >
+ <property name="text" >
+ <string>Generate</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="Generator" >
+ <property name="text" >
+ <string>Current Generator:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>121</width>
+ <height>27</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="ProgressBar" >
+ <property name="minimum" >
+ <number>0</number>
+ </property>
+ <property name="maximum" >
+ <number>100</number>
+ </property>
+ <property name="value" >
+ <number>0</number>
+ </property>
+ <property name="textVisible" >
+ <bool>false</bool>
+ </property>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="textDirection" >
+ <enum>QProgressBar::BottomToTop</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
<widget class="QTextEdit" name="Output" >