[Qt-interest] Qt Property Browser
Justus Best
just18 at gmx.de
Wed Feb 24 20:13:54 CET 2010
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
More information about the Qt-interest-old
mailing list