Skip to content

Lumyo/darkorange-pyside-stylesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

darkorange-pyside-stylesheet

This stylesheet has been made by LoneWolf ( http://tech-artists.org/forum/showthread.php?2359-Release-Qt-dark-orange-stylesheet )
I compiled the the images and the stylesheet into a ressource file to make it easier to use.

Example of use :

from PySide import QtGui
import darkorange
import sys

app = QtGui.QApplication(sys.argv)
app.setStyleSheet(darkorange.getStyleSheet())
app.setStyle("plastique")

win = QtGui.QColorDialog()
win.show()

app.exec_()
sys.exit()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages