src/guiutilities.h

changeset 1217
314e12e23c3a
parent 986
525921eae58c
child 1222
34def2630300
equal deleted inserted replaced
1216:12f9ea615cbc 1217:314e12e23c3a
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 };

mercurial