![]() |
2010-06-16
, 19:31
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
![]() |
2010-06-16
, 20:08
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#3
|
Isn't this what you use HBoxes for?
Create a new HBox, add the buttons you need, and replace the old HBox (if there is one).
.setStyleSheet("border: 1px solid #fff; height: 100%; width: 100%")
.setSpacing(0)
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-06-16
, 20:22
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#4
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
I have a frame, I am going to fill it with arbitrary number of buttons, each button will have a letter in it.
I want to have about 4 buttons every row.
Now the catch :
- If there is only 1 row, and 1 button in that row, I want the button to take the size of the whole frame.
- If there is 1 row, with 2 buttons, I want those 2 buttons to share the size of the whole frame.
- etc...
The point being, always use maximum space, and when i add new buttons, i want to reduce the buttons size.
Can this be done automatically with layouts? grid didn't do it so well.
I don't want any spaces or margins between the buttons at all.
Any ideas?
Reminder, this needs to be at runtime, i can't use the designer for this.
Any help will be much appreciated!
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
Last edited by eitama; 2010-06-16 at 15:06.