Qt-interest Archive, April 2008
Custom Widgets in Qt-Toolbox of Visual Studio
Message 1 in thread
Hi,
I created a Qt Designer Plugin with Visual Studio.
It works within the Designer.
But in won't show up in the Qt-Toolbox of Visual Studio.
I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
Integration 1.3.0.
I builded the plugin in release mode and installed it into the plugin
folder of Visual Studio Integration as it was written in the qt-dokumentation...without success.
Inside the plugin folder are plugins
(for example worldtimeclockplugin.dll (from examples))
which also dont appear in the Qt Toolbox.
Those were installed during the intallation of Visual
Studio Integration.
What am I doing wrong?
I'll be grateful for any help.
regards
Hans Schmidt
--
[ signature omitted ]
Message 2 in thread
Since you have a commercial license (with a support contract, i suppose) you should ask trolltech support about this.
The VS Integration is closed source, so there is not much the community can do about it.
Why is it not open sourced? It sucks not to have the source!
My guess is, the code is probably not of the same level of quality as the rest of Qt, so they don't want to show it.
Another guess would be that they don't want the integration to be available to non-customers in order to sell more licenses.
Cheers,
Peter
> -----Ursprüngliche Nachricht-----
> Von: Hans Schmidt [mailto:wegwerf969@xxxxxx]
> Gesendet: Mittwoch, 2. April 2008 17:22
> An: qt-interest@xxxxxxxxxxxxx
> Betreff: Custom Widgets in Qt-Toolbox of Visual Studio
>
> Hi,
>
> I created a Qt Designer Plugin with Visual Studio.
> It works within the Designer.
> But in won't show up in the Qt-Toolbox of Visual Studio.
> I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> Integration 1.3.0.
> I builded the plugin in release mode and installed it into the plugin
> folder of Visual Studio Integration as it was written in the
> qt-dokumentation...without success.
> Inside the plugin folder are plugins
> (for example worldtimeclockplugin.dll (from examples))
> which also dont appear in the Qt Toolbox.
> Those were installed during the intallation of Visual
> Studio Integration.
> What am I doing wrong?
> I'll be grateful for any help.
>
> regards
>
> Hans Schmidt
--
[ signature omitted ]
Message 3 in thread
-------- Original-Nachricht --------
> Datum: Wed, 2 Apr 2008 19:30:20 +0200
> Von: "Peter Prade" <prade@xxxxxxxxxxx>
> An: qt-interest@xxxxxxxxxxxxx
> Betreff: AW: Custom Widgets in Qt-Toolbox of Visual Studio
> Since you have a commercial license (with a support contract, i suppose)
> you should ask trolltech support about this.
>
> The VS Integration is closed source, so there is not much the community
> can do about it.
>
> Why is it not open sourced? It sucks not to have the source!
> My guess is, the code is probably not of the same level of quality as the
> rest of Qt, so they don't want to show it.
> Another guess would be that they don't want the integration to be
> available to non-customers in order to sell more licenses.
>
> Cheers,
> Peter
>
> > -----Ursprüngliche Nachricht-----
> > Von: Hans Schmidt [mailto:wegwerf969@xxxxxx]
> > Gesendet: Mittwoch, 2. April 2008 17:22
> > An: qt-interest@xxxxxxxxxxxxx
> > Betreff: Custom Widgets in Qt-Toolbox of Visual Studio
> >
> > Hi,
> >
> > I created a Qt Designer Plugin with Visual Studio.
> > It works within the Designer.
> > But in won't show up in the Qt-Toolbox of Visual Studio.
> > I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> > Integration 1.3.0.
> > I builded the plugin in release mode and installed it into the plugin
> > folder of Visual Studio Integration as it was written in the
> > qt-dokumentation...without success.
> > Inside the plugin folder are plugins
> > (for example worldtimeclockplugin.dll (from examples))
> > which also dont appear in the Qt Toolbox.
> > Those were installed during the intallation of Visual
> > Studio Integration.
> > What am I doing wrong?
> > I'll be grateful for any help.
> >
> > regards
> >
> > Hans Schmidt
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]
Message 4 in thread
Hans Schmidt wrote:
> I assume Custom Widget Plugins are not supposed to
> appear in the Qt Toolbox of Visual Studio.
> But it is possible to work simultaneously with Qt Designer
> and Qt Visual Studio.
> So I load ui files into the Qt Desiger and
> add the custom widgets which i need.
> Then I save the ui file and update it in Visual Studio.
> I hoped to find a way that works without switching between Qt
> Designer and Visual Studio but I think there is non.
Did you ask support and they told you that custom widget plugins are
"not supposed to appear"? Or is this your guess?
Cheers,
Peter
--
[ signature omitted ]
Message 5 in thread
On onsdag den 2. April 2008, Hans Schmidt wrote:
> Hi,
>
> I created a Qt Designer Plugin with Visual Studio.
> It works within the Designer.
> But in won't show up in the Qt-Toolbox of Visual Studio.
> I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> Integration 1.3.0.
> I builded the plugin in release mode and installed it into the plugin
> folder of Visual Studio Integration as it was written in the
> qt-dokumentation...without success. Inside the plugin folder are plugins
> (for example worldtimeclockplugin.dll (from examples))
> which also dont appear in the Qt Toolbox.
> Those were installed during the intallation of Visual
> Studio Integration.
> What am I doing wrong?
> I'll be grateful for any help.
As Peter said, you need to contact Qt support with this question. It's
possible that you have to store your application in another directory for the
VS plugin to pick it up. It's also possible that you just can't do this.
I never tried doing this myself, because I always end up so annoyed with the
designer integration that I run designer separately.
If you do figure out a way, please post it here, so others can google their
way to it.
Bo.
--
[ signature omitted ]
Message 6 in thread
Currently I'm using VS2003 on Vista with the Qwt library with a working
plugin in the Qt toolbar.
My files are located as listed below, maybe it gives you a clue.
C:\Program Files\Trolltech\Qt VS Integration\plugins\qwt_designer_plugin.dll
C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.dll
C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.lib
C:\Qt\4.3.4\bin\qwt5.dll
C:\Qt\4.3.4\bin\qwt5d.dll
C:\Qt\4.3.4\lib\qwt5.lib
C:\Qt\4.3.4\lib\qwt5d.lib
Jan.
Hans Schmidt wrote:
> Hi,
>
> I created a Qt Designer Plugin with Visual Studio.
> It works within the Designer.
> But in won't show up in the Qt-Toolbox of Visual Studio.
> I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> Integration 1.3.0.
> I builded the plugin in release mode and installed it into the plugin
> folder of Visual Studio Integration as it was written in the qt-dokumentation...without success.
> Inside the plugin folder are plugins
> (for example worldtimeclockplugin.dll (from examples))
> which also dont appear in the Qt Toolbox.
> Those were installed during the intallation of Visual
> Studio Integration.
> What am I doing wrong?
> I'll be grateful for any help.
>
> regards
>
> Hans Schmidt
>
>
>
--
[ signature omitted ]
Message 7 in thread
I asked my workmates about that Problem.
We created custom widgets on a Computer with Visual Studio 2003 Net,
Qt 4.2.3. and Qt VS Integration 1.2.2.
It worked.
Then we did the same steps on a Computer with VS 2003 net, Qt 4.3.0
and Qt VS Integration 1.3.0 and it didn't work.
@ Jan which Version do you use?
I will have to contact the customer support like Peter saíd.
Maybe they can help me.
-------- Original-Nachricht --------
> Datum: Fri, 04 Apr 2008 11:44:53 +0200
> Von: Jan Dasselaar <jan@xxxxxxxxxxxxxxx>
> An: Hans Schmidt <wegwerf969@xxxxxx>
> CC: qt-interest@xxxxxxxxxxxxx
> Betreff: Re: Custom Widgets in Qt-Toolbox of Visual Studio
> Currently I'm using VS2003 on Vista with the Qwt library with a working
> plugin in the Qt toolbar.
>
> My files are located as listed below, maybe it gives you a clue.
>
>
> C:\Program Files\Trolltech\Qt VS
> Integration\plugins\qwt_designer_plugin.dll
>
> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.dll
> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.lib
>
> C:\Qt\4.3.4\bin\qwt5.dll
> C:\Qt\4.3.4\bin\qwt5d.dll
> C:\Qt\4.3.4\lib\qwt5.lib
> C:\Qt\4.3.4\lib\qwt5d.lib
>
>
> Jan.
>
>
> Hans Schmidt wrote:
> > Hi,
> >
> > I created a Qt Designer Plugin with Visual Studio.
> > It works within the Designer.
> > But in won't show up in the Qt-Toolbox of Visual Studio.
> > I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> > Integration 1.3.0.
> > I builded the plugin in release mode and installed it into the plugin
> > folder of Visual Studio Integration as it was written in the
> qt-dokumentation...without success.
> > Inside the plugin folder are plugins
> > (for example worldtimeclockplugin.dll (from examples))
> > which also dont appear in the Qt Toolbox.
> > Those were installed during the intallation of Visual
> > Studio Integration.
> > What am I doing wrong?
> > I'll be grateful for any help.
> >
> > regards
> >
> > Hans Schmidt
> >
> >
> >
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]
Message 8 in thread
I'm using Qt 4.3.4 Commercial version and Qt VS Integration 1.3.3.
Used different version of Qt, no problem.
I think you should ugrade to the latest version of Qt VS Integration.
Jan
Hans Schmidt wrote:
> I asked my workmates about that Problem.
> We created custom widgets on a Computer with Visual Studio 2003 Net,
> Qt 4.2.3. and Qt VS Integration 1.2.2.
> It worked.
> Then we did the same steps on a Computer with VS 2003 net, Qt 4.3.0
> and Qt VS Integration 1.3.0 and it didn't work.
> @ Jan which Version do you use?
> I will have to contact the customer support like Peter saíd.
> Maybe they can help me.
>
> -------- Original-Nachricht --------
>> Datum: Fri, 04 Apr 2008 11:44:53 +0200
>> Von: Jan Dasselaar <jan@xxxxxxxxxxxxxxx>
>> An: Hans Schmidt <wegwerf969@xxxxxx>
>> CC: qt-interest@xxxxxxxxxxxxx
>> Betreff: Re: Custom Widgets in Qt-Toolbox of Visual Studio
>
>> Currently I'm using VS2003 on Vista with the Qwt library with a working
>> plugin in the Qt toolbar.
>>
>> My files are located as listed below, maybe it gives you a clue.
>>
>>
>> C:\Program Files\Trolltech\Qt VS
>> Integration\plugins\qwt_designer_plugin.dll
>>
>> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.dll
>> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.lib
>>
>> C:\Qt\4.3.4\bin\qwt5.dll
>> C:\Qt\4.3.4\bin\qwt5d.dll
>> C:\Qt\4.3.4\lib\qwt5.lib
>> C:\Qt\4.3.4\lib\qwt5d.lib
>>
>>
>> Jan.
>>
>>
>> Hans Schmidt wrote:
>>> Hi,
>>>
>>> I created a Qt Designer Plugin with Visual Studio.
>>> It works within the Designer.
>>> But in won't show up in the Qt-Toolbox of Visual Studio.
>>> I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
>>> Integration 1.3.0.
>>> I builded the plugin in release mode and installed it into the plugin
>>> folder of Visual Studio Integration as it was written in the
>> qt-dokumentation...without success.
>>> Inside the plugin folder are plugins
>>> (for example worldtimeclockplugin.dll (from examples))
>>> which also dont appear in the Qt Toolbox.
>>> Those were installed during the intallation of Visual
>>> Studio Integration.
>>> What am I doing wrong?
>>> I'll be grateful for any help.
>>>
>>> regards
>>>
>>> Hans Schmidt
>>>
>>>
>>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
>> "unsubscribe" in the subject or the body.
>> List archive and information: http://lists.trolltech.com/qt-interest/
>
--
[ signature omitted ]
Message 9 in thread
I upgraded to Visual Studio Integration 1.3.3
and.... .... it works.
Thank you .
Hans Schmidt
-------- Original-Nachricht --------
> Datum: Mon, 07 Apr 2008 09:10:54 +0200
> Von: Jan Dasselaar <jan@xxxxxxxxxxxxxxx>
> An: Hans Schmidt <wegwerf969@xxxxxx>
> CC: qt-interest@xxxxxxxxxxxxx
> Betreff: Re: Custom Widgets in Qt-Toolbox of Visual Studio
> I'm using Qt 4.3.4 Commercial version and Qt VS Integration 1.3.3.
> Used different version of Qt, no problem.
> I think you should ugrade to the latest version of Qt VS Integration.
>
> Jan
>
> Hans Schmidt wrote:
> > I asked my workmates about that Problem.
> > We created custom widgets on a Computer with Visual Studio 2003 Net,
> > Qt 4.2.3. and Qt VS Integration 1.2.2.
> > It worked.
> > Then we did the same steps on a Computer with VS 2003 net, Qt 4.3.0
> > and Qt VS Integration 1.3.0 and it didn't work.
> > @ Jan which Version do you use?
> > I will have to contact the customer support like Peter saíd.
> > Maybe they can help me.
> >
> > -------- Original-Nachricht --------
> >> Datum: Fri, 04 Apr 2008 11:44:53 +0200
> >> Von: Jan Dasselaar <jan@xxxxxxxxxxxxxxx>
> >> An: Hans Schmidt <wegwerf969@xxxxxx>
> >> CC: qt-interest@xxxxxxxxxxxxx
> >> Betreff: Re: Custom Widgets in Qt-Toolbox of Visual Studio
> >
> >> Currently I'm using VS2003 on Vista with the Qwt library with a working
> >> plugin in the Qt toolbar.
> >>
> >> My files are located as listed below, maybe it gives you a clue.
> >>
> >>
> >> C:\Program Files\Trolltech\Qt VS
> >> Integration\plugins\qwt_designer_plugin.dll
> >>
> >> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.dll
> >> C:\Qt\4.3.4\plugins\designer\qwt_designer_plugin.lib
> >>
> >> C:\Qt\4.3.4\bin\qwt5.dll
> >> C:\Qt\4.3.4\bin\qwt5d.dll
> >> C:\Qt\4.3.4\lib\qwt5.lib
> >> C:\Qt\4.3.4\lib\qwt5d.lib
> >>
> >>
> >> Jan.
> >>
> >>
> >> Hans Schmidt wrote:
> >>> Hi,
> >>>
> >>> I created a Qt Designer Plugin with Visual Studio.
> >>> It works within the Designer.
> >>> But in won't show up in the Qt-Toolbox of Visual Studio.
> >>> I use Visual Studio 2003 .Net, Qt 4.3.0 Comercial and Visual Studio
> >>> Integration 1.3.0.
> >>> I builded the plugin in release mode and installed it into the plugin
> >>> folder of Visual Studio Integration as it was written in the
> >> qt-dokumentation...without success.
> >>> Inside the plugin folder are plugins
> >>> (for example worldtimeclockplugin.dll (from examples))
> >>> which also dont appear in the Qt Toolbox.
> >>> Those were installed during the intallation of Visual
> >>> Studio Integration.
> >>> What am I doing wrong?
> >>> I'll be grateful for any help.
> >>>
> >>> regards
> >>>
> >>> Hans Schmidt
> >>>
> >>>
> >>>
> >> --
> >> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> >> "unsubscribe" in the subject or the body.
> >> List archive and information: http://lists.trolltech.com/qt-interest/
> >
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]