Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, January 2007
Help on MultiPageWidget


Message 1 in thread

All,

I compiled the MultiPageWidget that is an example in Designer. The
Widget looks good in Designer, but when I use it in my application (with
QSA embedded), the information that I put in the dropdown list does not
show up. It does not even save the information the is in the combox in
the ui file. Are there things that are not totally implemented that
would not make this Widget work correctly?

Also, there are some values that do not show up in QSA. Why is that? I
noticed that not all the properties are exposed.

Thanks
Robert

Message 2 in thread

On 1/30/07, Oaks, Robert <robert.oaks@xxxxxxx> wrote:
> All,
>
> I compiled the MultiPageWidget that is an example in Designer. The Widget
> looks good in Designer, but when I use it in my application (with QSA
> embedded), the information that I put in the dropdown list does not show up.
> It does not even save the information the is in the combox in the ui file.
> Are there things that are not totally implemented that would not make this
> Widget work correctly?

The MultiPageWidget example does not save the titles that you set in
Designer. You can add this functionality with an ExtraInfo designer
extension (QDesignerExtraInfoExtension). Unfortunately, this class is
entirely undocumented.

-- 
 [ signature omitted ]