1230:29dc03eceb5f | 1231:ce0c9f2e6b9c |
---|---|
26 public: | 26 public: |
27 explicit GuiUtilities(QObject* parent); | 27 explicit GuiUtilities(QObject* parent); |
28 | 28 |
29 QIcon makeColorIcon(LDColor ldcolor, int size); | 29 QIcon makeColorIcon(LDColor ldcolor, int size); |
30 void fillUsedColorsToComboBox(class QComboBox* box); | 30 void fillUsedColorsToComboBox(class QComboBox* box); |
31 QColor mainColorRepresentation(); | |
32 }; | 31 }; |
32 | |
33 QColor mainColorRepresentation(); |