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