00001 00022 #ifndef COLOR_WIDGETS_COLOR_NAMES_HPP 00023 #define COLOR_WIDGETS_COLOR_NAMES_HPP 00024 00025 #include <QColor> 00026 #include <QString> 00027 00028 namespace color_widgets { 00029 00043 QColor colorFromString(const QString& string, bool alpha = true); 00044 00052 QString stringFromColor(const QColor& color, bool alpha = true); 00053 00054 } // namespace color_widgets 00055 #endif // COLOR_WIDGETS_COLOR_NAMES_HPP