nedrysoft / qt-ribbon

A ribbon bar implementation for Qt widgets applications
GNU General Public License v3.0
103 stars 18 forks source link

How to use it? #1

Open MingqianYang opened 3 years ago

MingqianYang commented 3 years ago

Hi, could you possibly write how to use it on readme, or give a demo?

Thanks.

fizzyade commented 3 years ago

Both dmgee and Pingnoo repositories on this GitHub contain applications that use this library.

fizzyade commented 3 years ago

Hi, could you possibly write how to use it on readme, or give a demo?

Thanks.

Are the examples I told you of helpful for you? I will write up some more documentation on using the library, it's pretty simple though, especially if you build the designer plugin so that you can lay the ribbons out visually.

wuvalue commented 2 years ago

can you provides a simple ribbon bar implementation?

manuel76413 commented 2 years ago

Both dmgee and Pingnoo repositories on this GitHub contain applications that use this library.

Both projects are big and failed to compile, can you write a tutorial, thanks.

sisirajaya commented 1 year ago

My experience is also same as above about pingnoo . So many dependencies. Appreciate a simple example that will instanciate a ribbon in an Qt application.

Thank you.