How To Hide or Show Widgets From GUI - PyQt5 GUI Thursdays #43

Published: 06 January 2022
on channel: Codemy.com
18,862
242

In this video I'll show you how to hide and unhide widgets with PyQT5 and Python.

We'll create a simple GUI in the PyQT5 Designer with a button and a line edit box.

When you click the button it will either hide or show the line edit box.

#pyqt5 #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:31 - Create GUI With PyQT5 Designer
2:50 - Import Widgets
3:12 - Define Widgets
4:01 - Click Button
4:23 - Hide or Show Widget
6:14 - Conclusion