From 48cba5202cae3b1e58d74a2da5fc343e32480d58 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 8 Apr 2017 10:07:57 +0200 Subject: [PATCH 1/2] =?UTF-8?q?resources/README:=20Qt4=20=E2=86=92=20Qt5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index bcbb04c06..90be9f5a6 100644 --- a/resources/README.md +++ b/resources/README.md @@ -3,7 +3,9 @@ Updating Resources This directory contains all external resources, like icons, used by Picard. -Picard utilizes PyQt4 Resource System for using these resources in application. For more information about PyQt4 Resource System see this [documentation](http://pyqt.sourceforge.net/Docs/PyQt4/resources.html). +Picard utilizes the PyQt5 Resource System for using these resources in +application. For more information about the PyQt5 Resource System see this +[documentation](http://pyqt.sourceforge.net/Docs/PyQt5/resources.html). For adding a new image into existing resources, follow these steps: From 622836033008a1925dc3dbc1a20f855007136c3a Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 8 Apr 2017 10:08:40 +0200 Subject: [PATCH 2/2] =?UTF-8?q?resources/README:=20python2=20=E2=86=92=20p?= =?UTF-8?q?ython?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/README.md b/resources/README.md index 90be9f5a6..84c46e07b 100644 --- a/resources/README.md +++ b/resources/README.md @@ -12,8 +12,8 @@ For adding a new image into existing resources, follow these steps: 1. Add image file (like .png) into `resources/images/` and source file (like .svg) into `resources/img-src`. 2. Generate new .qrc file. This would automatically detect any changes in directory. - $ python2 makeqrc.py + $ python makeqrc.py 3. Create binary of all resources which will be used by Picard. - $ python2 compile.py + $ python compile.py