289 lines
8.0 KiB
XML
289 lines
8.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>CNavigationDialog</class>
|
||
<widget class="QDialog" name="CNavigationDialog">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1087</width>
|
||
<height>673</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>导航栏配置工具</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_2">
|
||
<property name="leftMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item row="0" column="0">
|
||
<widget class="QFrame" name="frame">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<item row="0" column="0">
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QPushButton" name="m_add">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>添加节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>+</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_upAdd">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>添加子节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>∟</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_delete">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>删除节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>-</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_clear">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>清空节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>×</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_moveUp">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>上移节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>↑</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_moveDown">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>下移节点</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>↓</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>484</width>
|
||
<height>17</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
<item>
|
||
<widget class="QPushButton" name="m_import">
|
||
<property name="text">
|
||
<string>导入</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_export">
|
||
<property name="text">
|
||
<string>导出</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="1" column="0" colspan="3">
|
||
<widget class="CTreeWidget" name="m_treeWidget">
|
||
<column>
|
||
<property name="text">
|
||
<string notr="true">1</string>
|
||
</property>
|
||
</column>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0" colspan="3">
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_confirm">
|
||
<property name="text">
|
||
<string>确认</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="m_cancel">
|
||
<property name="text">
|
||
<string>取消</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<layoutdefault spacing="6" margin="11"/>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>CTreeWidget</class>
|
||
<extends>QTreeWidget</extends>
|
||
<header>CTreeWidget.h</header>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|