Fix QSearchField on macOS
This commit is contained in:
@@ -165,6 +165,12 @@ QString QSearchField::text() const {
|
||||
|
||||
}
|
||||
|
||||
void QSearchField::showEvent(QShowEvent *e) {
|
||||
|
||||
QWidget::showEvent(e);
|
||||
|
||||
}
|
||||
|
||||
void QSearchField::resizeEvent(QResizeEvent *resizeEvent) {
|
||||
|
||||
Q_ASSERT(pimpl && pimpl->clearbutton_ && pimpl->lineedit_);
|
||||
|
||||
Reference in New Issue
Block a user