QHBoxLayout

見出し


QHBoxLayout クラス

ウィジェットを水平方向に並べて配置します。
公式リファレンス

継承関係

QLayoutItem
QLayout
┃┣QBoxLayout
┃┃┣QHBoxLayout … このクラス
┃┃┗QVBoxLayout … 垂直方向のレイアウト
┃┣QFormLayout
┃┣QGridLayout
┃┗QStackedLayout.
QSpacerItem
QWidgetItem

メンバ関数

コンストラクタ

QHBoxLayout::QHBoxLayout()
  • 説明
    • 水平方向のボックスレイアウトを生成します。

QHBoxLayout::QHBoxLayout(QWidget * parent)
  • パラメータ
    • parent … このレイアウトの親
  • 説明
    • 指定した親ウィジェットを持つ水平方向のボックスレイアウトを生成します。

デストラクタ

QHBoxLayout::~QHBoxLayout()
  • 説明
    • この水平方向のボックスレイアウトを破棄します。

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2014年09月09日 23:58