LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: vgon on May 07, 2023, 09:08:04 PM

Title: window icon
Post 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 !!!
Title: Re: window icon
Post by: Subst on June 01, 2023, 10:19:00 AM
Hi!
I think you can try to use something like this
Code: [Select]
LimeReport::ReportEngine m_report;
LimeReport::PreviewReportWidget *m_preview = m_report.createPreviewWidget();
m_preview->setWindowIcon(...);