본문 바로가기
Mastering GUI Programming with Python

Mastering GUI Programming with Python

by 어린왕자1234 2022. 5. 6.

source code

 

GitHub - PacktPublishing/Mastering-GUI-Programming-with-Python: Mastering GUI Programming with Python

Mastering GUI Programming with Python. Contribute to PacktPublishing/Mastering-GUI-Programming-with-Python development by creating an account on GitHub.

github.com

출판사

https://subscription.packtpub.com/product/application-development/9781789612905

동영상

https://doc-snapshots.qt.io/qtforpython/

 

Qt for Python — Qt for Python

Qt Documentation © 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as publi

doc-snapshots.qt.io

https://www.riverbankcomputing.com/static/Docs/PyQt5/

 

PyQt5 Reference Guide — PyQt v5.15 Reference Guide

 

www.riverbankcomputing.com

 

https://wiki.python.org/moin/PyQt

 

PyQt - Python Wiki

About PyQt PyQt is one of the most popular Python bindings for the Qt cross-platform C++ framework. PyQt was developed by Riverbank Computing Limited. Qt itself is developed as part of the Qt Project. PyQt provides bindings for Qt 4 and Qt 5. PyQt is distr

wiki.python.org

https://wikidocs.net/book/2165

 

PyQt5 Tutorial - 파이썬으로 만드는 나만의 GUI 프로그램

## 소개 - 한국어로 되어있는 PyQt5 자료가 많지 않아서 아래의 여러 튜토리얼과 강의의 예제를 정리하며 시작했습니다. - **PyQt5의 설치**부터 시작해서, ...

wikidocs.net

 

Further reading

Check out these resources for more information on Qt, PyQt, and Qt Designer:

 

The PyQt manual at http://pyqt.sourceforge.net/Docs/PyQt5/ is a handy resource for understanding PyQt's distinct aspects

The Qt module list at https://doc.qt.io/qt-5/qtmodules.html gives a good rundown of the available modules in Qt

The QApplication documentation at https://doc.qt.io/qt-5/qapplication.h tml#QApplication lists all the command-line switches parsed by the QApplication object

The QWidget documentation at https://doc.qt.io/qt-5/qwidget.html shows the properties and methods available in the QWidget object

The Qt Designer manual at https://doc.qt.io/qt-5/qtdesigner-manual.html

will help you explore the full capabilities of Qt Designer

If you want to understand more about C++, check out these offerings from Packt https://www.packtpub.com/tech/C-plus-plus

 

 

'Mastering GUI Programming with Python' 카테고리의 다른 글

1  (0) 2022.07.28
QWidgets  (0) 2022.05.07
Qt Designer  (0) 2022.05.07
기본 실행  (0) 2022.05.06