74 lines
1.9 KiB
Plaintext
74 lines
1.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>WBCLFZSystemModuleClass</class>
|
||
|
<widget class="QMainWindow" name="WBCLFZSystemModuleClass">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>857</width>
|
||
|
<height>367</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>WBCLFZSystemModule</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralWidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_PointCloud">
|
||
|
<property name="text">
|
||
|
<string>1. 点云处理模块</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_TableProcesss">
|
||
|
<property name="text">
|
||
|
<string>1. 表格编辑处理模块</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_ModelProcess">
|
||
|
<property name="text">
|
||
|
<string>2. 模型处理模块</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_EchoProcess">
|
||
|
<property name="text">
|
||
|
<string>4. 回波处理模块</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menuBar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>857</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QToolBar" name="mainToolBar">
|
||
|
<attribute name="toolBarArea">
|
||
|
<enum>TopToolBarArea</enum>
|
||
|
</attribute>
|
||
|
<attribute name="toolBarBreak">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusBar"/>
|
||
|
</widget>
|
||
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
<resources>
|
||
|
<include location="../qrc/WBCLFZSystemModule.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|