Results 1 to 6 of 6

Thread: "has a relation" to work with designer ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: "has a relation" to work with designer ?

    I think you'll need to implement a QDesignerPropertySheetExtension to give the property sheet a chance to represent custom class of yours.
    J-P Nurmi

  2. #2

    Default Re: "has a relation" to work with designer ?

    you mean for the CTest class ?

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: "has a relation" to work with designer ?

    No, I mean that you should provide a property sheet extension for the EQtDataView-plugin. Qt Designer is unable to handle EQtDataView's property which is of custom type, namely CTest. You will have to tell Qt Designer how to handle such property via property sheet extension.
    J-P Nurmi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.