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