Skip to content

Commit

Permalink
Merge pull request #54 from mstuttgart/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ColinDuquesnoy authored May 6, 2017
2 parents 7bbb437 + 99976f1 commit b98321f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QDarkStylesheet
==================
===============

[![Build Status](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet.png?branch=master)](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet)
[![Number of PyPI downloads](https://img.shields.io/pypi/dm/QDarkStyle.svg)](https://pypi.python.org/pypi/QDarkStyle)
Expand All @@ -9,16 +9,16 @@ A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4 and PyQt5).


License
===========
=======

This project is licensed under the MIT license.


Installation
==============
============

Python
-----------
------

Install ``qdarkstyle`` package using the *setup* script or using *pip*:

Expand All @@ -33,7 +33,7 @@ pip install qdarkstyle
```

C++
---------
---

1) Download/clone the project and copy the following files to your application directory (keep the existing directory hierarchy):

Expand Down Expand Up @@ -63,7 +63,7 @@ else
Usage
============
=====
Here is an example using PySide:
Expand Down Expand Up @@ -99,32 +99,36 @@ app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False))
```

and
```
```Python
from PySide import QtGui
```

by

```
```Python
from PyQt4 import QtGui
```

To use PyQt5, you need to use ``load_stylesheet_pyqt5`` instead of
``load_stylesheet``.

```Python
app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
```

_There is an example included in the *example* folder.
You can run the script without installing qdarkstyle. You only need to have
PySide (or PyQt4 or PyQt5) installed on your system._

Status:
===========
=======

Most widgets have been styled. If you find a widget that has not been
style, just open an issue on the issue tracker or, better, submit a pull
request.

Changelog
===========
=========

* 2.3.0:
- Add support for QDateEdit
Expand Down Expand Up @@ -196,16 +200,16 @@ Changelog


Contact information:
=========================
====================

- Maintainer: [email protected]
- Homepage: https://github.com/ColinDuquesnoy/QDarkStyleSheet


Snapshots
=================
=========

Here are a few snapshots:

![alt text](/screenshots/QDarkStyle example 1.png "QDarkStyle example 1")
![alt text](/screenshots/QDarkStyle example 2.png "QDarkStyle example 2")
![alt text](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/screenshots/QDarkStyle%20example%201.png "QDarkStyle example 1")
![alt text](https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/screenshots/QDarkStyle%20example%202.png "QDarkStyle example 2")

0 comments on commit b98321f

Please sign in to comment.