Home »
Python »
PyQt MCQs
Which class is used to align the widgets in two columns in PyQt?
19. Which class is used to align the widgets in two columns in PyQt?
- QFormLayout
- QLayout
- QTwoColumns
- None of the above
Answer: A) QFormLayout
Explanation:
PyQt provides QFormLayout class which is used to arrange widgets in two columns.