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