Adjust completion menu to fit its contents
This commit is contained in:
parent
649d73a7bd
commit
4fd8eccece
5 changed files with 25 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ public slots:
|
|||
//! Set hovering to the item in the given layout position.
|
||||
void setHovering(int pos);
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
signals:
|
||||
void itemSelected(const QString &user);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue