RedPanda-CPP/RedPandaIDE/widgets/newclassdialog.ui

151 lines
3.8 KiB
Plaintext
Raw Normal View History

2022-01-27 17:29:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewClassDialog</class>
<widget class="QDialog" name="NewClassDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>642</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>New Class</string>
2022-01-27 17:29:50 +08:00
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="7" column="0">
<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>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Header Name:</string>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="txtClassName"/>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="txtPath"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Class Name:</string>
</property>
</widget>
</item>
<item row="1" column="2" colspan="2">
<widget class="QComboBox" name="cbBaseClass">
<property name="editable">
<bool>false</bool>
</property>
</widget>
2022-01-27 17:29:50 +08:00
</item>
<item row="8" column="0" colspan="4">
<widget class="QWidget" name="widget" 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>
<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>
<widget class="QPushButton" name="btnCreate">
<property name="text">
<string>Create</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCancel">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Path:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Base Class:</string>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QToolButton" name="btnBrowsePath">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="2" colspan="2">
<widget class="QLineEdit" name="txtHeaderName"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Source Name:</string>
</property>
</widget>
</item>
<item row="3" column="2" colspan="2">
<widget class="QLineEdit" name="txtSourceName"/>
</item>
</layout>
</widget>
<tabstops>
<tabstop>txtClassName</tabstop>
<tabstop>cbBaseClass</tabstop>
<tabstop>txtHeaderName</tabstop>
<tabstop>txtSourceName</tabstop>
<tabstop>txtPath</tabstop>
<tabstop>btnBrowsePath</tabstop>
<tabstop>btnCreate</tabstop>
<tabstop>btnCancel</tabstop>
</tabstops>
<resources/>
2022-01-27 17:29:50 +08:00
<connections/>
</ui>