#include <KisWarningWidget.h>
Definition at line 15 of file KisWarningWidget.h.
◆ KisWarningWidget()
| KisWarningWidget::KisWarningWidget |
( |
QWidget * | parent | ) |
|
◆ changeImageProfileWarningText()
| QString KisWarningWidget::changeImageProfileWarningText |
( |
| ) |
|
|
static |
The default warning message for a case when the user tries to change color profile for a multilayered image
Definition at line 38 of file KisWarningWidget.cpp.
39{
40 return i18nc("warning message when changing image color space",
41 "<html><body>"
42 "<p><b>WARNING:</b> the image will look different after changing the color profile because it contains either:"
43 "<ul>"
44 "<li>more than one layer</li>"
45 "<li>one or more layers with transparent pixels</li>"
46 "<li>layers with blending modes other than \"Normal\"</li>"
47 "</ul></p>"
48 "<p>"
49 "<a href=\"https://docs.krita.org/en/general_concepts/colors/color_managed_workflow.html\">More information</a>"
50 "</p></body></html>");
51}
◆ setText()
| void KisWarningWidget::setText |
( |
const QString & | text | ) |
|
◆ m_warningIcon
| QLabel* KisWarningWidget::m_warningIcon = 0 |
|
private |
◆ m_warningText
| QLabel* KisWarningWidget::m_warningText = 0 |
|
private |
The documentation for this class was generated from the following files: