Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. configuration
    Log in to post
    • All categories
    • D

      Solved What `--` is on MacOS?
      General and Desktop • configuration build • • Dmitriano

      2
      0
      Votes
      2
      Posts
      161
      Views

      SGaist

      Hi,

      AFAIK, it has nothing to do with macOS.

      Usually the -- means that what follows will by passed as is to a process started by the script / command / other that you are invoking.

    • S

      Unsolved Handling the configuration change on Android
      Mobile and Embedded • configuration bluetooth connections android qml • • SevenM

      1
      0
      Votes
      1
      Posts
      175
      Views

      No one has replied

    • K

      Unsolved Getting application black screen for bluetooth dongle disconnection(onConfigurationChange).
      QML and Qt Quick • android bluetooth keyboard configuration intents • • Kuldip Somwanshi

      1
      0
      Votes
      1
      Posts
      143
      Views

      No one has replied

    • D

      Unsolved QNetworkConfiguration in ligtmap example
      General and Desktop • qt5 map configuration • • deleted286

      3
      0
      Votes
      3
      Posts
      189
      Views

      Christian Ehrlicher

      And please use the code-tags to make your code readable!

    • jeanmilost

      Solved How can I create a frameless fixed size window compatible with high DPI?
      QML and Qt Quick • windows 10 high dpi monitor window configuration • • jeanmilost

      4
      0
      Votes
      4
      Posts
      719
      Views

      jeanmilost

      I finally found a solution which seems to work in my case. I added the Qt.MSWindowsFixedSizeDialogHint window flag, which seems to fix the issue.

      So below is the modified code:

      ApplicationWindow { // common properties id: awMainForm width: 602 height: 728 flags: Qt.Window | Qt.FramelessWindowHint | Qt.MSWindowsFixedSizeDialogHint visible: true // form content isn't relevant ... }
    • A

      Solved Enumerate application profiles using QSettings
      General and Desktop • qsettings configuration desktop • • Anton Pleskanovskyy

      5
      0
      Votes
      5
      Posts
      766
      Views

      A

      @jsulm you are right!
      I guess that is my case List files in sub-directories with QDir's filter

    • S

      Solved Does QT configuration tool help in optimizing application size ?
      Tools • configuration configure configure tool static build • • Srinivasan

      5
      0
      Votes
      5
      Posts
      1317
      Views

      S

      @sierdzio Thank you. Will look into it.