mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
try to fix (again) #2496
This commit is contained in:
parent
40550bd7a9
commit
cf2b750186
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
category: tool
|
category: tool
|
||||||
tool: PyQT
|
tool: PyQT
|
||||||
filename: learnqt.py
|
filename: learnpyqt.py
|
||||||
contributors:
|
contributors:
|
||||||
- ["Nathan Hughes", "https://github.com/sirsharpest"]
|
- ["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
|
), some of the code examples should result in the same functionality
|
||||||
this version just having been done using pyqt!
|
this version just having been done using pyqt!
|
||||||
|
|
||||||
```Python
|
```python
|
||||||
import sys
|
import sys
|
||||||
from PyQt4 import QtGui
|
from PyQt4 import QtGui
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user