summaryrefslogtreecommitdiffhomepage
path: root/pyqt.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-10-23 14:24:50 +0200
committerGitHub <noreply@github.com>2016-10-23 14:24:50 +0200
commitcf2b75018645aaefe586537ef21f9f698986783d (patch)
tree4355c8fa1302ca4d0066138437214c110b34eeed /pyqt.html.markdown
parent40550bd7a9ab8d9dc8323bb12324f0ce1a4d3123 (diff)
try to fix (again) #2496
Diffstat (limited to 'pyqt.html.markdown')
-rw-r--r--pyqt.html.markdown4
1 files changed, 2 insertions, 2 deletions
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