Skip to main content

Modern stylesheets for Qt 4.x.

Project description

This package provides customized modern Qt stylesheets.

available stylesheets: * Firefox

Example Usage

import fancyqt.firefox from PyQt4 import QtGui

app = QtGui.QApplication([]) app.setStyle(“Cleanlooks”) app.setStyleSheet(fancyqt.firefox.style) widget = QtGui.QWidget() widget.show() app.exec_()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FancyQt-1.0.1.tar.gz (19.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page