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. Qt for windows: how to configure defaults
Qt 6.11 is out! See what's new in the release blog

Qt for windows: how to configure defaults

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.5k 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.
  • D Offline
    D Offline
    dextermagnific
    wrote on last edited by
    #1

    Hi all,
    Is there some tool to configure Qt for Windows settings, for example the default style, color palette ?
    I recall the old days where there was qtconfig tool, now obsolete in favor of platform integrations. However in Windows, there is no such concept as "style" and anyway the Qt style fusion does not mimick current Windows 11 styling.

    Thanks

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      What's wrong with the windowsvista or windows11 style?

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dextermagnific
        wrote on last edited by
        #3

        When my app starts, it seem to be starting using Fusion style by default.
        Anyway is there a tool to change the Qt behavior for all Qt apps started on windows ?

        Christian EhrlicherC 1 Reply Last reply
        0
        • D dextermagnific

          When my app starts, it seem to be starting using Fusion style by default.
          Anyway is there a tool to change the Qt behavior for all Qt apps started on windows ?

          Christian EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @dextermagnific said in Qt for windows: how to configure defaults:

          When my app starts, it seem to be starting using Fusion style by default.

          Then you explicitly added this in your code to use the fusion theme. Even a tool (which is not available) would not help then.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dextermagnific
            wrote on last edited by
            #5

            I don't set the theme explicitly. Anyway, how to set defaults for all apps in the qtconf way ?

            Christian EhrlicherC 1 Reply Last reply
            0
            • D dextermagnific

              I don't set the theme explicitly. Anyway, how to set defaults for all apps in the qtconf way ?

              Christian EhrlicherC Offline
              Christian EhrlicherC Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @dextermagnific said in Qt for windows: how to configure defaults:

              I don't set the theme explicitly

              You do. Otherwise fusion would not be selected but windowsvista or windows11. Or you simply don't ship those plugins (styles folder) because you don't use windeployqt for deploying your application to another computer.

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              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