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. QApplication setApplication* and setOrganization*

QApplication setApplication* and setOrganization*

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 653 Views 2 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
    Defohin
    wrote on last edited by
    #1
    QApplication app(argc, argv);
    app.setApplicationDisplayName("");
    app.setApplicationName("");
    app.setApplicationVersion("");
    app.setOrganizationDomain("");
    app.setOrganizationName("");
    

    I wanted to know the usage for that methods, I looked the documentations but it doesn't say exactly the usage for each one.

    1 Reply Last reply
    0
    • Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @Defohin,

      There's probably a few uses, but the one I know of is in the QSettings construction. Have a read of QSettings - Basic Usage.

      I can see some other uses from a Github search, such as in QDesktopServices, but I'm not familiar with any of those. Perhaps someone else is?

      Cheers.

      1 Reply Last reply
      2

      • Login

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