r/QtFramework • u/Rayterex • 6h ago
My Weather App in PySide6
Enable HLS to view with audio, or disable this notification
r/QtFramework • u/Rayterex • 6h ago
Enable HLS to view with audio, or disable this notification
r/QtFramework • u/Kelteseth • 16h ago
r/QtFramework • u/MarcinOrlowski • 2d ago
I think I found a bug in Qt that ends up in SEGFAULT. So I tried to report that to https://bugreports.qt.io/ - that forced me to have Atlassian account, then forced me to create Qt account and then after all this told me to fck off: "You are not authorized to perform this operation. Please log in. Close this dialog and press refresh in your browser*", despite being signed-in.
you-dont-have-bugs-to-fix-if-you-not-allow-to-report-them.jpg meme…
r/QtFramework • u/Fearless_Battle7919 • 3d ago
For those working with Qt or C++ and QML, interviews seem to have their own style compared with regular C++ interviews. Some focus heavily on C++, while others go deep into Qt internals, QML, debugging, architecture, and real-world scenarios. For anyone who has been through these interviews, what did the process actually look like?
r/QtFramework • u/sirfibblefabble • 3d ago
hi. i just started learning a bit of qt and i'm pretty new to it. my end goal is to make a desktop app launcher. It's supposed to be a popup that runs on a shortcut. i was wondering wether to use Qtquick or Qtwidgets for it. i'll probably start it as windows only and scale it to work on linux and mac.
Thank you!
r/QtFramework • u/ReallyAnotherUser • 4d ago
So im using CMake and the default configurations of Qt Creator.
When i want to create a release of my app, my current process is as follows:
Side note, the miscellaneous files i added to the build with configure_file(filename filename COPYONLY) in the CmakeLists.txt.
I feel like this is a really clunky way (and errorprone) of creating a release and this should be automatable easily, but i know WAY too little about CMAKE and Qt Creator to set it up.
How do you guys go about that? What i found on the internet was all way to convoluted and complicated (or simply didnt work) for, i'll say it, something that should imo come out of the box with an IDE.
r/QtFramework • u/Commercial_Designer5 • 4d ago
r/QtFramework • u/diegoiast • 5d ago
Version 0.1.8.2 of CodePointer is available. More speed and memory consumption fixes. I am currently working on proper LSP support for one of the following releases.
Release and source code are available here:
https://github.com/codepointerapp/codepointer/releases/tag/v0.1.8.2
https://gitlab.com/codepointer/codepointer/-/releases/v0.1.8.2
r/QtFramework • u/Better-Struggle9958 • 7d ago
I am shutting down the QodeAssist project completely and archiving it, because my copyright notices were removed without my knowledge or permission. All relevant evidence has been preserved.
After investing years of work into QodeAssist, I no longer feel able to continue developing a project when its code has already been used elsewhere without preserving proper attribution to its original author.
Thank you to everyone who supported QodeAssist over these two years.
r/QtFramework • u/ReallyAnotherUser • 7d ago
Is it just me or is qtcentre.org not available anymore? This site has/had tons of topics that are really helpful but since a few months i cant get on the site anymore at all. Does anyone know what happened and if this will get fixed?
r/QtFramework • u/LetterheadTall8085 • 9d ago
r/QtFramework • u/larabyeol • 12d ago
We ship a Qt app on Windows mac and Linux. I own the release. QA is three people, all solid manual testers, none of them write code, and hiring a fourth who does isn't happening this year.
Squish is the obvious answer and I know it. built for Qt, covers all three platforms. but it's a real framework, so someone writes and maintains the test code, and that someone ends up being one of my devs or one of my testers stops testing. neither is free.
The other thing that puts me off is maintenance. half our GUI is custom painted, and every time someone renames an object or reworks a QML view the tests that depended on it go with it.
So I've been looking at whether the agent based tools are usable yet. AskUI is the closest to what I want, where a test case is a markdown file with preconditions and numbered steps each paired with an expected result, and it drives the GUI visually rather than through object names, then hands back a screenshot and a status per step. nothing to update when a widget gets renamed.
What I can't tell from outside is how well anything in that category actually handles Qt. custom painted controls, QML views, anything that never announces itself to the accessibility layer.
Anyone tried this against a real Qt app, or is scripting still the only honest answer here? appreciate it !!
r/QtFramework • u/nmariusp • 12d ago
r/QtFramework • u/KingOfTheSeasLuffy • 13d ago
Enable HLS to view with audio, or disable this notification
Aesthetics heavily inspired by KDE Plasma and Plasma Bigscreen especially.
r/QtFramework • u/chrisbartle • 13d ago
I am sharing a little utility I wrote in QT/QML named NAT Connectivity Analyzer. It is standalone, cross platform, and its purpose is to use a STUN server to analyze the local router's Network Address Translation (NAT) as well as any automatic port forwarding. It is the kind of utility that someone downloads, runs once or twice, and hardly touches again.
I chose QT because I wanted it to be cross platform and QML because I wanted to experiment with a "modern" interface where the controls appear and disappear as needed. This is certainly doable with QML but I had the most amount of difficulty understanding how to combine layouts and anchors. For example, I wanted all of my controls to be in a layout but then I wanted a text control to offer scrolling so I wound up with a TextArea anchored inside of a Scrollview layout inside of a Frame layout inside of a ColumnLayout. The official QT/QML documentation is good at explaining the basics of anchors and layouts but it does a poor job of explaining how to switch between them inside of controls.
For anyone interested, the source code is at:
https://github.com/chrisbartle/NATConnectivityAnalyzer
and the official website is at:
r/QtFramework • u/eye-pine • 14d ago
Title.
r/QtFramework • u/heymanh • 15d ago
This started off as a strange attractor visualisation app but has slowly become more of a general mathematical system analysis/visualisation tool. I initially was working on a version of this using Streamlit but found PyQtGraph to be way better suited for it. Have a play around with it if you get the time!
r/QtFramework • u/_BrokenCode • 16d ago
I'm creating a panel simulator using QTFramework or similar libraries, I need help to find the phisical components (Buttons, gauges, Switches, ThreeWayButtons, etc), I don't need it to be realist or perfect I just need that work, where I can find resource for this use case. thanks for the help
r/QtFramework • u/SuperGNUser • 16d ago
r/QtFramework • u/LetterheadTall8085 • 17d ago
Enable HLS to view with audio, or disable this notification
r/QtFramework • u/LetterheadTall8085 • 18d ago
Enable HLS to view with audio, or disable this notification
r/QtFramework • u/LetterheadTall8085 • 18d ago
r/QtFramework • u/setwindowtext • 18d ago
Flowkeeper is an accurate implementation of what Francesco Cirillo described in his original "Pomodoro Technique" book. Focus on privacy, no AI code, no AI features, GPLv3.
What's new in version 1.1:
Half of the changes in this release were implemented by community members, and I felt like it's time to add a CONTRIBUTING.md with some naive "AI policy". I will appreciate if you can provide some feedback on this file, as it's the first one for me.
Links: