Results 1 to 20 of 29

Thread: Having trouble clearing a QTreeWidget.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #15
    Join Date
    Feb 2007
    Posts
    158
    Thanks
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Having trouble clearing a QTreeWidget.

    Oki, I've attached the source code in the previous post .

    So, how may I produce the fully backtrace for my code ?
    I'm under Windows XP Pro SP2, using Eclipse as text editor.
    I've recently added the Qt Plugin for Eclipse in order to managed my .pro file, to use the API code completion, to build and run my project...

    But I've no idea about what concerns the backtraces/debugger functionalities of Qt and/or the Eclipse integration.

    My Qt is compiled in release/shared configuration.
    Should I rebuild it in debug/shared configuration ?



    PS : I'm sure that the crash isn't caused by a Thread.
    The application crashes when no Thread is started, I can make it crash just after the launch if necessary. My thread are only started on user ask, by clicking buttons on the interface et traces are displayed on the cout when the run() method is called.
    Moreover, I've decided that no thread would modify the QTreeWidget. So only Listeur and Interface_impl classes can modify the QTreeWidget, I prefer that...

    But I understand why the backtrace is necessary
    Last edited by Nyphel; 9th October 2007 at 16:19.

Similar Threads

  1. resizing a QTreeWidget
    By drhex in forum Qt Programming
    Replies: 6
    Last Post: 27th October 2006, 22:32

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.