Martin Vermeer a écrit :
On Mon, 2006-03-27 at 11:16 +0200, Abdelrazak Younes wrote:
Martin Vermeer a écrit :
...
We should not define slot connections inside the ui file. If possible,
please do that in the code, this is simple enough:
connect(moveinPB, SIGNAL(clicked()), this, SLOT(movein_adaptor()));
And this will help me porting the code to Qt4.
Attached a new patch which does it this way.
Thanks.
This patch also positions
the current header visibly in the window. In other words, it does pretty
much everything outlining is supposed to do.
Except drag and drop of section... ;-)
I gave it some testing
including corner cases.
OK to commit to trunk?
If you ask me, yes :-)
As far as I see from the code it can do no arm to current functionality.
It could even be a good candidate for 1.4.x but it is a new feature...
Abdel.