mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
geometryLocked property has been added to report items
This commit is contained in:
@@ -880,6 +880,24 @@ void ReportDesignWidget::slotDialogDeleted(QString dialogName)
|
||||
}
|
||||
}
|
||||
|
||||
void ReportDesignWidget::lockSelectedItems()
|
||||
{
|
||||
if (activePage())
|
||||
activePage()->lockSelectedItems();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::unlockSelectedItems()
|
||||
{
|
||||
if (activePage())
|
||||
activePage()->unlockSelectedItems();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::selectOneLevelItems()
|
||||
{
|
||||
if (activePage())
|
||||
activePage()->selectOneLevelItems();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::slotDatasourceCollectionLoaded(const QString & /*collectionName*/)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user