[Qt-interest] Qt Property Browser

Alan Ezust alan.ezust at gmail.com
Thu Feb 25 18:33:09 CET 2010


That thing hasn't been updated since 2007 and has a really hard to
extend design. I'd recommend this one instead, which is more recent:

http://qt-apps.org/content/show.php/yape+%28Yet+another+property+editor%29?content=100064



On Wed, Feb 24, 2010 at 11:13 AM, Justus Best <just18 at gmx.de> wrote:
> Hi,
>
> I'am trying to use the Qt Solution Property Browser but I have to extend
> it with custom Factory to display long strings.
>
> I tried it with extending like that  :
> class TextEditFactory : public
> QtAbstractEditorFactory<QtStringPropertyManager>
>
> But this seems to conflict with the allready existing QtLineEditFactory.
> I'am getting an error about multiple defined symbols
> error LNK2005: "public: virtual __thiscall QtAbstractEditorFactory<class
> QtStringPropertyManager>::~QtAbstractEditorFactory<class
> QtStringPropertyManager>(void)"
> (??1?$QtAbstractEditorFactory at VQtStringPropertyManager@@@@UAE at XZ)
>
> Anyone with an idea how to fix this ?
>
> Greats Justus
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>




More information about the Qt-interest-old mailing list