[solved] Create a simple ide type app
-
wrote on 7 Aug 2015, 11:16 last edited by Yaseen
I want to create a app in which user can drag and drop label just like we do in designer mode in qt. Though i know how to code but unable to figure out how to do so in qt. Any help would be appreciated.
-
Hi, welcome to devnet.
Which part do you have problem with?
Showing a widget? drag and drop? Something else? -
A good start is the
"Drag and Drop Puzzle" Example
as it shows sort of the same concept, just with images but
idea is sort of the same. -
wrote on 13 Aug 2015, 08:33 last edited by
Thanks. I'll look into that. All this time it was in the example and i hadn't seen it.
-
@Yaseen
Well there are many samples and I stumbled on this one a day where I typed
Widget in the search field to see all samples for Desktop / not Qt Quick . :)
5/5