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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user