Button slot getting called multiple times with multiple inheritance in QT
I’m using QT creator for creating the Ui form. I’ve a base form which contains 5 buttons (testListForm). I’m inheriting this base class in my derived class (DisplayTestResultsForm) via TestStatusForm. when i click on the button in the derived class, the function on_pushbutton_1_clicked() getting called thrice.
below is the code snippet