Results 1 to 3 of 3

Thread: Parents of (Tab)Widgets when using Eclipse QT Plugin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Parents of (Tab)Widgets when using Eclipse QT Plugin

    Qt Code:
    1. tabWidget->addTab(inputTab, QString());
    2. tabWidget->addTab(preprocessingTab, QString());
    To copy to clipboard, switch view to plain text mode 
    When you insert the widget into a QTabWidget, QTabWidget takes ownership (becomes parent) of the widget (which is inputTab/preprocessingTab in your case)

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

    chrisQL (7th June 2011)

Similar Threads

  1. wwWidgets and Qwt plugin for eclipse?
    By sdhengsoft in forum Installation and Deployment
    Replies: 1
    Last Post: 7th April 2011, 11:01
  2. Semi-transparency through parents' widgets
    By Anatoly in forum Qt Programming
    Replies: 2
    Last Post: 21st December 2009, 09:23
  3. How can i add a qwt5 plugin to eclipse integration?
    By remnant24c@nate.com in forum Qwt
    Replies: 0
    Last Post: 25th September 2009, 02:06
  4. Replies: 2
    Last Post: 26th June 2008, 04:46
  5. using Qt plugin for Eclipse
    By high_flyer in forum General Discussion
    Replies: 1
    Last Post: 28th September 2006, 06:26

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.