Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Qt 中,像这样弹出颜色选择器菜单的最佳方法是什么:
Qt 没有用于此的 QWidget 类。您将需要自己编写。或者使用现有的,例如 QtSolutions 中的QColorPicker。