2021-09-15 08:02:08 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ProjectCompilerWidget</class>
|
|
|
|
<widget class="QWidget" name="ProjectCompilerWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>784</width>
|
|
|
|
<height>599</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2021-10-25 21:36:23 +08:00
|
|
|
<item row="6" column="0" colspan="3">
|
|
|
|
<widget class="QWidget" name="widget" native="true"/>
|
|
|
|
</item>
|
2021-09-15 08:02:08 +08:00
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="cbCompilerSet"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="3">
|
2021-09-15 11:23:42 +08:00
|
|
|
<widget class="QTabWidget" name="tabOptions">
|
2021-09-15 08:02:08 +08:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tab 1</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tab 2</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-10-25 21:36:23 +08:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Base compiler set:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2021-09-15 08:02:08 +08:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Customize (apply to this project only):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-10-25 21:36:23 +08:00
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="chkStaticLink">
|
|
|
|
<property name="text">
|
|
|
|
<string>Statically link libraries</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="chkAddCharset">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add encoding options to compiler</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-15 08:02:08 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|