Piyush
Piyush

Reputation: 2609

How to change styles of menu in a Nokia Qt application

I want to create menu in Nokia Qt, and I am very new to Qt,. I have added screen shot. And I want to create menu like shown in that screen shot.

alt text

Upvotes: 0

Views: 143

Answers (1)

Thomas Havlik
Thomas Havlik

Reputation: 1388

That is just a styled application. Qt supports CSS for styling controls, so just look it up in the documentation (it's QStyle or something like that.)

Upvotes: 1

Related Questions