@bigbrandtree · Post #3003 · 28.06.2022 г., 09:07
Create your Brand-Ambassadors at No Extra Cost! For: #BusinessOwners#Employers#Freelancers#Writers#Employees
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
Пребарај: #employees
@bigbrandtree · Post #3003 · 28.06.2022 г., 09:07
Create your Brand-Ambassadors at No Extra Cost! For: #BusinessOwners#Employers#Freelancers#Writers#Employees
@venturevillagewall · Post #4082 · 06.02.2025 г., 13:00
AI Superagency in Workplace Gains Ground McKinsey's new report talks about the rise of AI superagency at workplaces, empowering employees to leverage AI's full potential. While long-term benefits are acknowledged, quick returns on investment are not widely seen. Surveys show employees are optimistic and ready for AI, yet leaders underestimate current AI use. The report suggests that the foundation for AI superagency exists, and leaders should take notice. Read the full report here: McKinsey Report #AI#Workplace#Leadership#Innovation#Technology#McKinsey#Superagency#Investment#Employees#Research
@CryptoM · Post #64477 · 09.04.2026 г., 02:04
🚀 Anthropic Completes Secondary Market Equity Sale Anthropic has recently completed a secondary market equity sale, with some employees selling a small portion of their shares to investors. According to Odaily, the limited willingness of employees to sell resulted in several investors not receiving their planned share allocations. The transaction was priced in line with the company's latest funding round valuation from February this year, maintaining Anthropic's current valuation at $350 billion, excluding the $30 billion raised in this round. #Anthropic#EquitySale#SecondaryMarket#Employees#Investors#FundingRound#Valuation#TechNews