From 6011fd4fe3805572726d1408d45f17bccbb46fcb Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 10 Mar 2013 15:28:39 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 777c388ea..dd178cfec 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,19 @@ A dark stylesheet for Qt applications. Screenshots =================== -**TODO: Add screenshots** +I have used this stylesheet for an internal tool at work. Are are a few screenshots: + +.. image:: /screenshots/01.png + Usage ============ - Download/clone the project next to your main executable (or wherever you find it fits well) -- Compile the qrc file for your system and add it to your application. (simply compile_qrc.py script, it will compile the qrc file for use with Qt (c++), PyQt4 and Pyside. -- Load QDarkStyleSheets/style.qss and -- apply it on your QApplication instance +- Compile the qrc file for your system and add it to your application. (simply run compile_qrc.py script, it will compile the qrc file for use with Qt (c++), PyQt4 and Pyside). +- Load QDarkStyleSheets/style.qss and apply it on your QApplication instance -Here is a quick snippet in python (PySide) that shows how to use the -stylesheet. +Here is a quick example using PySide: ```Python