简体   繁体   English

寻找共享的Qt样式表

[英]Looking for shared Qt stylesheets

OK, I'm using PyQt4, and need to "decorate" my program. 好的,我正在使用PyQt4,需要“装饰”我的程序。

and I want to use qss, it is simple, and easy to use/change. 我想使用qss,它很简单,而且易于使用/更改。

But I found there is no such site to share qss files, 但是我发现没有这样的网站可以共享qss文件,

and I'm a programmer not a artist, so I won't try to write it myself. 而且我不是一个程序员,也不是一个艺术家,所以我不会尝试自己编写它。

Are there any styles I can pick? 有什么我可以挑选的样式吗?

I'm not aware of anywhere to share QSS files. 我不知道共享QSS文件的任何地方。 Generally any created one will be application-specific so they aren't often shared. 通常,创建的任何对象都是特定于应用程序的,因此通常不会共享。

You'll have more luck looking for QStyle plugins, there are a bunch in KDE and elsewhere that look attractive. 寻找QStyle插件会更加幸运,KDE和其他地方都有很多吸引人的东西。 You can also try using the different Qt styles that are bundled with Qt. 您还可以尝试使用与Qt捆绑在一起的不同Qt样式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM