Qt-interest Archive, September 2002
Auto Update Layout with own class
Message 1 in thread
Hello all,
I created a class for a special input which contains up to 5 QLineEdits.
The user ist able to define in a mask the count (1 to 5), the validators,
the max lengths for each QLineEdit and some other things.
My problem is, I want to show the "actual outfit" of my class. So I tried
to destroy the item with delete and rebuild (and many others things), but I
haven' t found a way to show in the layout the actual changes made by user.
I can only see the layout with the predefined parameters. My class is shown
in a QGroupBox, which is a part of a QGridLayout.
Please help and thanks for your spended time,
Carsten Fieguth
==============================
schaut doch mal unter
http://carsten.fieguth.de
vorbei.
Witziges, Privates, Fantasy und mehr....
Message 2 in thread
On Saturday, 31 August 2002 19:11, Joe Butith wrote:
> Hello all,
>
> My problem is, I want to show the "actual outfit" of my class. So I tried
> to destroy the item with delete and rebuild (and many others things), but I
> haven' t found a way to show in the layout the actual changes made by user.
http://doc.trolltech.com/3.0/qlayout.html#activate ?
--
[ signature omitted ]