ENH: Tweak System Name field for cross compiling, so it doesn't have a file chooser button.
This commit is contained in:
parent
5797b1cd66
commit
497b6df207
|
@ -39,7 +39,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1" >
|
<item row="0" column="1" >
|
||||||
<widget class="QCMakeFilePathEditor" name="systemName" />
|
<widget class="QLineEdit" name="systemName" />
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2" colspan="2" >
|
<item row="0" column="2" colspan="2" >
|
||||||
<spacer>
|
<spacer>
|
||||||
|
@ -198,11 +198,6 @@
|
||||||
<header>Compilers.h</header>
|
<header>Compilers.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
|
||||||
<class>QCMakeFilePathEditor</class>
|
|
||||||
<extends>QLineEdit</extends>
|
|
||||||
<header>QCMakeWidgets.h</header>
|
|
||||||
</customwidget>
|
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>systemVersion</tabstop>
|
<tabstop>systemVersion</tabstop>
|
||||||
|
|
Loading…
Reference in New Issue