On to my Swift #learning updates.
I'm currently working on the second app that passes mock data into a Sheet Detail View. Nothing too challenging but I'm really enjoy learning #Swift.
It uses a #ModelView to #StateManagement its data. This was a new concept to me coming from JS.
Module 9 of "Introduction to Qt Widgets" starts today: Building on the previous module’s model/view framework, this one introduces among others proxy models and delegates for painting and editing items. Watch the first episode: www.youtube.com/watch?v=5sOZ... #QtDev #QtWidgets #ModelView
Jesper caught up with Volker Hilsheimer & Maurice Kalinowski at Qt World Summit to explore what's next for Qt - from hybrid UIs and 2D acceleration to Qt Bridge, Model/View updates, AI, and more.
Watch the full interview: www.youtube.com/watch?v=Wds9... #QtDev #ModelView #UI #AI
After exploring item-based lists, tables & trees, we're now diving into the model/view approach. A great step toward clean separation of logic & presentation. In this episode, we zoom out to see how it all fits together: www.youtube.com/watch?v=jQLN... #QtDev #QtWidgets #ModelView
Episode 52 of "Introduction to Qt Widgets" is out now. This is the first episode of Module 8, where we look at item-based lists before getting into Qt's model/view framework. Watch it here: www.youtube.com/watch?v=pU66... #QtDev #QtWidgets #ModelView #CPlusPlus #Cpp
In the final part of this blog series, David Faure (KDAB) explores implementing drag-and-drop onto existing Qt items, like moving emails between folders. It covers #ModelView and Item Widget approaches, key setup steps, and Qt improvements: www.kdab.com/modelview-dr... #QtDev #Cpp
Learn to enable drag-and-drop between views in Qt's model/view framework. Part 2 of this guide covers setting up drag/drop sides, handling MIME data, and key model methods to move items seamlessly between lists or trees: www.kdab.com/modelview-dr... #QtDev #Cpp #Programming #ModelView
Learn how to implement drag-and-drop reordering in the Qt model/view framework. This guide covers QListView, QTableView, QTreeView, and item widgets with step-by-step instructions and code examples: www.kdab.com/modelview-dr... #QtDev #Cpp #Programming #ModelView #CodingTips