PyQt: How to switch widgets in QStackedWidget

后端 未结 5 803
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 23:11

I have two buttons (wgtbtnA & wgtbtnB) placed on two different pages (page1 and page2, respectively) inside a parent object (objectNa

5条回答
  •  情歌与酒
    2020-12-11 23:37

    the two arrows you see in the designer ( in your message below) don't carry over to your application, its a function in the designer so you can switch between them easily

提交回复
热议问题