PowerMaster/ui/tccToolBox.ui

280 lines
7.4 KiB
Plaintext
Raw Permalink Normal View History

2024-10-10 16:59:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>tccToolBox</class>
<widget class="QWidget" name="tccToolBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>869</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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="QToolBox" name="toolBox">
<property name="styleSheet">
<string notr="true">QToolBox
{
background-color: rgb(33, 37, 43);
}
QToolBox::tab
{
background-color: rgb(33, 37, 43);
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid rgb(4, 4, 4);
}
QToolBoxButton
{
min-height:35px;
color: rgb(250, 250, 250);
font: 13pt &quot;黑体&quot;;
text-align: center;
}
QTreeWidget
{
margin-top:0px;
margin-left:6px;
margin-right:6px;
font: 12pt &quot;黑体&quot;;
color: rgb(250, 250, 250);
border: 0px solid rgb(162,190,230);
background-color:transparent;
}
QTreeWidget::branch
{
image:none;
}
QTreeWidget::item
{
height:30px;
border-radius:0px;
}
QTreeWidget::item:selected
{
color: rgb(250, 250, 250);
background-color: rgb(0, 122, 204);
border:0px;
}
QTreeWidget::item:hover
{
background-color: rgba(0, 122, 204, 100);
border:0px;
}
QTreeWidget::branch:has-children:!has-siblings:closed,
QTreeWidget::branch:closed:has-children:has-siblings
{
image: url(:/images/icon_treeClose.png);
}
QTreeWidget::branch:open:has-children:!has-siblings,
QTreeWidget::branch:open:has-children:has-siblings
{
image: url(:/images/icon_treeOpen.png);
}
QTreeWidget::indicator
{
width:16px;
height:16px;
}
QTreeWidget::indicator:partiallychecked
{
image: url(:/images/icon_checkbox_ParticallyChecked.png);
}
QTreeWidget::indicator:unchecked
{
image: url(:/images/icon_checkbox_UnChecked.png);
}
QTreeWidget::indicator:checked
{
image: url(:/images/icon_checkbox_Checked.png);
}
</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page_1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>787</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget #page_1
{
background-color: rgb(40, 44, 52);
}</string>
</property>
<attribute name="label">
<string>组件库1</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_page1">
<item>
<widget class="QTreeWidget" name="treeWidget_page1">
<property name="focusPolicy">
<enum>Qt::FocusPolicy::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>31</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>125</number>
</attribute>
<column>
<property name="text">
<string>1</string>
</property>
</column>
<item>
<property name="text">
<string>组件集合1</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_folder.png</normaloff>:/images/icon_folder.png</iconset>
</property>
<item>
<property name="text">
<string>组件1-1</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>组件1-2</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>组件1-3</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
</item>
<item>
<property name="text">
<string>组件集合2</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_folder.png</normaloff>:/images/icon_folder.png</iconset>
</property>
<item>
<property name="text">
<string>组件2-1</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>组件2-2</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
</item>
<item>
<property name="text">
<string>组件集合3</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_folder.png</normaloff>:/images/icon_folder.png</iconset>
</property>
<item>
<property name="text">
<string>组件3-1</string>
</property>
<property name="icon">
<iconset resource="../resource/PowerMaster.qrc">
<normaloff>:/images/icon_document.png</normaloff>:/images/icon_document.png</iconset>
</property>
</item>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>787</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget #page_2
{
background-color: rgb(40, 44, 52);
}</string>
</property>
<attribute name="label">
<string>组件库2</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../resource/PowerMaster.qrc"/>
</resources>
<connections/>
</ui>