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. Wizard for application ussage
Forum Updated to NodeBB v4.3 + New Features

Wizard for application ussage

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 893 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.
  • M Offline
    M Offline
    Milica
    wrote on last edited by
    #1

    Have you any idea how can i make a wizard inside my application for it's usage, but depending on check box, to show or not show this wizard in next applications start ups ? How can i save this information after closing the application, and know weather or not the check box was checked.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Hi,
      Making a Wizard is easy with QWizard (there are good docs on this site). Then store the checkbox state in a QSettings (will store in .ini or registry depending on OS) and reload from QSettings when restarting the program.

      Greetz, Jeroen

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

        Tnx, i'll try this :)

        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