Results 1 to 5 of 5

Thread: How to design a dialog that like this

  1. #1
    Join Date
    Jan 2014
    Posts
    4
    Thanks
    2

    Question How to design a dialog that like this

    How to design a dialog that like this:20140307101800.jpg
    select different selections at left,and display different contents at right?

  2. #2
    Join Date
    Oct 2012
    Posts
    132
    Thanks
    10
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: How to design a dialog that like this


  3. #3
    Join Date
    May 2013
    Location
    Georgia,Tbilisi
    Posts
    32
    Thanks
    7
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to design a dialog that like this

    Quote Originally Posted by likaci View Post
    How to design a dialog that like this:20140307101800.jpg
    select different selections at left,and display different contents at right?
    Look QStackedLayout header up in the Qt documentation.

  4. #4
    Join Date
    Mar 2014
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to design a dialog that like this

    Quote Originally Posted by likaci View Post
    How to design a dialog that like this:20140307101800.jpg
    select different selections at left,and display different contents at right?
    Although it's in PyQt (a Python binding for Qt), I found the following tutorial excellent: http://www.yasinuludag.com/blog/?p=98

    The end result of the tutorial is a dialog very similar to the image you show. The only differences are superficial.

  5. #5
    Join Date
    Dec 2013
    Location
    Jerada, Morroco
    Posts
    106
    Thanks
    11
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to design a dialog that like this

    You can use this : QDockWiget , QStackedWidget , QListWidget , QTreeView ...

Similar Threads

  1. How to properly design a settings dialog?
    By Deusdies in forum Newbie
    Replies: 2
    Last Post: 26th March 2012, 23:26
  2. How to access objects of parent Dialog from Child Dialog .
    By ranjit.kadam in forum Qt Programming
    Replies: 4
    Last Post: 18th April 2011, 06:39
  3. Dialog design and maintaining square widgets.
    By Gopala Krishna in forum Qt Tools
    Replies: 8
    Last Post: 16th June 2009, 13:32
  4. Replies: 3
    Last Post: 5th October 2008, 23:41
  5. Dialog and code design issue
    By Gopala Krishna in forum Qt Programming
    Replies: 1
    Last Post: 24th September 2006, 17:54

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.