2020-08-31 04:03:41 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MarkerWidget</class>
|
|
|
|
<widget class="QWidget" name="MarkerWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>729</width>
|
|
|
|
<height>195</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2020-11-03 07:37:06 +08:00
|
|
|
<widget class="QTreeView" name="treeView">
|
2021-06-19 21:33:43 +08:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
|
|
|
</property>
|
2020-11-03 07:37:06 +08:00
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="animated">
|
|
|
|
<bool>true</bool>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
2020-11-03 07:37:06 +08:00
|
|
|
<property name="expandsOnDoubleClick">
|
2020-08-31 04:03:41 +08:00
|
|
|
<bool>true</bool>
|
2020-11-03 07:37:06 +08:00
|
|
|
</property>
|
2021-06-19 21:33:43 +08:00
|
|
|
<attribute name="headerMinimumSectionSize">
|
|
|
|
<number>0</number>
|
|
|
|
</attribute>
|
2020-08-31 04:03:41 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bAdd">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2021-06-19 21:33:43 +08:00
|
|
|
<iconset theme="list-add" resource="../../icons.qrc">
|
2020-10-25 06:12:46 +08:00
|
|
|
<normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="bDelete">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2021-06-19 21:33:43 +08:00
|
|
|
<iconset theme="list-remove" resource="../../icons.qrc">
|
2020-10-25 06:12:46 +08:00
|
|
|
<normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset>
|
2020-08-31 04:03:41 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-10-25 06:12:46 +08:00
|
|
|
<resources>
|
2021-06-19 21:33:43 +08:00
|
|
|
<include location="../../icons.qrc"/>
|
2020-10-25 06:12:46 +08:00
|
|
|
</resources>
|
2020-08-31 04:03:41 +08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|