-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainwindow.ui
More file actions
115 lines (115 loc) · 3.1 KB
/
Copy pathmainwindow.ui
File metadata and controls
115 lines (115 loc) · 3.1 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
<?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>641</width>
<height>354</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>550</x>
<y>40</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Start Bot</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>291</width>
<height>301</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p>1. Open URL / id - wait 5 secs</p><p>2. check pixel</p><p>- for sellinng , CTRL+W</p><p>- else CTRL+W</p><p>3. Open URL / id / sell - wait 5 secs</p><p>4. INPUT 0.0041</p><p>5. CLICK Duration, Date Range, 6 months, CLICK outside, </p><p>6. Click complete Listing - wait 5 secs</p><p>7. Click Scroll down on Metamask</p><p>8. Click Sign on Metamask - wait 2 secs</p><p>9. Close Browser</p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
<widget class="QPushButton" name="pickPosButton">
<property name="geometry">
<rect>
<x>430</x>
<y>10</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Pick Position for Checking selling</string>
</property>
</widget>
<widget class="QLineEdit" name="startNftId">
<property name="geometry">
<rect>
<x>510</x>
<y>100</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="initalPts">
<property name="geometry">
<rect>
<x>430</x>
<y>130</y>
<width>191</width>
<height>191</height>
</rect>
</property>
<property name="plainText">
<string>820,379
1033,162
187,331
274,399
216,529
61,365
207, 478
1553,519
1465,580</string>
</property>
</widget>
<widget class="QLineEdit" name="spdSync">
<property name="geometry">
<rect>
<x>532</x>
<y>70</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1.0</string>
</property>
</widget>
<zorder>label</zorder>
<zorder>pushButton</zorder>
<zorder>pickPosButton</zorder>
<zorder>startNftId</zorder>
<zorder>initalPts</zorder>
<zorder>spdSync</zorder>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>