mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
Setting dialog has been modified to edit report settings
Setting dialog has been modified to edit report settings
This commit is contained in:
@@ -32,6 +32,15 @@ QFont SettingDialog::defaultFont()
|
||||
return result;
|
||||
}
|
||||
|
||||
bool SettingDialog::suppressAbsentFieldsAndVarsWarnings()
|
||||
{
|
||||
return ui->cbSuppressWarnings->isChecked();
|
||||
}
|
||||
|
||||
void SettingDialog::setSuppressAbsentFieldsAndVarsWarnings(bool value){
|
||||
ui->cbSuppressWarnings->setChecked(value);
|
||||
}
|
||||
|
||||
void SettingDialog::setHorizontalGridStep(int value)
|
||||
{
|
||||
ui->horizontalGridStep->setValue(value);
|
||||
|
||||
Reference in New Issue
Block a user