#include "icombobox.h" IComboBox::IComboBox(QWidget *parent):QComboBox(parent) { } void IComboBox::mouseMoveEvent(QMouseEvent *ev) { }