#ifndef PROJECTIONCOMBOBOX_H #define PROJECTIONCOMBOBOX_H #include #include #include "common/kv.h" class ProjectionComboBox : public QComboBox { public: ProjectionComboBox(const QList > &list, QWidget *parent = 0); }; #endif // PROJECTIONCOMBOBOX_H