PowerMaster/ui/functionNavigationBar.ui

159 lines
3.4 KiB
Plaintext
Raw Normal View History

2024-10-10 16:59:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>functionNavigationBar</class>
<widget class="QWidget" name="functionNavigationBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>66</width>
<height>241</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="mainLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>10</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="contentWidget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>45</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QWidget #contentWidget
{
background-color: rgba(68, 89, 108, 100);
border-top-left-radius:5px;
border-bottom-left-radius:5px;
}</string>
</property>
<widget class="QPushButton" name="funBtn_Dvie">
<property name="geometry">
<rect>
<x>5</x>
<y>60</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
padding:2px;
image: url(:/images/icon_dashboard_selected.png);
background-color:transparent;
}
QPushButton:hover
{
padding:1px;
}
QPushButton:pressed
{
padding:2px;
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>46</width>
<height>46</height>
</size>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="funBtn_TCC">
<property name="geometry">
<rect>
<x>5</x>
<y>140</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
padding:2px;
image: url(:/images/icon_chart_notSelected.png);
background-color:transparent;
}
QPushButton:hover
{
padding:1px;
}
QPushButton:pressed
{
padding:2px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="dockWidget" native="true">
<property name="minimumSize">
<size>
<width>5</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>5</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QWidget #dockWidget
{
background-color: rgba(68, 89, 108, 100);
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>