diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2009-01-07 22:28:02 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2009-01-07 22:28:02 (GMT) |
commit | 497b6df2073d9ac191386ce8a23699a22e86db4a (patch) | |
tree | ac4fdccef92f07290e498225db1239130967af8e /Source/QtDialog/CrossCompiler.ui | |
parent | 5797b1cd663819022c2cbe8072c5c58f24104f88 (diff) | |
download | CMake-497b6df2073d9ac191386ce8a23699a22e86db4a.zip CMake-497b6df2073d9ac191386ce8a23699a22e86db4a.tar.gz CMake-497b6df2073d9ac191386ce8a23699a22e86db4a.tar.bz2 |
ENH: Tweak System Name field for cross compiling, so it doesn't have a file chooser button.
Diffstat (limited to 'Source/QtDialog/CrossCompiler.ui')
-rw-r--r-- | Source/QtDialog/CrossCompiler.ui | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/QtDialog/CrossCompiler.ui b/Source/QtDialog/CrossCompiler.ui index 71a36b8..1fb1ebf 100644 --- a/Source/QtDialog/CrossCompiler.ui +++ b/Source/QtDialog/CrossCompiler.ui @@ -39,7 +39,7 @@ </widget> </item> <item row="0" column="1" > - <widget class="QCMakeFilePathEditor" name="systemName" /> + <widget class="QLineEdit" name="systemName" /> </item> <item row="0" column="2" colspan="2" > <spacer> @@ -198,11 +198,6 @@ <header>Compilers.h</header> <container>1</container> </customwidget> - <customwidget> - <class>QCMakeFilePathEditor</class> - <extends>QLineEdit</extends> - <header>QCMakeWidgets.h</header> - </customwidget> </customwidgets> <tabstops> <tabstop>systemVersion</tabstop> |