2021-09-15 22:19:59 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ProjectOutputWidget</class>
|
|
|
|
<widget class="QWidget" name="ProjectOutputWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>561</width>
|
|
|
|
<height>457</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2024-04-03 16:50:19 +08:00
|
|
|
<string>Directory for output</string>
|
2021-09-15 22:19:59 +08:00
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="txtOutputDir"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnOutputDir">
|
|
|
|
<property name="text">
|
|
|
|
<string>browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
2024-04-03 16:50:19 +08:00
|
|
|
<string>Directory for obj files</string>
|
2021-09-15 22:19:59 +08:00
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="txtObjOutputDir"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnObjOutputDir">
|
|
|
|
<property name="text">
|
|
|
|
<string>browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="grpAutosaveCompileLog">
|
|
|
|
<property name="title">
|
|
|
|
<string>Auto save compile log</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="txtCompileLog"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="btnCompileLog">
|
|
|
|
<property name="text">
|
|
|
|
<string>browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="grpOverrideOutput">
|
|
|
|
<property name="title">
|
|
|
|
<string>Override output filename</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="txtOutputFilename"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-03-25 18:58:48 +08:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>txtOutputDir</tabstop>
|
|
|
|
<tabstop>btnOutputDir</tabstop>
|
|
|
|
<tabstop>txtObjOutputDir</tabstop>
|
|
|
|
<tabstop>btnObjOutputDir</tabstop>
|
|
|
|
<tabstop>grpAutosaveCompileLog</tabstop>
|
|
|
|
<tabstop>txtCompileLog</tabstop>
|
|
|
|
<tabstop>btnCompileLog</tabstop>
|
|
|
|
<tabstop>grpOverrideOutput</tabstop>
|
|
|
|
<tabstop>txtOutputFilename</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
2021-09-15 22:19:59 +08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|