Thread
:
strange behaviour - qt hbox width only half the screen
View Single Post
XenGi
2011-03-16 , 09:44
Guest | Posts: n/a | Thanked: 0 times | Joined on
#
1
Hi I'm developing an apllication in Qt.
The source code can be viewed here:
http://xengi.ath.cx/trac/autag/browser/tags/testing
A screenshot of the behaviour:
I made a QHBoxLayout and added 2 QPushButtons ("FolderUp" and "Home"). The buttons alignment is justified by default so they should fill the hole width, each button 50%.
But they don't each button is 25% of the screen and I have no idea why.
On the Screenshot I have aligned the buttons left and right.
Any suggestions?
Last edited by XenGi; 2011-03-16 at
10:04
.
Quote & Reply
|
XenGi