-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWallDit Qt.ui
241 lines (241 loc) · 6.61 KB
/
WallDit Qt.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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QWidget" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>341</width>
<height>270</height>
</rect>
</property>
<property name="font">
<font>
<underline>false</underline>
</font>
</property>
<property name="windowTitle">
<string>WallDit by Disco Dolan</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QFormLayout" name="formLayout_6">
<item row="2" column="0">
<widget class="QLabel" name="subreddit_label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>You can use multireddits (add a + between each subreddit)</string>
</property>
<property name="text">
<string>Subreddit(s):</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="subreddit_line">
<property name="maximumSize">
<size>
<width>149</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>You can use multireddits (add a + between each subreddit)</string>
</property>
<property name="text">
<string>Wallpaper+Wallpapers</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="amount_label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Dictates how many posts it looks for before stopping</string>
</property>
<property name="text">
<string>Amount of posts to look for:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QSpinBox" name="post_amount_spinbox">
<property name="toolTip">
<string>Dictates how many posts it looks for before stopping</string>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="post_type_label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Which posts to fetch:</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QComboBox" name="post_type_combo_box">
<item>
<property name="text">
<string>Hot</string>
</property>
</item>
<item>
<property name="text">
<string>Top this Hour</string>
</property>
</item>
<item>
<property name="text">
<string>Top this Day</string>
</property>
</item>
<item>
<property name="text">
<string>Top this Week</string>
</property>
</item>
<item>
<property name="text">
<string>Top this Month</string>
</property>
</item>
<item>
<property name="text">
<string>Top this Year</string>
</property>
</item>
<item>
<property name="text">
<string>Top all Time</string>
</property>
</item>
</widget>
</item>
<item row="8" column="1">
<widget class="QCheckBox" name="boot_checkbox">
<property name="font">
<font>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<strikeout>false</strikeout>
</font>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="toolTip">
<string>When toggled, starts on boot</string>
</property>
<property name="text">
<string>Start on boot</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="nsfw_checkbox">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Toggle to enable searching for NSFW links</string>
</property>
<property name="text">
<string>NSFW</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="status_label">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="text">
<string>Status:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_img_btn">
<property name="text">
<string>Save image to directory</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="start_btn">
<property name="text">
<string>Start</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>subreddit_line</tabstop>
<tabstop>nsfw_checkbox</tabstop>
<tabstop>post_amount_spinbox</tabstop>
<tabstop>post_type_combo_box</tabstop>
<tabstop>boot_checkbox</tabstop>
<tabstop>start_btn</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>