mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 07:52:16 -07:00
Allow overlap layouts to insert widgets at specific positions.
This commit is contained in:
parent
dcd63e4a7f
commit
c4238838e7
5 changed files with 17 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ public:
|
|||
Qt::Orientation overlapDirection = Qt::Vertical,
|
||||
Qt::Orientation flowDirection = Qt::Horizontal);
|
||||
~OverlapLayout();
|
||||
void insertWidgetAtIndex(QWidget *toInsert, int index);
|
||||
|
||||
void addItem(QLayoutItem *item) override;
|
||||
int count() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue