0

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

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Piyush
  • 2,589
  • 6
  • 38
  • 77

1 Answers1

1

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.)

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Thomas Havlik
  • 1,378
  • 4
  • 12
  • 20