PyQt5 GUI How To Create QButtonGroup (Python GUI Development) #13

preview_player
Показать описание
Join My PyQt6 13 Hours Course in Udemy

Source code

Check our blog for more

This is our thirteenth video in Python GUI Development with PyQt5, in this video i want to show iam going to show you how you can create QButtonGriup In PyQt5

Source Code:

Complete Playlist For Python GUI Development With PyQt5
Рекомендации по теме
Комментарии
Автор

Thanks buddy. I watched your pyqt5 tutorial from 1-13 and it is awesome. But one thing that bothered me is what is the purpose of inheriting the class Window from QWidget? It confused me because from your previous tutorial you use QDialog or QMainWindow.. What is exactly the purpose of the three?.. thanks a lot.

josephfabi
Автор

Thanks Bro, But one question, Why you kept the button's name "button" for all three of them? isn't better to name them 1, 2 & 3 or am I missing something?

musbenziane
Автор

What is difference if we use a groupbox instead and for events we can use push button's clicked property?

dib
Автор

Why it is buttonClicked[int]? Why integer?

adimasmudi
Автор

KeyError: 'there is no matching overloaded signal' help please

jstdntcr
Автор

Sir how to add 2 different button group in 2 different row

u_shorts