connection QPushButton and QWidget for QTabWidget
Unsolved
General and Desktop
-
@Oussou you need to connect the
clicked()
signal from QPushButton to the respective slots.
https://doc.qt.io/qt-5/signalsandslots.htmlIf you are using QTabWidget for those "page" tabs of yours (you did not specify that) the slot would be
setCurrentIndex()