class A : public QWidget{ public slots: void handleButton(); };
void A::handleButton(int row, int col){ m_button->setText("Example"); // resize button m_button->resize(100,100); }