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

fix #59 setResultEditable(bool value) has been added

This commit is contained in:
Arin Alexander
2017-02-03 14:20:30 +03:00
parent 21b3f0e912
commit 7af7a16840
7 changed files with 41 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ public:
void setToolBarVisible(bool value);
void setStatusBarVisible(bool value);
void setMenuVisible(bool value);
void setHideResultEditButton(bool value);
QSettings* settings();
protected:
void writeSetting();