xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
QHBoxLayout类 参考
类 QHBoxLayout 继承关系图:
QBoxLayout

Public 成员函数

额外继承的成员函数

详细描述

在文件 QHBoxLayout.x4 行定义.

构造及析构函数说明

◆ QHBoxLayout() [1/2]

QHBoxLayout ( )

在文件 QHBoxLayout.x6 行定义.

6 {
7
8 }

◆ QHBoxLayout() [2/2]

QHBoxLayout ( long  h)

在文件 QHBoxLayout.x10 行定义.

10 {
11 super(h);
12 }

成员函数说明

◆ create()

bool create ( @NotNilptr QWidget  parent)

在文件 QHBoxLayout.x14 行定义.

14 {
15 nativehandle = QtXnl.createQObject(QType.qtHLayout, this, parent.nativehandle);
16
17 if (nativehandle == 0) {
18 return false;
19 }
20
21 return true;
22 }
long nativehandle
Definition QNative.xcsm:91