Re: [Interest] How to moving widgets inside the layout

2014-09-03 Thread Igor Mironchik
Hi, try QLayoutItem * QVBoxLayout::takeAt( int index ) and then void QVBoxLayout::insertItem( int index, QLayoutItem * item ) ... From: Jean Richard Lima Sent: Wednesday, September 03, 2014 11:38 PM To: interest@qt-project.org Subject: [Interest] How to moving widgets inside the layout Hi

[Interest] How to moving widgets inside the layout

2014-09-03 Thread Jean Richard Lima
Hi people! I need moving widgets inside the layout must do exactly as is done in designer mode, move widgets within the layout and other widgets automatically realign, example: I have 4 widgets and want to get 3 and move the mouse to one above the 1st position, then he should be the first and real