Results 1 to 3 of 3

Thread: Stacked widget, tab widget, tabs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Stacked widget, tab widget, tabs

    You can look into a signal mapper.
    http://doc.qt.nokia.com/4.7/qsignalmapper.html

    By the way, you're leaking memory.

  2. #2
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Thanks
    14
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Stacked widget, tab widget, tabs

    Quote Originally Posted by tbscope View Post
    You can look into a signal mapper.
    http://doc.qt.nokia.com/4.7/qsignalmapper.html

    By the way, you're leaking memory.
    Okay, I'm editing my previous response because I'm brain dead tonight...Thanks for the suggestion about the signal mapping -- I was confused about widget mapping...I'll read up on this because I don't like I've coded it...

    BTW, this isn't the completed code -- I guess I should have said that from the start, or at least yanked the SQL part out because I actually need to use a QSqlRelationalTableModel and plan to distribute that data to 2 TableViews...I was in the process of removing code from a failed experiment and just left it there for now...I should have yanked everything out of case 0 before posting...Sorry about the confusion...
    Last edited by scott_hollen; 28th February 2011 at 01:23. Reason: My brain is mush

Similar Threads

  1. problem in stacked widget
    By wagmare in forum Qt Programming
    Replies: 4
    Last Post: 24th February 2009, 08:28
  2. Stacked widget mouse propagation
    By bunjee in forum Qt Programming
    Replies: 3
    Last Post: 14th November 2008, 17:54
  3. Stacked Widget Scroll
    By csvivek in forum Qt Programming
    Replies: 6
    Last Post: 27th May 2008, 11:36
  4. Stacked Layout. & Widget.
    By csvivek in forum Qt Programming
    Replies: 1
    Last Post: 13th May 2008, 08:56
  5. Acces a stacked widget...?
    By ucomesdag in forum Qt Programming
    Replies: 5
    Last Post: 25th November 2006, 14: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.