buttons of different sizes
Solved
General and Desktop
-
-
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 ?
1/5