TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #175 · 30 окт.

В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны. Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2. Например, в PyQt4 и PySide есть метод QHeaderView.setResizeMode Для PyQt5 и PySide2 они были благополучно переименованы в QHeaderView.setSectionResizeMode Чтобы применить этот метод следует использовать такой код from Qt import QtCompath header = self.horizontalHeader() QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed) Унификация загрузки UI файлов: # PySide2 from PySide2.QtUiTools import QUiLoader loader = QUiLoader() widget = loader.load(ui_file) # PyQt5 from PyQt5 import uic widget = uic.loadUi(ui_file) # Qt.py from Qt import QtCompat widget = QtCompat.loadUi(ui_file) Хорошо что таких моментов не много и их легко запомнить. Полный список можно посмотреть в таблице. #qt#tricks

Hashtags

Резултати

Пронајдени 2 слични објави

Пребарај: #r2tbot

当前筛选 #r2tbot清除筛选
Luckydonalds Bots: Development/Status

@luckydonaldsbots · Post #277 · 09.02.2021 г., 02:13

Update for @r2tBot: - Improved performance of v.reddit.com videos - Fixed a bigger bug for not being able to post reddit video after preparing it for sending in some instances - The use of the bot in private channels is now deprecated. Reasoning behind that is that other people can't benefit from it if they can't access it. So for a public (free!) offering that doen't really make sense. If you wanna continue to use it in a private group that consider donating. - New /last_post command to see when the last post was the bot has made. That is usefull for confirming that it is still working. Notice that only actual media posts are listed and channels without new posts on reddit are not taken into account. If it hasn't posted in over an hour you can ask in the support chat. #update#r2tBot

Luckydonalds Bots: Development/Status

@luckydonaldsbots · Post #228 · 23.03.2020 г., 11:07

Emergency Maintainence: I don't know why, but since the weekend the load on my server has doubled. Maybe telelgram is more active as more people are at home. Therefore I'm in the process of upgrading the server. Until the new hardware is in place I'll turn off some non-essencial bots and services: @BassBoostBot, @moustache_bot, @RpAliasBot, @text2voice_bot, @YATubeBot and @r2tBot I will also turn on some alternative derpibooru bots, if you're using @derpyboorubot or @trixieboorubot please use @ponbot instead. For the NSFW @clopclopbot please use @p0nbot instead, I plan on keeping those online for now. #BassBoostBot#moustache_bot#RpAliasBot#derpyboorubot#text2voice_bot#r2tBot#YATubeBot#downtime#issue