Results 1 to 1 of 1

Thread: Hierarchical TreeView

  1. #1
    Join Date
    Oct 2009
    Posts
    65
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Hierarchical TreeView

    GoodMorning to all,
    thanks to the suggest by this forum, I built a component to show data in two-level table, created by two QTreeView.

    It's work fine but it is not so pretty on the code style; more than this, it causes some SEGMENTATION FAULT to application, especially when I request the contextMenu.

    This component is made by an outher QTreeView, and an inner QTreeView. It's work fine when I use the outher one, but when I request the contextMenu of the inner one, it create problem and show a message like
    Qt Code:
    1. ASSERT failure in QMutexLocker: "QMutex pointer is misaligned", ...
    To copy to clipboard, switch view to plain text mode 
    It make my application not so stable. How can I fix this problem?

    I attach the files about this my component.

    Thanks for your time.

    Michele
    Attached Files Attached Files

Similar Threads

  1. Searching a hierarchical QStandardItemModel
    By Zoober7 in forum Qt Programming
    Replies: 5
    Last Post: 21st June 2013, 09:45
  2. Hierarchical QTableView
    By lotek in forum Newbie
    Replies: 0
    Last Post: 12th January 2011, 19:24
  3. Hierarchical Table/Listview
    By cia.michele in forum Qt Programming
    Replies: 8
    Last Post: 7th December 2009, 08:50
  4. hierarchical model in a flat view
    By gniking in forum Qt Programming
    Replies: 4
    Last Post: 10th November 2009, 20:17
  5. Saving hierarchical structures of data.
    By psih128 in forum Qt Programming
    Replies: 1
    Last Post: 30th July 2009, 08:33

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.