xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
qt5
widgets
QAbstractAxis.x
浏览该文件的文档.
1
//xlang Source, Name:qt5/widgets/QValueAxis.x
2
//Date: Fri Sep 05:25:30 2022
3
package
Qt{
4
@SuppressWarnings public class QAbstractAxis : QObject{
5
public QAbstractAxis(){
6
7
}
8
9
public QAbstractAxis(long handle){
10
super(handle);
11
}
12
};
13
};
制作者
1.9.8