buttons of different sizes
-
this->ui.pBtn_Incubate ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight); his->ui.pBtn_Settings ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight - 10);I just changed the size of the button, so I gave you a minus 10 button sizes different.
I want to put the set button on the bottom.
You can use any type of techniques to do frontend.
Another option isUsing spacer and using maximum width

See on the properties panel onvertical policy
As I said there are many other techniques to obtain same type of design.
This one is output
-
Hi,
You should provide a minimal code sample that shows what you are trying to accomplish.
-
this->ui.pBtn_Incubate ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight); his->ui.pBtn_Settings ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight - 10);I just changed the size of the button, so I gave you a minus 10 button sizes different.
I want to put the set button on the bottom.
-
Which layout class are you using ?
-
this->ui.pBtn_Incubate ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight); his->ui.pBtn_Settings ->setFixedSize(nBtnsizeWidth, nBtnsizeHeight - 10);I just changed the size of the button, so I gave you a minus 10 button sizes different.
I want to put the set button on the bottom.
You can use any type of techniques to do frontend.
Another option isUsing spacer and using maximum width

See on the properties panel onvertical policy
As I said there are many other techniques to obtain same type of design.
This one is output
