Results 1 to 2 of 2

Thread: Tabbed DockWidget question

  1. #1
    Join Date
    Jan 2008
    Posts
    39
    Thanks
    10
    Qt products
    Qt4
    Platforms
    Windows

    Default Tabbed DockWidget question

    Hello

    I have a dock widget with two tabs created as follows:
    self.tabifyDockWidget(self.dockSearchCriteria, self.dockResultList)

    When the search is run, I wish to show self.dockResultList on top programatically. Then when the user wishes to select a new set of search criteria, show self.dockSearchCriteria on top programatically.

    How do I do this?

    Thanks

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Tabbed DockWidget question

    Try to use QDockWidget's raise().
    I'm a rebel in the S.D.G.

  3. The following 2 users say thank you to lyuts for this useful post:

    Banjo (29th October 2008), mondzi (5th October 2010)

Similar Threads

  1. Tabbed QDockWidget question
    By Khal Drogo in forum Qt Programming
    Replies: 1
    Last Post: 19th September 2008, 17:57
  2. printing of dockWidget contents
    By user in forum Qt Programming
    Replies: 7
    Last Post: 18th May 2008, 23:07

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.