0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28: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

@@ -166,6 +166,11 @@ void PreviewReportWindow::setMenuVisible(bool value)
ui->menubar->setVisible(value);
}
void PreviewReportWindow::setHideResultEditButton(bool value)
{
ui->actionEdit_Mode->setVisible(value);
}
QSettings*PreviewReportWindow::settings()
{
if (m_settings){