2025-03-04 09:44:03 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>projectModelDlg</class>
|
|
|
|
|
<widget class="QDialog" name="projectModelDlg">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1021</width>
|
|
|
|
|
<height>669</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Dialog</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QWidget#widget{
|
|
|
|
|
background-color: rgb(232, 232, 232);
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="widget_left" native="true">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(200, 200, 200);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="widget_2" native="true">
|
2025-04-17 16:51:20 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">color: rgb(15, 15, 15);</string>
|
|
|
|
|
</property>
|
2025-03-04 09:44:03 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<property name="spacing">
|
2025-04-17 16:51:20 +08:00
|
|
|
<number>4</number>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
|
|
|
|
<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>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(165, 165, 165);
|
|
|
|
|
font: 12pt "Microsoft YaHei UI";
|
|
|
|
|
color: rgb(8, 8, 8);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>模型索引</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<widget class="QTableWidget" name="tableWidget_model">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QTableView
|
|
|
|
|
{
|
|
|
|
|
outline:0px;
|
|
|
|
|
}
|
|
|
|
|
QTableView::item
|
|
|
|
|
{
|
|
|
|
|
border:0px;
|
|
|
|
|
background-color:transparent;
|
|
|
|
|
}
|
|
|
|
|
QTableView::item:hover
|
|
|
|
|
{
|
|
|
|
|
background-color:transparent;
|
|
|
|
|
}
|
|
|
|
|
QTableView::item:selected
|
|
|
|
|
{
|
|
|
|
|
color:rgb(0,0,0);
|
|
|
|
|
background-color:rgb(211, 241, 250);
|
|
|
|
|
}</string>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_new">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
|
</font>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
2025-04-17 16:51:20 +08:00
|
|
|
<property name="text">
|
|
|
|
|
<string>新建</string>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
2025-04-17 16:51:20 +08:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
2025-04-17 16:51:20 +08:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
2025-04-17 16:51:20 +08:00
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-03-04 09:44:03 +08:00
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="widget_right" native="true">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QWidget#widget_right{
|
|
|
|
|
background-color: rgb(200, 200, 200);
|
|
|
|
|
}
|
|
|
|
|
QWidget{
|
|
|
|
|
color: rgb(3, 3, 3);
|
|
|
|
|
font: 12pt "Microsoft YaHei UI";
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="1" column="1">
|
|
|
|
|
<spacer name="verticalSpacer">
|
2025-03-04 09:44:03 +08:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>156</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QPushButton" name="btn_apply">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>>></string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0" colspan="3">
|
2025-03-04 09:44:03 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>28</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_save">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>保存</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>13</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btn_cancel">
|
|
|
|
|
<property name="text">
|
2025-04-17 16:51:20 +08:00
|
|
|
<string>关闭</string>
|
2025-03-04 09:44:03 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="1" column="0" rowspan="4">
|
2025-03-04 09:44:03 +08:00
|
|
|
<widget class="QTreeView" name="treeView_base">
|
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="0" column="0">
|
2025-03-04 09:44:03 +08:00
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(165, 165, 165);
|
|
|
|
|
font: 12pt "Microsoft YaHei UI";
|
|
|
|
|
color: rgb(8, 8, 8);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>元模型属性</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QPushButton" name="btn_revoke">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string><<</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2" rowspan="4">
|
|
|
|
|
<widget class="QTreeView" name="treeView_sub">
|
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
2025-03-04 09:44:03 +08:00
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(165, 165, 165);
|
|
|
|
|
font: 12pt "Microsoft YaHei UI";
|
|
|
|
|
color: rgb(8, 8, 8);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>工程模型属性</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-04-17 16:51:20 +08:00
|
|
|
<item row="4" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>156</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2025-03-04 09:44:03 +08:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_info">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(200, 200, 200);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|