Set the previewing of fonts in the editor window.
| 1341 | |
| 1342 | // Set the previewing of fonts in the editor window. |
| 1343 | void Global::setPreviewFontsInDialog(bool value) { |
| 1344 | settings->beginGroup("Appearance"); |
| 1345 | settings->setValue("previewFonts", value); |
| 1346 | settings->endGroup(); |
| 1347 | } |
| 1348 | |
| 1349 | |
| 1350 |