LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: vgon on May 07, 2023, 09:08:04 pm
-
Hi there,
Would it be possible to modify the window icon of the preview window ?
Thank you in advance !!!
-
Hi!
I think you can try to use something like this
LimeReport::ReportEngine m_report;
LimeReport::PreviewReportWidget *m_preview = m_report.createPreviewWidget();
m_preview->setWindowIcon(...);