Updated at haikuports/Haiku, KDiff3 1.12.3, available for 32bit and 64bit, enjoy! :)
Qt for Python: PySide6
Статья для новичков про использование Qt на языке Python используя официальную библиотеку-привязку PySide6. Ознакомление с созданием графических приложений на языке Python.
https://habr.com/ru/articles/909118/
#qt #qt6 #python #python3 #pyside6 #pyside #linux #windows #development #qt_software
With Qt 5.15 LTS support ending this month, it’s the right time to plan your migration to #Qt6. KDAB has guided many customers through successful upgrades - transforming a challenge into a modernization opportunity: https://www.kdab.com/services/qt-services/qt-5-to-qt-6-migration-services/
At #QtWS25? Come talk to us today! #QtDev
Qt 6.9 is the latest version, so why is the Trinity Desktop Environment still stuck on Qt3?
Trinity Desktop Environment (TDE) version R14.1.4 uses a fork of Qt3, specifically known as TQt3. Trinity maintains its own version of TQt3, which is developed and maintained independently by the TDE team.
Phew. Spent a lot of time today, with help from one of the contributors, figuring out why the GUI of the Qt6-based beta of the next @novelwriter release freezes for a second or two with a white dialog when starting up on Windows.
Turns out the Unicode thin space (U+2009) does not exist in some Windows fonts, like Verdana. Looks like Qt6 halts drawing the text while finding a replacement glyph, which freezes up everything. But only the forst time it encounters it.
Keeping on track with Krita (alpha6 build from master source) and Qt6 builds together with upstream developers, with PyQt6 enabled I can now also use the python scripts in Krita on Haiku. 👍 (not that I would know how to, as much as I don't know how to code) 😇
Yay, finally all the pieces have come together and I have finally been able to compile Qt 6.9 and @kde Plasma development version (what is to be released as 6.4 in June) for my @bananapi BPI-F3, a RISC-V single-board (mini) computer. Plasma does start and run, but looks like QML/QtQuick applications (which includes the desktop itself) have rendering problems 😞 Qt Widget apps render/run just fine. Now to figure out where the problem is…
LXQt 2.2.0 released with enhanced Wayland support, power profiles in LXQt Power Management, PCManFM-Qt improvements, QTerminal text rendering fixes
https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/
#lxqt #qt6 #linuxdesktop #linux #opensource #freesoftware #wayland
Good news from #FreeCAD 's "cousin" application #QGIS, "🎉 Big Changes Ahead: QGIS Is Moving to #Qt6 and Launching QGIS 4.0!"
https://blog.qgis.org/2025/04/17/qgis-is-moving-to-qt6-and-launching-qgis-4-0/
What do you think is still missing in #Wayland?
I feel that the last rough edges have been ironed out in the last year. This includes #HDR, #TripleBuffering, #ColorManagement, #SessionRestore implementations, improved #Accessibility, etc.
What important pieces do you think are still missing in Wayland?
#XWayland #Mutter #KWin #Gnome #KDE #X11 #XOrg #Cosmic #Enlightenment #GTK4 #GTK #QT6 #Weston #Cinnamon #Xfce hyprland #niri #sway
What is the sense of qDebug if it is #RocketScience to see any output? #Qt #qt6
Средства диагностики Плагин для Qt Creator Qt5 и Qt6
К сожалению, в Qt Creator нет таких же удобных диагностических инструментов, как Visual Studio Diagnostic Tools. Поэтому, для удобства, многим удобнее было бы пользоваться разработанным плагином DiagnosticTools для Qt Creator (Qt5, Qt6), в котором вы можете получить подробную информацию о разрабатываемых приложениях во время отладки кода.
https://habr.com/ru/articles/897324/
#qt #c++_библиотеки #qt_plugins #diagnostictools #qt5 #qt6 #qt_creator
Система расширений Qt Creator qt5 и qt6
В этой статье описывается, как создать (собрать) плагин Qt Creator, используя новый шаблон плагина CMake, предоставленный Qt Creator. А так же, описывается общая структура шаблона плагина.
https://habr.com/ru/articles/896898/
#qt #qt_creator #plugin #плагин #система_расширений #плагин_qt #плагин_qtcreator #qt6 #qt5
Qt 6.9 is now available, with new features and improvements for application developers and device creators! As some of the highlights, upgrading to Qt 6.9 brings emoji rendering in existing applications up to the latest standards, order independent transparency for Qt Quick 3D, significant enhancements to address modern OAuth2 requirements, and multiple new performance features across all platforms and devices.
Youtube
https://youtu.be/fsiCkxTesok?si=j_n49p-CGuKiS7we
Release Notes
https://www.qt.io/blog/qt-6.9-released
📢 #NewRelease Qlementine v1.2.0, for Qt!
https://github.com/oclero/qlementine
📢 New release: Qlementine Icons v1.8.0!
https://github.com/oclero/qlementine-icons
QTeletextMaker v0.7.2-beta released.
The Level 2.5 #teletext editor can now import and export pages in EP1 and HMS datastream htt formats, in addition to the existing TTI and t42 formats. And the header row can be edited and it'll get saved as well.
Grab a Windows exe from the zip at https://github.com/gkthemac/QTeletextMaker/releases/tag/0.7.2-beta or compile the source on Linux with #Qt6 and CMake.
Okay.... I think it's finally time to announce it :3
The wonderful project that combines a lot of components
It's the NekoConnect project, a service that proxies packets to plugins, effectively being a server for anything and everything so long as there is a plugin for it
You ever wanted to create a to-do list app that syncs between devices but you never dabbled into servers?
Fret not, this app will do all the heavy lifting for you, including data storage, all you need to do is create a plugin that will accept the data and you can do whatever you want from there
Unfortunately it's not done yet, you might have caught on from my previous toots that I'm creating a repo, there's also some issues with Wayland not handling mouse events so it's using xcb at the moment
The plugin system and server aren't done either, there's some test code but that's likely gonna be rewritten from scratch
But the most complicated part being the UI is mostly done so no issues there
This week, I've been working on a Docker image which ships the migration script PyQt5 to PyQt6 made by @CabiecesJ and @florent001 to automatically check @QGIS plugins against Qt6. It's now usable locally as in a CI.
I've updated the relevant wiki: https://github.com/qgis/QGIS/wiki/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6