November is a great month for Qt-enthusiasts! #qtdev #cpp #rustlang #qml #Linux
π» KDAB Training Day
Nov 27th
Info: https://www.kdab.com/kdab-training-day-2023
π Qt World Summit
Nov 28th-29th
Info: https://www.qt.io/qt-world-summit-2023
π‘ Qt Contributor Summit
Nov 30th-Dec 1st
Info: https://wiki.qt.io/Qt_Contributor_Summit_2023
#qtdev #cpp #rustlang #qml #linux
Are you in or around #Manila #Philippines? Dylan Josh Lopez will be talking about #QuantumMachineLearning (#QML) using Keras and PennyLane.
#manila #philippines #QuantumMachineLearning #qml
Learn all about #porting Qt applications from Qt5 to #Qt6 from Nicolas Fella during the KDAB Training Day on 27th Nov. Get familiarised with comparing the available modules in Qt5 & Qt6, discussing the strategy & estimation of a port & more. #qtdev #CMake #qml
#porting #qt6 #qtdev #cmake #qml
Learn about the basic elements of #QtDS with a specific focus on the real-life workflow between designers & developers in our new 2-day training "Introduction to Qt Design Studio" happening in Berlin on 17-18th Oct. More on https://www.kdab.com/software-services/scheduled-training/introduction-to-qt-design-studio/ #qtdev #3d #qml
In #QML you can `import Qt.labs.platform` to get the ubuntu Fulter's dialog
https://doc.qt.io/qt-6/qml-qt-labs-platform-filedialog.html
Personals I use qt dialog too (do not import)
QML TextArea does not have a onTextEdited signal by default, but you can create one yourself.
TextArea {
property bool isKeyPressed : false
signal textEdited()
onTextChanged: {
if (isKeyPressed){
isKeyPressed = false;
textEdited()
}
}
Today until midnight is the last chance to grab your KDAB Training Day ticket at the reduced early-bird price. #qtdev #rustlang #qml #qt6 #cpp #cplusplus
π https://www.kdab.com/kdab-training-day-2023/
#qtdev #rustlang #qml #qt6 #cpp #cplusplus
@computingnature @jni `pip` works. Here is an example project using pyside6 and #QML https://tumpa.rocks
πKDAB Training Day early-bird reminder
Agenda:
- Whatβs new in C++23
- QML Application Architecture
- Profiling on Linux
- Porting to Qt 6
& in collaboration with the Rust experts Ferrous Systems
- A taste of Rust (with a drop of Qt)
More info on https://www.kdab.com/kdab-training-day-2023/
#qtdev #cpp #rustlang #qml #qt6
It's been nearly a year since I updated my #storybook... and after a day's work it's still not complete, but I'm still proud of it!
Assuming you need one for your #QML work, fill your boots! It's WebAssembly/Emscripten ready for #Qt 6.x+:
If you use a Loader in QML, you may encounter some issues with complex asynchronous loading operations. The Loader may not be able to detect when the loading is finished and when to update the view. To solve this problem, you can deactivate the Loader before starting the operation by setting Loader.active = false, and then reactivate it in the callback
Playing around with #salt on #plantuml to write #wireframes out of boredom. Had been aware, but not really tried my hand at this stuff - it is pretty convenient.
I do have a shell script wrapper at the moment that I've been using locally to automount/unmount my #gocryptfs and #cryfs folders while storing the passwords in #kdewallet. I'd like to convert that to a #python UI (I'm not proficient in python or GUI design). Been reading up in my spare time on #qtquick #qml etc.
#salt #plantuml #wireframes #gocryptfs #cryfs #kdewallet #python #qtquick #qml