git-svn-id: svn://db.shs.com.ru/libs@117 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -53,6 +53,13 @@ EComboBox::EComboBox(QWidget * parent): QComboBox(parent) {
|
||||
}
|
||||
|
||||
|
||||
QSize EComboBox::sizeHint() const {
|
||||
QSize s = QComboBox::sizeHint();
|
||||
s.setWidth(s.width() + 16);
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
void EComboBox::showPopup() {
|
||||
filterChanged(filter.text(), true);
|
||||
QComboBox::showPopup();
|
||||
|
||||
Reference in New Issue
Block a user