Results 1 to 4 of 4

Thread: How is it possible to add advanced user interface to applications created by QT ?

  1. #1
    Join Date
    Feb 2019
    Posts
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Windows

    Default How is it possible to add advanced user interface to applications created by QT ?

    Hi;

    Please take a look at image bellow. I know that they use QT to make user interface of most 3d software like Sidefx Houdini, but I can't find any widget in QT or Quick like this.

    Thanks.

    Capture.jpg

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

    Default Re: How is it possible to add advanced user interface to applications created by QT ?

    Resizable/Collapsible widget arrangements can be done using QSplitter.
    Potentially also QDockWidget
    For tabs either QTabWidget or QTabBar
    For the Shelves either QToolBar or QToolButton in a horizontal layout in some other container widget.

    Cheers,
    _

  3. #3
    Join Date
    Feb 2019
    Posts
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Windows

    Default Re: How is it possible to add advanced user interface to applications created by QT ?

    Quote Originally Posted by anda_skoa View Post
    Resizable/Collapsible widget arrangements can be done using QSplitter.
    Potentially also QDockWidget
    For tabs either QTabWidget or QTabBar
    For the Shelves either QToolBar or QToolButton in a horizontal layout in some other container widget.

    Cheers,
    _
    Hi "anda_skoa" and thank you for reply;

    Actually I know that features in QT, but I would like my UI looks exactly like that image I posted.

  4. #4
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    503
    Thanks
    11
    Thanked 76 Times in 74 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How is it possible to add advanced user interface to applications created by QT ?

    Hi, you can build your GUI using Qt Designer, and using the classes that anda_skoa mentioned.

    Ginsengelf

Similar Threads

  1. How can I export my user interface as pdf
    By ahmetturan in forum Newbie
    Replies: 3
    Last Post: 10th December 2013, 13:59
  2. User Interface Designer
    By MartinUI in forum Resumes
    Replies: 0
    Last Post: 15th March 2013, 13:47
  3. Replies: 5
    Last Post: 22nd May 2011, 23:38
  4. User Interface with QTableView
    By Brandybuck in forum Qt Programming
    Replies: 1
    Last Post: 23rd March 2006, 00:24

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.