mstuttgart / qdarkgraystyle

A dark gray style sheet for PyQt5 application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QDarkGray Stylesheet

image

image

image

image

A dark gray stylesheet for PyQt5 applications. This theme is a gray variation of QDarkStyleSheet theme.

Installation

Install qdarkgraystyle package using the setup script or using pip

or

The PySide and PyQt4 support was dropped in version 1.0.0. To use qdarkgraystyle with PySide or PyQt4 or with Python 2.7, please use the version 0.0.3.

The support to PySide2 will be add in future.

Usage

Here is an example using PyQt5.

There is an example included in the example folder.

You can run the script without installing qdarkgraystyle. You only need to have PyQt5 installed on your system.

Contribute

Snapshots

Here are a few snapshots:

Contributing

  1. Fork it (https://github.com/mstuttgart/qdarkgraystyle/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Credits

This package is totally based on QDarkStyleSheet theme created by Colin Duquesnoy.

Copyright (C) 2017-2018 by Michell Stuttgart

About

A dark gray style sheet for PyQt5 application

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%