Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT Creator Color window not opening correctly!
Qt 6.11 is out! See what's new in the release blog

QT Creator Color window not opening correctly!

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 568 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.
  • R Offline
    R Offline
    RedXXDuce
    wrote on last edited by
    #1

    Hi,

    Since instally QT Creator I have been unable to use the fill colour window properly. It starts off screen and I cant drag it so I can see the whole window.

    QTCreator ISsue.PNG

    You can see in the picture to the far right I am trying to change the colour of a rectangle but when I click on it the colour window thing opens off screen and no matter what I try I cant get it to move.

    I have tried:
    Uninstall and re installing
    removing the QTCreator.ini file and resetting the configs

    R 1 Reply Last reply
    0
    • R RedXXDuce

      Hi,

      Since instally QT Creator I have been unable to use the fill colour window properly. It starts off screen and I cant drag it so I can see the whole window.

      QTCreator ISsue.PNG

      You can see in the picture to the far right I am trying to change the colour of a rectangle but when I click on it the colour window thing opens off screen and no matter what I try I cant get it to move.

      I have tried:
      Uninstall and re installing
      removing the QTCreator.ini file and resetting the configs

      R Offline
      R Offline
      RedXXDuce
      wrote on last edited by
      #2

      @RedXXDuce

      Seems to work fine in QT Design Studio?

      53d72987-07c5-4ec9-aeda-34963b67f6dd-image.png

      1 Reply Last reply
      0
      • O Offline
        O Offline
        Orocle
        wrote on last edited by
        #3

        IS ANYONE GOING TO REPLY TO THIS!!!! I HAVE THE SAME EXACT ISSUE. QT DEVELOPERS??

        Come on, fellows...

        1 Reply Last reply
        0
        • O Offline
          O Offline
          Orocle
          wrote on last edited by
          #4

          Here is a workaround....

          1. Find the ColorEditor.qml that belongs to QTCreator. There are a few. You can change the file name until the Color picker doesn't appear anymore in QtCreator.

          2. Find the loader block in ColorEditor.qml and make sure it includes the anchor lines below. This will anchor the color picker to the left and not the right and off the screen -silliness; how does this even happen in QT land -

          property Loader loader: Loader {
          parent: colorEditor
          active: colorEditor.supportGradient
          anchors.left: parent.left
          anchors.leftMargin: 0

                      sourceComponent: ColorEditorPopup {
                          id: cePopup
                          x: cePopup.__defaultX
                          y: cePopup.__defaultY
                      }
          
          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