PDA

View Full Version : How to fixed the widgets' position in QGridLayout when one of the widgets is enlarger



zimang
16th December 2010, 08:44
Hi guys:

it should like this, but when I enlarge the focused one, the others' position is moved. I want fixed the others.

http://www.qtcn.org/bbs/attachment/Mon_1012/17_84610_a7159302d5ec4f9.jpg

FelixB
16th December 2010, 09:14
it's not possible with a grid layout. instead you could open a seperate widget with the enlarged photo...

zimang
16th December 2010, 11:52
yes, I move a label to cover on it.