RedPanda-CPP/RedPandaIDE/widgets/qpatchedcombobox.cpp

8 lines
159 B
C++
Raw Normal View History

2021-06-20 14:30:47 +08:00
#include "qpatchedcombobox.h"
QPatchedComboBox::QPatchedComboBox(QWidget *parent):
QComboBox(parent)
{
setView(new QPatchedComboBoxListView(this));
}