xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
qt5
titan
DockWindowBase.x
浏览该文件的文档.
1
//xlang Source, Name:qt5/titan/DockWindowBase.x
2
//Date: Tue Feb 13:04:39 2021
3
package
Qtitan{
4
@SuppressWarnings public class DockWindowBase : Qt.QWidget{
5
public DockWindowBase(long handle){
6
super(handle);
7
}
8
protected
DockWindowBase
(){
9
10
}
11
};
12
};
Qtitan.DockWindowBase.DockWindowBase
DockWindowBase()
Definition
DockWindowBase.x:8
制作者
1.9.8