I think spotify in windows looks very nice, clearly not native windows gui.

Seems to be completely borderless with a metallic look.

I was wondering what libraries did they use to create such a nice looking app?

Is it possible to create a nice looking app cross platform (well mac and windows really)?

link|improve this question
feedback

2 Answers

Spotify uses QT4 for it's UI to create a cross platform Unified look.

link|improve this answer
feedback

The UI is completely written in-house although some of the components are from the system (Input text fields, Menubar, etc). For Linux these components comes from QT4. QT4 is only used on the Linux builds.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.