Default field highlight color changed in Qt 6
-
Hey all,
I am trying to migrate our application to Qt 6 and noticed that the default color for highlighting fields has changed to this greyish color:
As opposed to the blue color used in Qt 5:
I have a very, very big application and don't want to apply this to all the fields (or widgets) one by one.
Is there a way to change this for the entire application? This also affects text edits and generally anything that takes focus.
-
Hey all,
I am trying to migrate our application to Qt 6 and noticed that the default color for highlighting fields has changed to this greyish color:
As opposed to the blue color used in Qt 5:
I have a very, very big application and don't want to apply this to all the fields (or widgets) one by one.
Is there a way to change this for the entire application? This also affects text edits and generally anything that takes focus.
Such stuff is controlled by the used style. So what style do you use and which exact Qt6 version? Also is this a QTableView or something else?
-
Also could be a setting of your OS (or the window manager on Linux). Which OS are you using?
-