Results 1 to 6 of 6

Thread: About Qt Toolbar

  1. #1
    Join Date
    Feb 2013
    Posts
    8
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Smile About Qt Toolbar

    Hi! it's my first post!
    I was trying to lead out with a problem but i haven't got the solution yet!

    I was trying to find a way to do this kind of navegation control on QT
    Captura de pantalla 2013-02-08 a la(s) 12.13.45.png

    Has someone any idea about which way should i have to take?

    Regards!

    PD: i'm programming in python, with PySide, but it doesn't mother i can adapt C++ Code!

  2. #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: About Qt Toolbar

    If you are looking to have a multiple pages and navigate back and forth between them, then look at QWizard and QWizardPage
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  3. #3
    Join Date
    Feb 2013
    Posts
    8
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: About Qt Toolbar

    Thanks for your quick reply!
    Well, not that at all, i was thinking more about the control it self, i mean, the 2 rounded buttons and the down arrow. that control is native from windows vista, windows 7, and used in lot of aplications. i would like to be able to include it in some place of my application... i want to find the way to include it throw QT, but i don't event know its name to search about in the microsoft developers docs

  4. #4
    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: About Qt Toolbar

    See QToolBar, QToolBar::setMenu() and QToolBar::setPopupMode()

    Cheers,
    _

  5. #5
    Join Date
    Feb 2013
    Posts
    8
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: About Qt Toolbar

    Thanks but i am talking about the look and feel, I am trying to release that exactly control as it looks.

  6. #6
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: About Qt Toolbar

    Then do a screen capture of the button from whatever application has it, edit it to mask out whatever you don't like in your favorite icon editor, and then set it as the icon for a pushbutton on the toolbar.

Similar Threads

  1. How do I add a QSpacerItem to a toolbar?
    By di_zou in forum Newbie
    Replies: 5
    Last Post: 23rd June 2021, 02:12
  2. Replies: 5
    Last Post: 11th September 2010, 14:29
  3. Toolbar in dockwidget
    By AD in forum Qt Programming
    Replies: 7
    Last Post: 2nd October 2008, 14:34
  4. Toolbar
    By assismvla in forum Qt Programming
    Replies: 1
    Last Post: 17th July 2008, 17:42
  5. [qt3]invisible toolbar
    By lszk in forum Qt Programming
    Replies: 2
    Last Post: 26th February 2006, 18:34

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.