xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
静态 Public 成员函数
QColorDialog类 参考
类 QColorDialog 继承关系图:
QNative

静态 Public 成员函数

额外继承的成员函数

详细描述

在文件 QFileDialog.xcsm24 行定义.

成员函数说明

◆ getColor()

static String getColor ( String  caption,
QWidget  parent 
)
static

在文件 QFileDialog.xcsm25 行定义.

25 {
26 return (String)QtXnl.openfile_dlg_string3_obj(Constant.QCOLORSELECTOR, caption, nilptr, nilptr, (parent != nilptr) ? parent.nativehandle : 0l);
27 }
字符串类