Python Forum
[PyQt] [Solved]Help Getting Started on Scene Swapping
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] [Solved]Help Getting Started on Scene Swapping
#2
Why the same window? Most applications that have a login use a dialog. If you really want the login to be a different "view" in the main window I suggest using a QStackedWidget. This is like a tabbed widget, but without the tabs. Your program can decide which view in the "stack" is currently on top.

https://www.tutorialspoint.com/pyqt/pyqt...widget.htm
Reply


Messages In This Thread
RE: Help Getting Started on Scene Swapping - by deanhystad - May-13-2022, 06:12 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020