From 957166aed390bde1b9ecd4479afebeb48876a67a Mon Sep 17 00:00:00 2001 From: Aleksa Date: Tue, 13 Mar 2018 11:37:17 +0100 Subject: [PATCH 1/2] Fixed stylesheet resource path in example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d58da2a..e1e9b39c1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then: - Load the stylesheet: ```cpp - QFile f("qdarkstyle/style.qss"); + QFile f(":qdarkstyle/style.qss"); if (!f.exists()) { printf("Unable to set stylesheet, file not found\n"); From 193ac81f171860288d425b6b96fbffe8e84f8c44 Mon Sep 17 00:00:00 2001 From: Aleksa Date: Tue, 13 Mar 2018 11:46:39 +0100 Subject: [PATCH 2/2] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e9b39c1..184c3f2d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Latest PyPI version](https://img.shields.io/pypi/v/QDarkStyle.svg)](https://pypi.python.org/pypi/QDarkStyle) [![License: MIT](https://img.shields.io/dub/l/vibe-d.svg)](https://opensource.org/licenses/MIT) [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/) -[![conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][http://contributor-covenant.org/version/1/4/] +[![conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)](http://contributor-covenant.org/version/1/4/) A dark stylesheet for Qt applications (Qt4, Qt5, PySide, PyQt4, PyQt5, QtPy,