! Sets the color of the text. */
| 28857 | Sets the color of the text. |
| 28858 | */ |
| 28859 | void QCPItemText::setColor(const QColor &color) |
| 28860 | { |
| 28861 | mColor = color; |
| 28862 | } |
| 28863 | |
| 28864 | /*! |
| 28865 | Sets the color of the text that will be used when the item is selected. |