Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    User customizable menu and toolbar

    General and Desktop
    1
    1
    489
    Loading More Posts
    • 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.
    • S
      salcin last edited by

      Hi,

      What is the best approach to allow a user to modify part of the user interface of an application? Typically the user want to reconfigure toolbars and menu structures.
      I have come up with two approces:

      1. Do everything programmatically.
      2. Store the menu and toolbars in a file. Let the user update the file by selecting actions from a list. Maybe the file can be a ui-file? Load the the menu and toolbars from the file when the application strarts.

      I think the second option is better than the first. Is this the way to go or is there a better way?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post