@legkoenebo · Post #4147 · 24.07.2025 г., 14:35
Мечта или реальность? Лёгкое небо #aviation#evacuation
Hashtags
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
Пребарај: #evacuation
@legkoenebo · Post #4147 · 24.07.2025 г., 14:35
Мечта или реальность? Лёгкое небо #aviation#evacuation
Hashtags
@googlefactss · Post #40339 · 16.12.2025 г., 11:00
Neon tetra fish form orderly queues when escaping through narrow spaces to avoid bumping into each other. Scientists observed groups of these fish passing calmly through small openings without clogging. This behavior helps them evacuate efficiently, unlike humans and sheep who often push and cause jams in emergencies. The study may help improve traffic flow and robot swarm designs. [Source] @googlefactss #FishBehavior🐟#Science#Evacuation#Nature#Research
@intnewsagency · Post #8942 · 26.03.2026 г., 15:43
Evacuation at GES-2 Cultural Center in Moscow An evacuation is underway at the GES-2 Cultural Center in Moscow. Authorities have not yet disclosed the cause of the incident, and official information remains unavailable. Relevant services are actively ensuring the safety of visitors and staff. The situation is ongoing; stay tuned for updates. #Moscow#Evacuation#GES2#Incident The main news of Russia and the world ishere.
Hashtags
@intnewsagency · Post #9239 · 05.04.2026 г., 14:35
Evacuation Underway in Makhachkala Due to Building Collapse Risk Residents of a multi-story building in Makhachkala are being evacuated amid fears the structure may collapse. Recent bad weather caused flooding across towns and villages in Dagestan, worsening regional infrastructure conditions. Local authorities are acting swiftly to ensure public safety. “Ensuring life support and safety is the republic’s priority,” officials stated. #Dagestan#Makhachkala#Evacuation#BadWeather#Safety The main news of Russia and the world ishere.