mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
Add instance view up/down keyboard navigation, fix some layout glitches (not all)
This commit is contained in:
parent
af046ff6fc
commit
65dc5d44f1
4 changed files with 131 additions and 104 deletions
|
|
@ -208,6 +208,16 @@ public:
|
|||
*/
|
||||
virtual void reset();
|
||||
|
||||
/**
|
||||
* Signify that all item delegates size hints return the same fixed size
|
||||
*/
|
||||
void setUniformItemWidths(bool enable);
|
||||
|
||||
/**
|
||||
* Do all item delegate size hints return the same fixed size?
|
||||
*/
|
||||
bool uniformItemWidths() const;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Reimplemented from QWidget.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue