×

Multiple-Choice Questions

Which class is used to align the widgets vertically in PyQt?

18. Which class is used to align the widgets vertically in PyQt?

  1. QtBoxLayout
  2. QVBoxLayout
  3. QtVBoxLayout
  4. PyQtVBoxLayout

Answer

The correct answer is: B) QVBoxLayout

Explanation

PyQt provides QVBoxLayout class which is used to arrange widgets in a vertical box.

Comments and Discussions!

Load comments ↻






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