init
This commit is contained in:
14
ui/generic/colorcombobox.h
Normal file
14
ui/generic/colorcombobox.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef COLORCOMBOBOX_H
|
||||
#define COLORCOMBOBOX_H
|
||||
|
||||
#include <QComboBox>
|
||||
|
||||
class ColorComboBox : public QComboBox
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ColorComboBox(QWidget* parent);
|
||||
};
|
||||
|
||||
#endif // COLORCOMBOBOX_H
|
||||
Reference in New Issue
Block a user