How to manage icons that i drag and drop from a list , how to create a txt file
Unsolved
General and Desktop
-
Hi Guys , sorry for my bad english , i'm a Qt beginner , i'm using the 6.3 version of qt.
So , i'm working on a program that should have :- A List that contains icons
- A GridLayout where i can drag&drop and manage my icons ( swap them , delete them if dragged out , something like that)
- A Button at the end of the list which generate a txt file where it writes where my icons are in the grid ( example , item 1 , row 1 , column 0 ).
So this far i've tried to study the examples like the one with the draggable icons (boat,car,home) and the puzzle example.
Now i have my list with the icons which i can only drag&drop into the grid layout formed of widgets (i don't know if it's the correct way to do what i want but graphically is working ,so forgive me ) .
If someone would like to help me out i would really appreciate it.
the code is here, pls don't insult me if you see stupid things , i'm just a noob who wants to learn , thank you.
https://github.com/ApprenticeReno/ApprenticeReno.git