QT: Which slot to use for Window show -


i have 2 windows. upon button click of window form a, need open window form b , load data through http request in b's table widget. want know slot need implement done?

connect(forma->button, signal(clicked()), formb, slot(showandinitialize())); 

for form b need implement own slot void showandinitialize() can call this->show() , initiate http request.


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -