Results 1 to 18 of 18

Thread: QTAbBar not displaying

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Posts
    9
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default QTAbBar not displaying

    My QtabBar is not displaying although it is compiling fine and showing the controls.

    Qt Code:
    1. QTab *tab1 = new QTab("General");
    2. qtb.addTab(tab1);
    3. QTab *tab2 = new QTab("About");
    4. qtb.addTab(tab2);
    To copy to clipboard, switch view to plain text mode 
    Last edited by Dune; 7th February 2006 at 15:51. Reason: subscribe

Similar Threads

  1. Hiding a tab in QTabBar widget
    By erik in forum Qt Programming
    Replies: 9
    Last Post: 12th February 2017, 12:29
  2. Help on QTabBar colors
    By smacchia in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2012, 16:48
  3. Using QTabBar as QTabWidget replacement
    By invictus in forum Qt Programming
    Replies: 0
    Last Post: 16th August 2008, 01:57
  4. Problems with CSS for QTabBar and QTabWidget
    By visor_ua in forum Qt Programming
    Replies: 1
    Last Post: 25th July 2008, 08:38
  5. problems about QTabBar
    By qtopiahooo in forum Qt Programming
    Replies: 4
    Last Post: 10th October 2006, 10:05

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.