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.
74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
2 months ago
|
<?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>560</width>
|
||
|
<height>482</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralWidget">
|
||
|
<widget class="QCheckBox" name="checkBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>220</x>
|
||
|
<y>10</y>
|
||
|
<width>79</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="checkBox2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>370</x>
|
||
|
<y>10</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>560</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|