@@ -187,26 +187,26 @@ def setupUi(self, MainWindow):
187
187
188
188
self .lh_search .addWidget (self .cb_search_type )
189
189
190
- self .b_search = QPushButton (self .w_central )
191
- self .b_search .setObjectName ("b_search " )
190
+ self .pb_search = QPushButton (self .w_central )
191
+ self .pb_search .setObjectName ("pb_search " )
192
192
# if QT_CONFIG(statustip)
193
- self .b_search .setStatusTip ("" )
193
+ self .pb_search .setStatusTip ("" )
194
194
# endif // QT_CONFIG(statustip)
195
195
# if QT_CONFIG(whatsthis)
196
- self .b_search .setWhatsThis ("" )
196
+ self .pb_search .setWhatsThis ("" )
197
197
# endif // QT_CONFIG(whatsthis)
198
198
# if QT_CONFIG(accessibility)
199
- self .b_search .setAccessibleName ("" )
199
+ self .pb_search .setAccessibleName ("" )
200
200
# endif // QT_CONFIG(accessibility)
201
201
# if QT_CONFIG(accessibility)
202
- self .b_search .setAccessibleDescription ("" )
202
+ self .pb_search .setAccessibleDescription ("" )
203
203
# endif // QT_CONFIG(accessibility)
204
- self .b_search .setText ("Search" )
204
+ self .pb_search .setText ("Search" )
205
205
# if QT_CONFIG(shortcut)
206
- self .b_search .setShortcut ("" )
206
+ self .pb_search .setShortcut ("" )
207
207
# endif // QT_CONFIG(shortcut)
208
208
209
- self .lh_search .addWidget (self .b_search )
209
+ self .lh_search .addWidget (self .pb_search )
210
210
211
211
self .lv_search_result .addLayout (self .lh_search )
212
212
@@ -315,29 +315,29 @@ def setupUi(self, MainWindow):
315
315
316
316
self .lh_download .addWidget (self .cb_quality_video )
317
317
318
- self .b_download = QPushButton (self .w_central )
319
- self .b_download .setObjectName ("b_download " )
318
+ self .pb_download = QPushButton (self .w_central )
319
+ self .pb_download .setObjectName ("pb_download " )
320
320
# if QT_CONFIG(tooltip)
321
- self .b_download .setToolTip ("" )
321
+ self .pb_download .setToolTip ("" )
322
322
# endif // QT_CONFIG(tooltip)
323
323
# if QT_CONFIG(statustip)
324
- self .b_download .setStatusTip ("" )
324
+ self .pb_download .setStatusTip ("" )
325
325
# endif // QT_CONFIG(statustip)
326
326
# if QT_CONFIG(whatsthis)
327
- self .b_download .setWhatsThis ("" )
327
+ self .pb_download .setWhatsThis ("" )
328
328
# endif // QT_CONFIG(whatsthis)
329
329
# if QT_CONFIG(accessibility)
330
- self .b_download .setAccessibleName ("" )
330
+ self .pb_download .setAccessibleName ("" )
331
331
# endif // QT_CONFIG(accessibility)
332
332
# if QT_CONFIG(accessibility)
333
- self .b_download .setAccessibleDescription ("" )
333
+ self .pb_download .setAccessibleDescription ("" )
334
334
# endif // QT_CONFIG(accessibility)
335
- self .b_download .setText ("Download" )
335
+ self .pb_download .setText ("Download" )
336
336
# if QT_CONFIG(shortcut)
337
- self .b_download .setShortcut ("" )
337
+ self .pb_download .setShortcut ("" )
338
338
# endif // QT_CONFIG(shortcut)
339
339
340
- self .lh_download .addWidget (self .b_download )
340
+ self .lh_download .addWidget (self .pb_download )
341
341
342
342
self .lh_download .setStretch (0 , 5 )
343
343
self .lh_download .setStretch (2 , 5 )
0 commit comments