171 lines
4.4 KiB
XML
171 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CSInfoW4</class>
|
|
<widget class="QWidget" name="CSInfoW4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>374</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>选择局域网CS服务器</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgba(10, 23, 53, 200);
|
|
border:none;
|
|
border-radius:20px;</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="4">
|
|
<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="widget" native="true">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" 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);
|
|
}
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" 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>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|