PyQt5 (3) A brief introduction to the QtDesigner window

Note: This post is a summary post of the problem when using PyQt5. If there is any mistake, please correct it and exchange and learn together. My system is win10.

table of Contents

1、Widget Box

2. Object viewer

3. Attribute Editor

4. Signal/slot editor, action editor and resource editor


 

1、Widget Box

Also called the widget box, all the controls that can be operated are in it

 

 

 

 

 

2. Object viewer

You can view the list of objects placed in the main window

3. Attribute Editor

It provides property editing for windows, controls, and layouts

4. Signal/slot editor, action editor and resource editor

Among them, you can add custom signal and slot functions to the control in the signal/slot editor, and edit the signal and slot functions of the control

 

 

Guess you like

Origin blog.csdn.net/zhuimeng_ruili/article/details/110581790