def resizeEvent(self, event):
global tab_6_size_indicator, total_till, browse_cnt, thumbnail_indicator
global tab_6_player
if (ui.tab_6.width() > 500 and tab_6_player == "False"
and iconv_r != 1 and not ui.lock_process):
#browse_cnt = 0
#if tab_6_size_indicator:
# tab_6_size_indicator.pop()
tab_6_size_indicator.append(ui.tab_6.width())
if not ui.scrollArea.isHidden():
print('--------resizing----')
ui.next_page('not_deleted')
QtWidgets.QApplication.processEvents()
elif not ui.scrollArea1.isHidden():
ui.thumbnail_label_update()
logger.debug('updating thumbnail window')
评论列表
文章目录