RedPanda-CPP/RedPandaIDE/settingsdialog/projectoutputwidget.ui

127 lines
3.2 KiB
Plaintext
Raw Normal View History

<?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">
<string>Directory for output</string>
</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">
<string>Directory for obj files</string>
</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>
<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/>
<connections/>
</ui>