|
|
Thanx. Is it possible to do some type_cast and and make QAssistantClient
inherit QWidget or something like that?
Vivek
>-----Original Message-----
>From: owner-qt-interest@xxxxxxxxxxxxx
>[mailto:owner-qt-interest@xxxxxxxxxxxxx] On Behalf Of Dimitri
>Sent: Sunday, January 02, 2005 12:58 AM
>To: qt-interest@xxxxxxxxxxxxx
>Subject: Re: How do I integrate QAssistantClient widget with QWidget?
>
>Hi,
>
>> Yes. I have. Attached is my implementation of main.cpp. I think the
>> issue here is that QAssistantClient does not inherit QWidget.
>
>Yes, looking at qassistantclient.h, QAssistantClient is a
>QObject, not a
>QWidget. The reason is that QAssistantClient is just an API to
>access an
>existing Qt Assistant process or start a new one.
>
>> Any suggestions for work-around on this?
>
>You'll have to reuse the Qt Assistant source code in your application.
>This will probably involve a few changes in the source code.
>
>--
>Dimitri
>
>--
>List archive and information: http://lists.trolltech.com/qt-interest/
>
--
List archive and information: http://lists.trolltech.com/qt-interest/
|
|