IPBS_Station/UI/W5/sub_ipui.ui

250 lines
6.7 KiB
Plaintext
Raw Permalink Normal View History

2025-09-05 08:44:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Sub_IPUI</class>
<widget class="QWidget" name="Sub_IPUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>选择分控后端IP</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(10, 23, 53, 235);
border:none;
border-radius:20px;</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<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>
<property name="horizontalSpacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QWidget" name="widget" native="true">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0">
<widget class="QListView" name="listViewCS_IP">
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QListView {
background-color: rgba(255, 255, 255,0);
border-radius:10px;
}
QListView::item{
border-radius:10px;
color: rgb(255, 255, 255);
padding:10px;
margin-top:8px;
}
QListView::item:hover{
border-radius:10px;
background-color: rgba(255, 255, 255,50);
color: rgb(0, 0, 0);
font-size:18px;
}
QListView::item:selected {
border-left: 4px solid #009688;
background-color: rgba(182, 210, 255,100);
}
QScrollBar:vertical{
width:15px;
background:rgba(0,0,0,0);
padding-bottom:9px;
background-position: right;
}
QScrollBar::add-line:vertical
{
height:0px;width:0px;
subcontrol-position:bottom;
}
QScrollBar::sub-line:vertical
{
height:0px;width:0px;
subcontrol-position:top;
}</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QWidget" name="widget_2" native="true">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QPushButton" name="QuXiaoBtn1">
<property name="minimumSize">
<size>
<width>120</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>45</height>
</size>
</property>
<property name="font">
<font>
<family>Bahnschrift Light</family>
<pointsize>13</pointsize>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(200,68,138,0);
border: 2px solid rgba(200,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}</string>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="QueRBtn1">
<property name="minimumSize">
<size>
<width>120</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>45</height>
</size>
</property>
<property name="font">
<font>
<family>Bahnschrift Light</family>
<pointsize>13</pointsize>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}</string>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
<widget class="QWidget" name="widget_3" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<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>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0);</string>
</property>
<property name="text">
<string>选择分控后端IP</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>