From cf2b75018645aaefe586537ef21f9f698986783d Mon Sep 17 00:00:00 2001 From: ven Date: Sun, 23 Oct 2016 14:24:50 +0200 Subject: try to fix (again) #2496 --- pyqt.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyqt.html.markdown') diff --git a/pyqt.html.markdown b/pyqt.html.markdown index c317db1b..6bdb6488 100644 --- a/pyqt.html.markdown +++ b/pyqt.html.markdown @@ -1,7 +1,7 @@ --- category: tool tool: PyQT -filename: learnqt.py +filename: learnpyqt.py contributors: - ["Nathan Hughes", "https://github.com/sirsharpest"] --- @@ -13,7 +13,7 @@ This is an adaption on the C++ intro to QT by [Aleksey Kholovchuk](https://githu ), some of the code examples should result in the same functionality this version just having been done using pyqt! -```Python +```python import sys from PyQt4 import QtGui -- cgit v1.2.3