You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
2.4 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1152</width>
<height>800</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>800</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QCheckBox" name="checkBox2">
<property name="geometry">
<rect>
<x>510</x>
<y>20</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>轮廓</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>340</x>
<y>20</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>断层</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox3">
<property name="geometry">
<rect>
<x>660</x>
<y>20</y>
<width>79</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>圆形</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox4">
<property name="geometry">
<rect>
<x>800</x>
<y>20</y>
<width>79</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>矩形</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1152</width>
<height>26</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>