mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
try to fix (again) #2496
This commit is contained in:
parent
40550bd7a9
commit
cf2b750186
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user