Settings/preferences menu

For really simple things, it’s easy enough to do in code (e.g., throw up a dialog asking for a path).

For more complex things, it’s much easier to create a .ui file because Qt will auto-generate a lot of code for the UI (e.g., layout, labels, etc.)

Take a look at a few of the .ui files – it’s really easy and I’m happy to give pointers.

1 Like