Removed scroll from version checkbox
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
e07e182e95
commit
1961e2081f
3 changed files with 12 additions and 2 deletions
|
@ -68,10 +68,10 @@ class CheckComboModel : public QIdentityProxyModel {
|
|||
QStringList checked;
|
||||
};
|
||||
|
||||
CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator(",")
|
||||
CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator(", ")
|
||||
{
|
||||
QLineEdit* lineEdit = new QLineEdit(this);
|
||||
lineEdit->setReadOnly(false);
|
||||
lineEdit->setReadOnly(true);
|
||||
setLineEdit(lineEdit);
|
||||
lineEdit->disconnect(this);
|
||||
setInsertPolicy(QComboBox::NoInsert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue