c++ - 如何使用Qt实现网易云音乐那种界面?
大家讲道理
大家讲道理 2017-04-17 14:37:09
0
4
691

本人小白,只会用Qt做出一般的Winform,请问网易云音乐那种好看的UI是如何实现的?我看有很多Qt大神都能做出来,但我苦于没有思路,希望大神指点迷津,感激不尽啊。(我用的是Qt5.7)

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(4)
大家讲道理

In qt, there is a QWebView component. You use QWebView to load html, and use html + JavaScript to implement the NetEase Cloud Music interface. You don’t have to rely on the style of the native component. Isn’t this enough?

Additional: You can also create an interface by modifying the style of the component. Webkit is more convenient.

PHPzhong

Compared with traditional Widgets, it is easier to implement using QML. At first, copy it according to its interface.

左手右手慢动作

NetEase Cloud Music is written in js + html,

PHPzhong

Give you an example~
PyQt5 NetEase Cloud Music

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!