PyQt5:QColorDialog颜色对话框(20)
学习《PyQt4入门指南 PDF中文版.pdf 》笔记QColorDialog 提供了用于选择颜色的对话框#!/usr/bin/python# colordialog.pyfrom PyQt5.QtWidgets import QApplication, QPushButton, QColorDialogfrom PyQt5 import QtWidgetsfrom Py