Home > Software engineering >  Qt Designer How to have multiple frames?
Qt Designer How to have multiple frames?

Time:02-10

I would like to make a program with Qt Designer. Of course, programs can be complex. Mine would have several frames, which the user can cycle through using the Next and Back buttons.

How can I make these frames inside Qt Designer without making a .ui file for each of them then manually connect them? And is there a way in Qt Designer to switch to a particular frame upon button click?

Thank you.

CodePudding user response:

  •  Tags:  
  • Related