Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to manage icons that i drag and drop from a list , how to create a txt file

How to manage icons that i drag and drop from a list , how to create a txt file

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 95 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ApprenticeRenoA Offline
    ApprenticeRenoA Offline
    ApprenticeReno
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved