Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: window icon  (Read 270 times)

vgon

  • Newbie
  • *
  • Posts: 6
    • View Profile
window icon
« 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 !!!

Subst

  • Sr. Member
  • ****
  • Posts: 442
    • View Profile
Re: window icon
« Reply #1 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(...);