-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmainwindow.ui
137 lines (137 loc) · 4.46 KB
/
mainwindow.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>288</width>
<height>713</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>288</width>
<height>713</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>90</width>
<height>160</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>270</width>
<height>480</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p>跳一跳辅助程序Ver1.3.3</p><p>自动适配所有分辨率16:9的手机</p><p>Qt5.6.3</p><p>Opencv3.4.0</p><p>ADBShell</p><p><a href="https://github.com/dengxinggao/OpencvQtTiaoyiTiaoHelp"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/dengxinggao/OpencvQtTiaoyiTiaoHelp</span></a></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="minimumSize">
<size>
<width>270</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>270</width>
<height>100</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="checkBox_2">
<property name="text">
<string>自动偏差</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="toolTip">
<string><html><head/><body><p>开启后,会根据目标大小,决定是否多跳半个人距离</p><p>修改后立即生效</p></body></html></string>
</property>
<property name="text">
<string>开启偏差</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_LenMultiple">
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>倍率:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_LenMultiple">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>可以适当修改</p><p>修改时,不开启偏差</p><p>跳的太远,调小该值</p><p>跳的太近,调大该值</p><p>修改后,再根据需要 决定是否开启偏差</p><p>修改后立即生效</p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_connect">
<property name="text">
<string>连接手机</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_start">
<property name="text">
<string>开始跳</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_stop">
<property name="text">
<string>不跳了</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>