What GUI libraries does the spotify windows application use? Nice metallic borderless look?
Asked Answered
M

2

6

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

Maryjanemaryjo answered 28/4, 2011 at 15:46 Comment(0)
O
2

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.

Outdoor answered 8/9, 2011 at 10:59 Comment(1)
For linux you see the used QT-Elements via $ strings /usr/bin/spotify | more e.g. QMenu, QTextLayout, QPainter and so onBoohoo
H
1

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

Halutz answered 22/7, 2011 at 20:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.