221 lines
4.8 KiB
XML
221 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>panelSelectionDialog</class>
|
|
<widget class="QDialog" name="panelSelectionDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>427</width>
|
|
<height>344</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<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="contentWidget" native="true">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::FocusPolicy::ClickFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget #contentWidget
|
|
{
|
|
border:1px solid rgb(76,88,105);
|
|
background-color:rgba(36,43,50,250);
|
|
}
|
|
|
|
QListWidget
|
|
{
|
|
margin-top:0px;
|
|
margin-left:6px;
|
|
margin-right:6px;
|
|
font: 12pt "黑体";
|
|
color: rgb(250, 250, 250);
|
|
border: 0px solid rgb(162,190,230);
|
|
background-color:transparent;
|
|
}
|
|
|
|
QListWidget::item
|
|
{
|
|
height:25px;
|
|
border-radius:0px;
|
|
}
|
|
QListWidget::item:selected
|
|
{
|
|
color: rgb(250, 250, 250);
|
|
background-color: rgba(67,160,249, 80);
|
|
border:0px;
|
|
}
|
|
QListWidget::item:hover
|
|
{
|
|
background-color: rgba(67,160,249, 80);
|
|
border:0px;
|
|
}</string>
|
|
</property>
|
|
<widget class="QLabel" name="labeWindowlTitle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>26</y>
|
|
<width>361</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(250, 250, 250);
|
|
font: 700 13pt "微软雅黑";
|
|
border:1px solid rgb(67,160,249);
|
|
border-left:0px;
|
|
border-top:0px;
|
|
border-right:0px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择数据展项类型</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnCancle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>300</y>
|
|
<width>71</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
color: rgb(250, 250, 250);
|
|
font: 700 12pt "微软雅黑";
|
|
border:1px solid rgb(67,160,249);
|
|
border-radius:2px;
|
|
background-color:rgb(24,32,38);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
background-color:rgb(8,11,13);
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color:rgb(24,32,38);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>取消</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnConfirm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>300</y>
|
|
<width>71</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
color: rgb(250, 250, 250);
|
|
font: 700 12pt "微软雅黑";
|
|
border:0px;
|
|
border-radius:2px;
|
|
background-color:rgb(67,160,249);
|
|
}
|
|
QPushButton:hover
|
|
{
|
|
background-color:rgb(55,131,204);
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color:rgb(67,160,249);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确认</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>70</y>
|
|
<width>341</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::FocusPolicy::NoFocus</enum>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>折线图</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>柱状图</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>点状图</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>饼状图</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>热力图</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>仪表盘</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>数据表</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>地图</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|