Results 1 to 3 of 3

Thread: [ubuntu[ Tree with qt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2015
    Posts
    14
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Android

    Default [ubuntu[ Tree with qt

    I want to create a binary tree with QObject (NO QTREEWIEW) but i'm wrong:
    The profondity is 10.
    Read boo.h and boo.cpo
    There is a method in boo.h, "void fill(int depth)" which called recursive to create sx and dx child elements to make tree like this:



    / S S S S
    D
    D S
    D
    D S S
    D S D
    D D S
    D D D
    D S S S
    D
    D S
    D
    D S S
    D S D
    D D S
    D D D
    Attached Files Attached Files

Similar Threads

  1. Replies: 6
    Last Post: 28th July 2015, 18:54
  2. Adding a small tree to an existing tree in QTreeview.
    By salcin in forum Qt Programming
    Replies: 0
    Last Post: 25th September 2013, 17:27
  3. Qt on Ubuntu 10.04 from Ubuntu packages?
    By teele in forum Installation and Deployment
    Replies: 5
    Last Post: 28th March 2012, 08:41
  4. AVL-tree
    By FORever_YOUng in forum Newbie
    Replies: 6
    Last Post: 30th May 2011, 12:03
  5. tree widget like designer's widget tree
    By nroberts in forum Newbie
    Replies: 1
    Last Post: 20th November 2010, 00:06

Tags for this Thread

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.