src/guiutilities.h

changeset 1434
4c06435bd87f
parent 1432
4cc687851fbb
child 1435
b8dc3620e5db
equal deleted inserted replaced
1433:bd3a9e237ef5 1434:4c06435bd87f
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);

mercurial