xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Qt
QColorDialog
静态 Public 成员函数
QColorDialog类 参考
类 QColorDialog 继承关系图:
静态 Public 成员函数
额外继承的成员函数
详细描述
在文件
QFileDialog.xcsm
第
24
行定义.
成员函数说明
◆
getColor()
static
String
getColor
(
String
caption
,
QWidget
parent
)
static
在文件
QFileDialog.xcsm
第
25
行定义.
25
{
26
return
(
String
)QtXnl.openfile_dlg_string3_obj(Constant.QCOLORSELECTOR, caption, nilptr, nilptr, (parent != nilptr) ? parent.nativehandle : 0l);
27
}
String
字符串类
Definition
BuiltinObjects.x:65
制作者
1.9.8