PyQt5 Tutorial | How to resize QPushButton text when resizing window (code included)

preview_player
Показать описание
In this Python PyQt5 tutorial we are going to learn how to resize QPushButton text when we resize a window application.

Your support is what makes better tutorial materials.

About PyQt:
PyQt is a GUI library in Python based on the Qt framework. With over 100 modules and 1,000 classes, you can literally build anything fits your needs. Although PyQt is not an easy library to learn, but once you get a hang of it, you will fall in love with building applications with PyQt.

Python Code Here:

Subscribe

More tutorial videos on my website:

#PyQt5 #PyQt
Рекомендации по теме
Комментарии
Автор

Thanks for the video, really appreciate it.

fcmorena
Автор

Thank you for this video! I've got a question. I've done the same thing, but instead of making a new font, I called the setPointSize() function on the widget's font. It didn't work and I have no idea why.

maxwellnganyadi
Автор

Jie Jenn, may u make tutorial how add some action to buttons (like tkinter comand=click)

wilusiow