Results 1 to 8 of 8

Thread: treewidget and a message system

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2007
    Location
    Szczecin, Poland
    Posts
    153
    Thanks
    7
    Thanked 11 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: treewidget and a message system

    Only QObjects(objects of classes that inherits QObject) can be named by setObjectName.

    QTreeWidgetItem is not a QObject, so

    i think you'll have to code it.

    If you don't want to maintain additional code for it, consider reading massages types from kind of text file or xml.
    See GrEEn (Graphics Effects Environment)
    http://sourceforge.net/project/platf...roup_id=232746
    a qt-based plugins oriented MDI image processing application(contains also qt plugins like styles & imageformats).

  2. The following user says thank you to mchara for this useful post:

    alisami (16th July 2008)

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.