PyQt5 Tutorial
About Lesson

In this PyQt5 video we want to learn about PyQt5 QVBoxLayout,  basically there are different types of layout management that you can use in PyQt5.we have QVBoxLayout, QHBoxLayout and QGridLayout. particularly in this lesson we are talking about VBoxLayout, so by using vboxlayout  you can align your widgets vertically. we create our layout in two ways, the first way is that we can do by coding and the second way is by using Qt Designer. 

Exercise Files
vboxlayout.zip
Size: 1.02 KB
Join the conversation