RedPanda-CPP/RedPandaIDE/widgets/newheaderdialog.ui

79 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-01-31 11:57:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewHeaderDialog</class>
<widget class="QDialog" name="NewHeaderDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Header:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>150</x>
<y>40</y>
<width>113</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>90</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Path:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>150</x>
<y>80</y>
<width>113</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="btnBrowse">
<property name="geometry">
<rect>
<x>350</x>
<y>80</y>
<width>28</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>