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. I have implemented a Customized Dialog box with Custom ListWidget
Forum Updated to NodeBB v4.3 + New Features

I have implemented a Customized Dialog box with Custom ListWidget

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 612 Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    Qt Enthusiast
    wrote on last edited by aha_1980
    #1

    I have a Customized Dialog box with Custom ListWidget

    https://ibb.co/cuBNYz

    In which it is QListWidgeta and each List Widget show have text and a checkbox. and the Up and Down we should be able to move elements up and down. Also how to Drag elements up and down.

    https://ibb.co/cuBNYz

    If someone can write a prototype code. Also, I am not good at designer

    RatzzR 1 Reply Last reply
    0
    • Q Qt Enthusiast

      I have a Customized Dialog box with Custom ListWidget

      https://ibb.co/cuBNYz

      In which it is QListWidgeta and each List Widget show have text and a checkbox. and the Up and Down we should be able to move elements up and down. Also how to Drag elements up and down.

      https://ibb.co/cuBNYz

      If someone can write a prototype code. Also, I am not good at designer

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      @Qt-Enthusiast

      Default QListWidget already has it? Except for the buttons?
      alt text

      --Alles ist gut.

      1 Reply Last reply
      2
      • Q Offline
        Q Offline
        Qt Enthusiast
        wrote on last edited by
        #3

        if you could writte the whole QDIalog code

        RatzzR jsulmJ 2 Replies Last reply
        0
        • Q Qt Enthusiast

          if you could writte the whole QDIalog code

          RatzzR Offline
          RatzzR Offline
          Ratzz
          wrote on last edited by
          #4

          @Qt-Enthusiast

          For checkbox I have set flags via properties of each items of QListWidget in the designer.
          For drag and drop set the dragDropMode to dragdrop and defaultDropAction to
          MovieAction in editTriggers properties via designer.

          --Alles ist gut.

          1 Reply Last reply
          2
          • Q Qt Enthusiast

            if you could writte the whole QDIalog code

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Qt-Enthusiast said in I have a implimente Customiszed Dialog box with Custom ListWidget:

            if you could writte the whole QDIalog code

            Come on it is your job to write the code, don't ask others to do it for you...
            If you have specific questions then ask specific questions, but not "write code for me".

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            Q 1 Reply Last reply
            3
            • jsulmJ jsulm

              @Qt-Enthusiast said in I have a implimente Customiszed Dialog box with Custom ListWidget:

              if you could writte the whole QDIalog code

              Come on it is your job to write the code, don't ask others to do it for you...
              If you have specific questions then ask specific questions, but not "write code for me".

              Q Offline
              Q Offline
              Qt Enthusiast
              wrote on last edited by
              #6

              @jsulm Ok

              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