1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

try to fix (again) #2496

This commit is contained in:
ven
2016-10-23 14:24:50 +02:00
committed by GitHub
parent 40550bd7a9
commit cf2b750186

View File

@@ -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