Qt-jambi-interest Archive, June 2007
tab order in designer and plugin designer^
Message 1 in thread
Hi
I've some problems editing the tab order, that means the tab order
doesn't work. There is only one tabpoint with the number [1], in the
designer as well as in the eclipse plugin designer
But it seems to me, that the tab-order in the finished dialog is always
in right order ?
best regards
Arne
Message 2 in thread
Arne Stocker wrote:
> Hi
>
> I've some problems editing the tab order, that means the tab order
> doesn't work. There is only one tabpoint with the number [1], in the
> designer as well as in the eclipse plugin designer
>
> But it seems to me, that the tab-order in the finished dialog is always
> in right order ?
Hi Arne,
Widgets get a tab order only if they have a focus policy. By default in
the Qt Jambi version of designer widgets have NoFocus. If you change the
focusPolicy property to StrongFocus or TabFocus you should be able to
edit them just fine. We're looking into ways of making this behave more
according to the expected behavior of each individual widget.
best regards,
Gunnar
Message 3 in thread
thank you..
... that explains why the form works without any taborder properly
best regards
Arne