Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML File Dialog warning

QML File Dialog warning

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 1 Posters 1.3k Views
  • 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.
  • M Offline
    M Offline
    maxwell31
    wrote on last edited by
    #1

    Hi,

    I get the following warning when using a Qml FileDialog:

    file:///home/maxwell/libs/Qt5.12/5.13.0/gcc_64/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
    file:///home/maxwell/libs/Qt5.12/5.13.0/gcc_64/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
    
    

    Is this standard behaviour?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maxwell31
      wrote on last edited by
      #2

      Hm, seems to be known, but should not be closed:

      https://bugreports.qt.io/browse/QTBUG-71669

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maxwell31
        wrote on last edited by
        #3

        The following will fix the warning
        QCoreApplication::setOrganizationName("Some organization");

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved