WeChatMsg/app/ui_pc/contact/contactUi.ui

122 lines
6.0 KiB
Plaintext
Raw Normal View History

2023-11-15 21:57:29 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>840</width>
<height>752</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">background: rgb(240, 240, 240);</string>
</property>
2023-11-16 22:39:59 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1">
2023-11-15 21:57:29 +08:00
<item>
2023-11-16 22:39:59 +08:00
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
<property name="spacing">
2023-11-19 23:27:34 +08:00
<number>6</number>
2023-11-16 22:39:59 +08:00
</property>
2023-11-15 21:57:29 +08:00
<item>
2023-11-16 22:39:59 +08:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
<width>200</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
2023-11-19 23:27:34 +08:00
border-radius:5px;
border-top: 0px solid #b2e281;
border-bottom: 0px solid #b2e281;
border-right: 0px solid #b2e281;
border-left: 0px solid #b2e281;
2023-11-16 22:39:59 +08:00
border-style:outset;
background-color:rgb(226,226,226);
</string>
</property>
<property name="cursorMoveStyle">
<enum>Qt::VisualMoveStyle</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
2023-11-19 23:27:34 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
2023-11-16 22:39:59 +08:00
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2023-11-15 21:57:29 +08:00
</item>
<item>
<widget class="QListWidget" name="listWidget">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>250</width>
<height>16777215</height>
</size>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
2023-11-15 22:59:25 +08:00
<number>-1</number>
2023-11-15 21:57:29 +08:00
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>