2021-09-14 17:33:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ProjectFilesWidget</class>
|
|
|
|
<widget class="QWidget" name="ProjectFilesWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>753</width>
|
|
|
|
<height>503</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QTreeView" name="treeProject">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2021-09-14 23:56:08 +08:00
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2021-09-14 17:33:47 +08:00
|
|
|
</widget>
|
2021-09-14 23:56:08 +08:00
|
|
|
<widget class="QGroupBox" name="grpFileOptions">
|
2021-09-14 17:33:47 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>File Options</string>
|
|
|
|
</property>
|
2021-09-28 17:17:33 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Build Priority:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinPriority"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
2021-09-14 17:33:47 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
2021-09-14 17:33:47 +08:00
|
|
|
<widget class="QCheckBox" name="chkCompile">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Include in compilation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chkLink">
|
2021-09-14 17:33:47 +08:00
|
|
|
<property name="text">
|
2021-09-28 17:17:33 +08:00
|
|
|
<string>Include in linking</string>
|
2021-09-14 17:33:47 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chkCompileAsCPP">
|
2021-09-14 17:33:47 +08:00
|
|
|
<property name="text">
|
2021-09-28 17:17:33 +08:00
|
|
|
<string>Compile files as C++</string>
|
2021-09-14 17:33:47 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Encoding</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbEncoding">
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-29 19:03:22 +08:00
|
|
|
<item>
|
2021-09-29 20:45:03 +08:00
|
|
|
<widget class="QComboBox" name="cbEncodingDetail">
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2021-09-29 19:03:22 +08:00
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2021-09-14 17:33:47 +08:00
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
2021-09-14 17:33:47 +08:00
|
|
|
<widget class="QCheckBox" name="chkOverrideBuildCommand">
|
|
|
|
<property name="text">
|
|
|
|
<string>Override build command:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-09-28 17:17:33 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="txtBuildCommand"/>
|
|
|
|
</item>
|
2021-09-14 17:33:47 +08:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-03-25 18:58:48 +08:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>treeProject</tabstop>
|
|
|
|
<tabstop>spinPriority</tabstop>
|
|
|
|
<tabstop>chkCompile</tabstop>
|
|
|
|
<tabstop>chkLink</tabstop>
|
|
|
|
<tabstop>chkCompileAsCPP</tabstop>
|
|
|
|
<tabstop>cbEncoding</tabstop>
|
|
|
|
<tabstop>cbEncodingDetail</tabstop>
|
|
|
|
<tabstop>chkOverrideBuildCommand</tabstop>
|
|
|
|
<tabstop>txtBuildCommand</tabstop>
|
|
|
|
</tabstops>
|
2021-09-14 17:33:47 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|