mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Dropdown replaced by Ui::DropdownMenu. ScrolledWidget removed.
Ui::DropdownMenu is like Ui::PopupMenu, both based on Ui::Menu.
This commit is contained in:
@@ -228,6 +228,14 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// Updates the area that is visible inside the scroll container.
|
||||
virtual void setVisibleTopBottom(int visibleTop, int visibleBottom) {
|
||||
}
|
||||
|
||||
signals:
|
||||
// Child widget is responsible for emitting this signal.
|
||||
void heightUpdated();
|
||||
|
||||
protected:
|
||||
void enterEventHook(QEvent *e) {
|
||||
return QWidget::enterEvent(e);
|
||||
|
Reference in New Issue
Block a user