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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue