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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -