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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user