Answer the question
In order to leave comments, you need to log in
How to maximize a window in qt that has been minimized earlier?
I actually minimize the window and open a new one.
void H_Key::on_close_key_clicked()
{
showMinimized();
Min *mn = new Min;
mn->show();
}
void Min::on_pushButton_clicked()
{
close();
H_Key *rz = new H_Key;
rz->showNormal();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question