74 lines
1.6 KiB
XML
74 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>enter_Window</class>
|
|
<widget class="QMainWindow" name="enter_Window">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>651</width>
|
|
<height>474</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>主窗口</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QPushButton" name="image_mode_bt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>180</y>
|
|
<width>111</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>影像模式</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="spectral_mode_bt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>180</y>
|
|
<width>111</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>光谱模式</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="camstatus_tb">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>240</y>
|
|
<width>271</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>651</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionwew_e">
|
|
<property name="text">
|
|
<string>wew e</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|