22 |
22 |
23 class GuiUtilities : public QObject, public HierarchyElement |
23 class GuiUtilities : public QObject, public HierarchyElement |
24 { |
24 { |
25 Q_OBJECT |
25 Q_OBJECT |
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(); |
31 QColor mainColorRepresentation(); |
32 }; |
32 }; |