mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-14 17:20:57 +03:00
Vertical Layout has been added
This commit is contained in:
@@ -630,6 +630,12 @@ void ReportDesignWidget::addHLayout()
|
||||
activePage()->addHLayout();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::addVLayout()
|
||||
{
|
||||
if (activePage())
|
||||
activePage()->addVLayout();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::setFont(const QFont& font)
|
||||
{
|
||||
if (activePage())
|
||||
|
||||
Reference in New Issue
Block a user