forked from HonkaiScanner/scannerHelper-memories
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainWindow.ui
More file actions
208 lines (207 loc) · 5.45 KB
/
Copy pathmainWindow.ui
File metadata and controls
208 lines (207 loc) · 5.45 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Hao_cen</author>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>760</width>
<height>280</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>760</width>
<height>280</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>760</width>
<height>280</height>
</size>
</property>
<property name="windowTitle">
<string>崩坏3外置扫码器 v.1.3.1</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>430</x>
<y>0</y>
<width>322</width>
<height>271</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>登录B站账户</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="loginBiliBtn">
<property name="text">
<string>点击登录</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>监听二维码</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="clipCheck">
<property name="text">
<string>当前状态:关闭</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>发送到手机端</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="broadcastCheck">
<property name="text">
<string>当前状态:关闭</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QTextBrowser" name="logText">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>431</width>
<height>280</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>590</x>
<y>250</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Powered By Hao_cen</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>440</x>
<y>70</y>
<width>269</width>
<height>194</height>
</rect>
</property>
<property name="text">
<string>
简易使用说明:
第一次使用需要点击登录按钮登录B站账号
后续会将账号密码储存在配置文件内自动登录
请注意保护好文件安全
然后将监听二维码勾选上
这时候在剪贴板中的二维码图片将会自动识别
可以使用键盘上的PrintScreen按键快速截图</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>760</width>
<height>23</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>loginBiliBtn</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>login()</slot>
<hints>
<hint type="sourcelabel">
<x>621</x>
<y>29</y>
</hint>
<hint type="destinationlabel">
<x>454</x>
<y>131</y>
</hint>
</hints>
</connection>
<connection>
<sender>clipCheck</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>qrCodeSwitch(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>545</x>
<y>60</y>
</hint>
<hint type="destinationlabel">
<x>447</x>
<y>175</y>
</hint>
</hints>
</connection>
<connection>
<sender>broadcastCheck</sender>
<signal>clicked(bool)</signal>
<receiver>MainWindow</receiver>
<slot>broadcastSwitch(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>596</x>
<y>86</y>
</hint>
<hint type="destinationlabel">
<x>446</x>
<y>246</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>login()</slot>
<slot>qrCodeSwitch(bool)</slot>
<slot>autoLoginSwitch(bool)</slot>
<slot>broadcastSwitch(bool)</slot>
</slots>
</ui>