mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +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