PowerDesignerX/ui/graphicElementsPanel.ui

68 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>graphicElementsPanel</class>
<widget class="QWidget" name="graphicElementsPanel">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>167</width>
<height>721</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>基本图元</string>
</attribute>
<widget class="QPushButton" name="pushBtn_rect">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>81</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>直角矩形</string>
</property>
</widget>
<widget class="QPushButton" name="pushBtn_roundRect">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>81</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>圆角矩形</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>电力图元</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>