31 Q_OBJECT |
31 Q_OBJECT |
32 public: |
32 public: |
33 explicit GuiUtilities (QObject* parent); |
33 explicit GuiUtilities (QObject* parent); |
34 |
34 |
35 void fillUsedColorsToComboBox (class QComboBox* box); |
35 void fillUsedColorsToComboBox (class QComboBox* box); |
36 QColor mainColorRepresentation(); |
|
37 QVector<LDColor> loadQuickColorList(); |
|
38 }; |
36 }; |
39 |
37 |
|
38 QColor mainColorRepresentation(); |
40 QIcon makeColorIcon(LDColor color, int size); |
39 QIcon makeColorIcon(LDColor color, int size); |
41 void setColorButton(class QPushButton* button, LDColor color); |
40 void setColorButton(class QPushButton* button, LDColor color); |
42 void editObject(MainWindow* parent, LDObject* object); |
41 void editObject(MainWindow* parent, LDObject* object); |