DiagramDesigner/diagramCavas/ui/editorSettingDlg.ui

84 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2025-05-30 16:28:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>311</width>
<height>448</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>281</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>基础信息</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>名称:</string>
</property>
</widget>
<widget class="QLineEdit" name="le_name">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>91</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>类型:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>50</x>
<y>60</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>