mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Improve FlowLayout to support vertical alignment
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
private:
|
||||
int doLayout(const QRect &rect, bool testOnly) const;
|
||||
int smartSpacing(QStyle::PixelMetric pm) const;
|
||||
void applyItemsGeometry(const QHash<QLayoutItem *, QPoint> &items, int lineHeight) const;
|
||||
|
||||
QList<QLayoutItem *> m_itemList;
|
||||
int m_hSpace;
|
||||
|
||||
Reference in New Issue
Block a user