Results 1 to 5 of 5

Thread: Menues like 2007 office applications

  1. #1
    Join Date
    Apr 2008
    Posts
    196
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    1

    Default Menues like 2007 office applications

    Hey @all,

    is there a way to create Menues like in 2007 Office Applications?

    Thanks in advance

    Best Regards
    NoRulez
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Menues like 2007 office applications

    Yes but you have to make sure first you don't violate Microsoft's licence for Ribbon.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Apr 2008
    Posts
    196
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    1

    Default Re: Menues like 2007 office applications

    Ok,

    and if i did it, how to make this menues with Qt?

    There are some other software not only microsoft which make use of them, for example MindJet MindManager.

    Best Regards
    NoRulez

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Menues like 2007 office applications

    Quote Originally Posted by NoRulez View Post
    and if i did it, how to make this menues with Qt?
    The easiest way is simply to add a QTabWidget to your toolbar as a QWidgetAction. Inside you can place toolbars or buttons or whatever you like.

    There are some other software not only microsoft which make use of them, for example MindJet MindManager.
    Which doesn't mean that if they don't violate the licence then you won't as well. Did you even read it? The technology is patented, you know...
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Menues like 2007 office applications

    You should really read the license and design guidelines before writing a line of code. The design guidelines have required portions that must be implemented to be in compliance with the license.

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.