Dave
Dave

Reputation: 7623

Implementing Chrome style menu items in Qt

If you take a look at Google Chrome's configuration menu you will see several neat UI features. Specifically the edit and zoom menu items. How can I implement a similar version of Chromes zoom menu item inside Qt 4.7.1.

Upvotes: 2

Views: 718

Answers (2)

David Heffernan
David Heffernan

Reputation: 613432

Since Chrome is based on the open source project Chromium you can download the source code and see exactly how Google have done it.

Upvotes: 1

Related Questions