Qt颜色列表值

时间:2018-09-12 06:55:46
【文件属性】:

文件名称:Qt颜色列表值

文件大小:4KB

文件格式:GZ

更新时间:2018-09-12 06:55:46

colorlist

有148种颜色值可以供自己选择,在编程的时候可供自己做选择。


【文件预览】:
colorlist
----colorlisteditor.cpp(3KB)
----colorlist.pro(383B)
----colorlist.pro.user(18KB)
----colorlist.h(395B)
----main.cpp(170B)
----colorlisteditor.h(439B)
----colorlist.cpp(1KB)

网友评论

  • 这个代码适用于Qt4,Qt5当中会出现bug。。因为Qt5当中删除了其中的qVariantValue。 把代码:return qVariantValue(itemData(currentIndex(), Qt::DecorationRole)); 改为:return itemData(currentIndex(), Qt::DecorationRole).value(); 就可以了
  • 资料不错,学起来hendaijin