Understanding Qt At a Deeper Level

Started by
9 comments, last by Servant of the Lord 9 years, 8 months ago

Qt has implemented a properties system of it's own. Not sure how they compare to C#'s. I'm decently competent at Qt - I'm sure a few people here are. Could you explain your problem in more details? We might be able to come up with a solution.

In my own code, I have my main window, and the main window has multiple tabs. Each tab has a blank QWidget in it, that I, using QtDesigner, have 'Promoted' to the custom widgets for those pages. Inside QtDesigner, one of the blank widgets is 'Promoted' to my custom AreaEditingPage widget.

In my AreaEditingPage, which also happens to be designed using QtDesigner as a different .ui file (but doesn't have to be), I have a sidepanel on the left with tabs and things like that. I can place custom widgets directly in QtDesigner and promote them using QtDesigner's promotion feature.

[rollup=Dissecting my own Qt application]
BuPUKQPCUAANk7s.png

BuPUKjWCcAAPpKo.jpg
[/rollup]

This topic is closed to new replies.

Advertisement