src/guiutilities.h

changeset 1432
4cc687851fbb
parent 1326
69a90bd2dba2
child 1434
4c06435bd87f
equal deleted inserted replaced
1431:2e0e2c696605 1432:4cc687851fbb
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(); 36 QColor mainColorRepresentation();
37 QVector<ColorToolbarItem> loadQuickColorList(); 37 QVector<LDColor> loadQuickColorList();
38 }; 38 };
39 39
40 QIcon makeColorIcon(LDColor color, int size); 40 QIcon makeColorIcon(LDColor color, int size);
41 void setColorButton(class QPushButton* button, LDColor color); 41 void setColorButton(class QPushButton* button, LDColor color);
42 void editObject(MainWindow* parent, LDObject* object); 42 void editObject(MainWindow* parent, LDObject* object);

mercurial