0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Context menu for multi selected items has been fixed

This commit is contained in:
Arin Alexander
2017-08-15 01:21:59 +03:00
parent 1cc5e2409f
commit ea844a0405
6 changed files with 61 additions and 14 deletions

View File

@@ -182,6 +182,8 @@ namespace LimeReport {
ReportSettings *getReportSettings() const;
void setReportSettings(ReportSettings *reportSettings);
void setPropertyToSelectedItems(const char *name, const QVariant &value);
protected:
virtual void keyPressEvent(QKeyEvent *event);