Page 1 of 2 12 LastLast
Results 1 to 20 of 21

Thread: Is there any way to create new style toolbar like in MSO 2007-8 ?

  1. #1
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Question Is there any way to create new style toolbar like in MSO 2007-8 ?

    Hello, can we somehow create new fancy toolbars which is found in new МS Word for example?

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Of course, if you create them from scratch...
    The main window should have no menu bar and no toolbar... Then you should dock your widget in the top area.

  3. #3
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    I guess stylesheets is the way to go...
    Is anyone have it done in Qt?
    Can i see a screenshots of Qt based solution please?
    Anyone?
    I'm asking because i'm not sure that it's possiblie on 100%.

  4. #4
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Wont QToolBar::addWidget help you ??

  5. #5
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    "the main window should have no menu bar and no toolbar"
    so, toolbar.addWidget - no way. Because this application dont't have toolbar.
    When looking on original MS toolbar they looks like Tab widgets with embedded controls.
    Please see this link http://blogs.techrepublic.com.com/msoffice/?p=139
    "Ribbon" item.

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    As I've heard Trolltech already implemented Ribbon but they just couldn't release it due to some license/patent/whatsoever issues.
    J-P Nurmi

  7. #7
    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: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Quote Originally Posted by jpn View Post
    As I've heard Trolltech already implemented Ribbon but they just couldn't release it due to some license/patent/whatsoever issues.
    Yes, that's correct. And if you do it yourself, you're subject to the same problem. As far as I remember the patent says an unlicenced implementation can't be used for office-like applications (where "office-like" probably means "any" :P).

  8. #8
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    That's a pity!

  9. #9
    Join Date
    Jan 2006
    Posts
    368
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Quote Originally Posted by wysota View Post
    Yes, that's correct. And if you do it yourself, you're subject to the same problem. As far as I remember the patent says an unlicenced implementation can't be used for office-like applications (where "office-like" probably means "any" :P).
    Which patent number is it?

  10. #10
    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: Is there any way to create new style toolbar like in MSO 2007-8 ?

    I don't know. It might be pending a patent. I based what I wrote on some trolltech labs entry, I think - so you should be able to dig it up there.

  11. #11
    Join Date
    Jan 2006
    Posts
    368
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    I did not find anything on the subject on the labs:

    http://labs.trolltech.com/page/Speci...searchx=Search

  12. #12
    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: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Hmm... maybe I didn't read it. Maybe I heard it from one of the Trolls during last DevDays event. That might have been Matthias Ettrich, but I'm not sure. I'm currently using a gprs connection, so I can't access DevDays materials, but when I'm back home, I'll have a look at the list of talks and maybe I'll find the interesting one.

  13. #13
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    http://en.wikipedia.org/wiki/Ribbon_(computing)
    "MS is licensing the ribbon design to third party developers royalty-free, as long as the user interface conforms to the Microsoft's design guidelines and they can get an approval from Microsoft"
    And here is licensing process in detail (from MS insider i thing):
    http://blogs.msdn.com/jensenh/archiv...interface.aspx
    So if Trolltech actually build something like this - looks like there is no problem accquiring free license from Microsoft ?
    Last edited by igor71; 2nd July 2008 at 08:18.

  14. #14
    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: Is there any way to create new style toolbar like in MSO 2007-8 ?

    There's only one limitation: if you are building a program which directly competes with Word, Excel, PowerPoint, Outlook, or Access (the Microsoft applications with the new UI), you can't obtain the royalty-free license.
    It seems you have to obtain the licence for each and individual project that uses the widget and Trolltech aka Nokia can't guarantee any of the possible uses will not compete with the above mentioned products.

  15. #15
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Quote Originally Posted by wysota View Post
    It seems you have to obtain the licence for each and individual project that uses the widget and Trolltech aka Nokia can't guarantee any of the possible uses will not compete with the above mentioned products.
    I think the keyword is "directly competes" here.
    Qt framework is not а Word or Еxcel.
    Anyway, i'm not lawer nor trolltech boss.
    So it's up to big guys to decide.
    Btw, i found this app : http://www.vcreatelogic.com/oss/vtkdesigner/index.html
    they use something like "ribbon" with qt framework , and guess what: authors still not in jail! (tsss, we don't tell ms)

  16. #16
    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: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Quote Originally Posted by igor71 View Post
    Qt framework is not а Word or Еxcel.
    But it can be used to write one.

    Btw, i found this app : http://www.vcreatelogic.com/oss/vtkdesigner/index.html
    they use something like "ribbon" with qt framework , and guess what: authors still not in jail! (tsss, we don't tell ms)
    Yeah, but he's hiding in India The main thing is that he is the one who developped the ribbon - it is not part of Qt.

  17. #17
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    The GPL would prevent Trolltech from putting in known patented code into Qt, if there are any restrictions at all attached to it. They could add an exception, but it would be a huge licensing nightmare downstream.

    Frankly, I think the ribbon sux and is a huge usability mistake, so it doesn't bother me.

  18. #18
    Join Date
    Apr 2008
    Posts
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    Quote Originally Posted by Brandybuck View Post
    The GPL would prevent Trolltech from putting in known patented code into Qt, if there are any restrictions at all attached to it. They could add an exception, but it would be a huge licensing nightmare downstream.
    If Trolltech create a similar toolbar/ribbbon, wouldn't they be using a patented design rather than patented code?

    Quote Originally Posted by Brandybuck View Post
    Frankly, I think the ribbon sux and is a huge usability mistake, so it doesn't bother me.
    I tend to agree here. Although I've never used when properly working, only messed about with it on others pc's.

  19. #19
    Join Date
    Mar 2009
    Location
    California, USA
    Posts
    31
    Thanks
    2
    Thanked 7 Times in 6 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    I really dislike all of these patent crap from MS. I was at a large computer show in San Francisco when Wordperfect actually invented the ribbon bar. It was a really big roll-out with a fancy western saloon bar background and a large cast in costumes. This was back in 1990 or so.

    But of course, they did not patent the thing. This is so sad but it happens a lot now. The good news is that MS now gets caught in the same patent trap. Check out this site:

    http://groklaw.net/

    If you scroll down, you can read all about how MS got trapped by a patent on some SML.

    And so it goes....

    Gary

  20. #20
    Join Date
    Mar 2009
    Location
    California, USA
    Posts
    31
    Thanks
    2
    Thanked 7 Times in 6 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to create new style toolbar like in MSO 2007-8 ?

    sorry, last post should end:

    If you scroll down, you can read all about how MS got trapped by a patent on some XML.

    And so it goes....

    Gary

Similar Threads

  1. Create a Toolbar on a Subclassed Textedit?
    By c_07 in forum Qt Programming
    Replies: 5
    Last Post: 12th October 2007, 18:17

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.