165 lines
3.1 KiB
XML
165 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>panelToolWidget</class>
|
|
<widget class="QWidget" name="panelToolWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>81</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QWidget" name="contentWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>81</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget #contentWidget
|
|
{
|
|
background-color:rgba(36,43,50, 250);
|
|
}</string>
|
|
</property>
|
|
<widget class="QPushButton" name="btnSetting">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>3</x>
|
|
<y>3</y>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
padding:3px;
|
|
image: url(:/images/icon_add2.png);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
padding:2px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
padding:3px;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnFullScree">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>3</y>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
padding:3px;
|
|
image: url(:/images/icon_fullscreen.png);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
padding:2px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
padding:3px;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnMenu">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>55</x>
|
|
<y>3</y>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
padding:3px;
|
|
image: url(:/images/icon_menu.png);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
padding:2px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
padding:3px;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|