Has anyone used QtPropertyBrowser as an advanced configuration editor? All that I see in the GUI examples is for editing the properties of GUI elements. But how do I get started if I would like to edit something more abstract, for example, the configuration of the application.
Here is an example:
I am creating an application with a multi-page configuration dialog. Some parameters relate to the printer, some relate to the database, some refer to general application parameters, and some refer to template file names and / or templates. But before creating all these detailed configuration pages in the editor, I would like to have the “advanced” or “expert” tab in the dialog box that lists all the possible configuration options. Later in the design process, I collected more and more options, deciding which “lightweight” options could be added to more user-friendly configuration pages. And googling around I came through QtPropertyBrowser, which seems to be the right tool. But I'm not sure where to start? I'm sure,that instead of GUI objects, I need some abstract configuration objects (one or more). But I do not know where and how to start from this. Currently, all my ideas look complicated.
Any suggestions or pointers to tips?
source
share