xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
xlibrarys
Qt5
Qt5
QwtAbstractLegend.x
浏览该文件的文档.
1
//xlang Source, Name:QwtAbstractLegend.x
2
//Date: Thu Nov 03:39:06 2023
3
package
Qt{
4
@SuppressWarnings public class QwtAbstractLegend : QFrame{
5
public QwtAbstractLegend(){
6
}
7
8
public QwtAbstractLegend(long h){
9
super(h);
10
}
11
};
12
};
制作者
1.9.8