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:
@@ -125,6 +125,9 @@ private slots:
|
||||
void slotDeleteDialog();
|
||||
void slotAddNewDialog();
|
||||
#endif
|
||||
void slotLockSelectedItems();
|
||||
void slotUnlockSelectedItems();
|
||||
void slotSelectOneLevelItems();
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
@@ -232,6 +235,11 @@ private:
|
||||
QAction* m_deleteDialogAction;
|
||||
QAction* m_addNewDialogAction;
|
||||
#endif
|
||||
|
||||
QAction* m_lockSelectedItemsAction;
|
||||
QAction* m_unlockSelectedItemsAction;
|
||||
QAction* m_selectOneLevelItems;
|
||||
|
||||
QMenu* m_recentFilesMenu;
|
||||
|
||||
QSignalMapper* m_bandsAddSignalsMap;
|
||||
|
||||
Reference in New Issue
Block a user