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

Public 成员函数

额外继承的成员函数

详细描述

在文件 QVBoxLayout.x4 行定义.

构造及析构函数说明

◆ QVBoxLayout() [1/2]

QVBoxLayout ( )

在文件 QVBoxLayout.x5 行定义.

5 {
6
7 }

◆ QVBoxLayout() [2/2]

QVBoxLayout ( long  h)

在文件 QVBoxLayout.x8 行定义.

8 {
9 super(h);
10 }

成员函数说明

◆ create()

bool create ( @NotNilptr QWidget  parent)

在文件 QVBoxLayout.x11 行定义.

11 {
12 nativehandle = QtXnl.createQObject(QType.qtVLayout, this, parent.nativehandle);
13 if (nativehandle == 0){
14 return false;
15 }
16 return true;
17 }
long nativehandle
Definition QNative.xcsm:91