This repository was archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTipForm.ui
121 lines (121 loc) · 3.94 KB
/
TipForm.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TipForm</class>
<widget class="QWidget" name="TipForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>335</width>
<height>460</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>配置角色名称</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p>输入你<span style=" font-weight:600; color:#f30752;">拥有的</span>屠夫名称,排除你<span style=" font-weight:600; color:#ff5500;">未拥有的</span>以及<span style=" font-weight:600; color:#ffaa00;">被禁用</span></p><p><span style=" font-weight:600; color:#ffaa00;">的</span>屠夫名称。<span style=" font-weight:600;">不留空行</span></p><p>每当你的屠夫<span style=" font-weight:600; color:#00aaff;">数量变化时</span>,都应该<span style=" font-size:10pt; font-weight:600;">重新配置</span>。</p><p>如果<span style=" font-weight:600; color:#00aa00;">只选择一个角色</span>挂机则无需配置。</p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<item>
<widget class="QPlainTextEdit" name="pt_search"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item alignment="Qt::AlignRight|Qt::AlignBottom">
<widget class="QPushButton" name="pb_save">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>保 存</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>pb_save</sender>
<signal>clicked()</signal>
<receiver>TipForm</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>321</x>
<y>441</y>
</hint>
<hint type="destinationlabel">
<x>103</x>
<y>421</y>
</hint>
</hints>
</connection>
</connections>
</ui>