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. QColorDialog color boxes
Forum Updated to NodeBB v4.3 + New Features

QColorDialog color boxes

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 3 Posters 1.1k Views 2 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.
  • A Offline
    A Offline
    anon834578
    wrote on last edited by
    #1

    Hi. Are color boxes used in QColorDialog available for programists?ca0e5e76-9509-42bb-9a8f-c94003285b97-image.png

    1 Reply Last reply
    0
    • A anon834578

      I mean, is there any class that I can use in my code to make such a color box easily?

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #4

      @BeetMacol
      Hi
      Nope, there is no such Widget included as far as i have seen

      You can use
      https://github.com/pothosware/PothosFlow/tree/master/qtcolorpicker

      or any other of the many to be found on the net.

      A 1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        What do you mean by "available for program it's" ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • A Offline
          A Offline
          anon834578
          wrote on last edited by
          #3

          I mean, is there any class that I can use in my code to make such a color box easily?

          mrjjM 1 Reply Last reply
          0
          • A anon834578

            I mean, is there any class that I can use in my code to make such a color box easily?

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by mrjj
            #4

            @BeetMacol
            Hi
            Nope, there is no such Widget included as far as i have seen

            You can use
            https://github.com/pothosware/PothosFlow/tree/master/qtcolorpicker

            or any other of the many to be found on the net.

            A 1 Reply Last reply
            0
            • mrjjM mrjj

              @BeetMacol
              Hi
              Nope, there is no such Widget included as far as i have seen

              You can use
              https://github.com/pothosware/PothosFlow/tree/master/qtcolorpicker

              or any other of the many to be found on the net.

              A Offline
              A Offline
              anon834578
              wrote on last edited by
              #5

              @mrjj Thank you.

              mrjjM 1 Reply Last reply
              0
              • A anon834578

                @mrjj Thank you.

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #6

                @BeetMacol
                Its a bit old, so might need a few changes to the header names.

                UPDATE
                sorry, seems it was not the one i though it would be

                alt text

                its just single button!

                1 Reply Last reply
                0
                • mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #7

                  You could also embed the Color dialog in MainForm.

                  alt text

                  but im not sure you want the other stuff beside the color boxes ?

                  There is also
                  https://doc.qt.io/qt-5.9/qtwidgets-itemviews-coloreditorfactory-example.html

                  using a combox box.

                  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