veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

292
active users

#qtdev

7 posts6 participants1 post today

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 Model/View and Item Widget approaches, key setup steps, and Qt improvements. #QtDev #Cpp #Programming #ModelView
kdab.com/modelview-drag-and-dr

KDABModel/View Drag and Drop in Qt - Part 3: Moving/copying items onto existing items | KDABImplementing item drops in the model/view qt involves dropping onto items. Emails moved between folders are a common example of applying this approach.