-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqtui.ui
More file actions
133 lines (133 loc) · 3.06 KB
/
qtui.ui
File metadata and controls
133 lines (133 loc) · 3.06 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
<?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>537</width>
<height>436</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="startButton">
<property name="geometry">
<rect>
<x>110</x>
<y>220</y>
<width>301</width>
<height>101</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Black</family>
<pointsize>34</pointsize>
<stylestrategy>PreferAntialias</stylestrategy>
<kerning>true</kerning>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QLabel" name="Title">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>311</width>
<height>101</height>
</rect>
</property>
<property name="font">
<font>
<family>Amiri Quran</family>
<pointsize>48</pointsize>
</font>
</property>
<property name="text">
<string>SovietBot</string>
</property>
</widget>
<widget class="QPushButton" name="directoryButton">
<property name="geometry">
<rect>
<x>170</x>
<y>330</y>
<width>171</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Open Configuration Directory</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>180</x>
<y>130</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Made by Rogue#0478</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>111</width>
<height>101</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../91_Discord_logo_logos-512.webp</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="directoryNoExist">
<property name="geometry">
<rect>
<x>50</x>
<y>370</y>
<width>461</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>The configuration directory doesn't exist. Please run the bot once to create it.</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>