Files
newspark110/ui/generic/colorcombobox.h
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

15 lines
200 B
C++

#ifndef COLORCOMBOBOX_H
#define COLORCOMBOBOX_H
#include <QComboBox>
class ColorComboBox : public QComboBox
{
Q_OBJECT
public:
ColorComboBox(QWidget* parent);
};
#endif // COLORCOMBOBOX_H