comac_desk_app/PostProcessing/TwoDGPropertyWidget.ui

108 lines
2.7 KiB
Plaintext
Raw Permalink Normal View History

2024-11-21 11:50:43 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TwoDGPropertyWidget</class>
<widget class="QWidget" name="TwoDGPropertyWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>392</width>
<height>277</height>
</rect>
</property>
<property name="windowTitle">
<string>TwoDGPropertyWidget</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_data">
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;数据&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<attribute name="title">
<string>数据</string>
</attribute>
<widget class="QToolBox" name="toolBox">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>57</width>
<height>109</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>57</width>
<height>31</height>
</rect>
</property>
<attribute name="label">
<string>曲线</string>
</attribute>
</widget>
<widget class="QWidget" name="page_axisX">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>57</width>
<height>31</height>
</rect>
</property>
<attribute name="label">
<string>横轴</string>
</attribute>
</widget>
<widget class="QWidget" name="page_frequency">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>57</width>
<height>31</height>
</rect>
</property>
<attribute name="label">
<string>频率</string>
</attribute>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_display">
<attribute name="title">
<string>显示</string>
</attribute>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>property</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>