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?

  1. QFormLayout
  2. QLayout
  3. QTwoColumns
  4. None of the above

Answer: A) QFormLayout

Explanation:

PyQt provides QFormLayout class which is used to arrange widgets in two columns.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.