Results 1 to 2 of 2

Thread: Execute TabWidget

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Execute TabWidget

    A tab widget, like most other widgets, can be shown.

    exec(), like for dialogs, means "blocking" the current code, i.e. diverting event processing to a nested event loop.

    show() will make the widget visible and continue with the code after show while the widget is becoming visible.

    Cheers,
    _

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

    cecchinoSMI (11th April 2014)

Similar Threads

  1. WebView and tabWidget
    By maston in forum Qt Programming
    Replies: 1
    Last Post: 21st October 2010, 16:31
  2. tabWidget in Designer
    By ShamusVW in forum Newbie
    Replies: 1
    Last Post: 10th August 2010, 10:21
  3. Add tab to tabwidget thru Designer.
    By phillip_Qt in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2010, 12:00
  4. TabWidget
    By Salazaar in forum Newbie
    Replies: 5
    Last Post: 17th May 2007, 22:07
  5. tabWidget Question
    By phlash in forum Qt Tools
    Replies: 1
    Last Post: 28th March 2007, 11:54

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.