Results 1 to 11 of 11

Thread: Qt Project to implement Qt Creator's SideBar (FrancyTabBar)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: Qt Project to implement Qt Creator's SideBar (FrancyTabBar)

    in fancytabwidget.h: only Qt dependencies.
    in fancytabwidget.cpp: only utils/stylehelper.h (no dependencies except Qt) and utils/styledbar.h. And here also no further dependencies. So what is the problem?

    Simple include these sex files in your project and use them. They take normal QWidget's as parameters.

    What you have to do - if you like - is to remove the namespace.

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

    xboxnissan (21st December 2011)

Similar Threads

  1. Replies: 3
    Last Post: 15th November 2011, 11:42
  2. Build two programs in one project in creator
    By Gunnar in forum Qt Tools
    Replies: 1
    Last Post: 13th October 2010, 09:52
  3. Replies: 1
    Last Post: 28th February 2010, 07:31
  4. Duplicate a Qt Creator project
    By Coises in forum Newbie
    Replies: 5
    Last Post: 20th December 2009, 20:38
  5. Qt Creator project view
    By JohnToddSr in forum Qt Tools
    Replies: 3
    Last Post: 4th May 2009, 08:48

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.