×

Multiple-Choice Questions

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

17. Which class is used to align the widgets horizontally in PyQt?

  1. QtBoxLayout
  2. QHBoxLayout
  3. QtHBoxLayout
  4. PyQtHBoxLayout

Answer

The correct answer is: B) QHBoxLayout

Explanation

PyQt provides QHBoxLayout class which is used to arrange widgets in a horizontal box.

Comments and Discussions!

Load comments ↻






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