PyQt onClick page navigation
-
wrote on 8 Jun 2015, 06:20 last edited by
Hi,
I am new to PyQt, my requirement is that when I click on the particular button or some option in the menu list I want to move to that page. In short how can I connect multiple .py files in Qt designer. Is there a specific widget present or do I need some program to do so?
Any help would be appreciated.
Thanks. -
Hi and welcome to devnet,
QStackedWidget/Layout comes to mind for that kind of task, but you will need to do some coding anyway
1/2