Question

Currently I'm looking at a zillion objects all over the screen that's all coordinated in the code, but I would like a way to organize things into screen1, screen2, screen3, etc, and switch between them in designer. Is there a way to do that? I figured there would be, considering with any more than a couple screens displaying simultaneously, it'll get complicated.

Was it helpful?

Solution

It'll be good if Qt creator could provide that kind of feature.

For now, Qt creator already groups all .ui files into an abstract folder called "Forms" in the sidebar of Edit screen. There you can simply switch between different .ui files, and it just cost you one more click to go back the Edit screen.

Another substitution is using the combobox on top of Designer screen to switch between .ui files which are already open.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top