xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
qt5
widgets
QSizeGrip.x
浏览该文件的文档.
1
//xlang Source, Name:qt5/widgets/QSizeGrip.x
2
//Date: Mon Oct 21:06:03 2022
3
package
Qt{
4
@SuppressWarnings public class QSizeGrip : QWidget{
5
public QSizeGrip(){
6
}
7
8
public QSizeGrip(long handle){
9
super(handle);
10
}
11
12
public
bool
create
(@NotNilptr QWidget parent)
override
{
13
nativehandle = QtXnl.createQObject(QType.qtSizeGrip,
this
, parent.nativehandle);
14
if
(nativehandle == 0){
15
return
false
;
16
}
17
return
true
;
18
}
19
};
20
};
Qt.QSizeGrip.create
bool create(@NotNilptr QWidget parent) override
Definition
QSizeGrip.x:12
制作者
1.9.8