Re: Aw: Re: setWindowIcon for QDialog

2019-04-28 Thread Alexander Semke
Hi Martin, Hi Friedrich, any thoughts on the behavior in openbox vs. kwin described below? Regards, Alexander Am Donnerstag, 7. März 2019, 22:44:58 CEST schrieb Alexander Semke: > On Donnerstag, 7. März 2019 21:02:49 CET Martin Flöser wrote: > > [...] > > Not in this case as the window is missi

Re: Aw: Re: setWindowIcon for QDialog

2019-03-07 Thread Alexander Semke
On Donnerstag, 7. März 2019 21:02:49 CET Martin Flöser wrote: > [...] > Not in this case as the window is missing the icon property as can be > seen in the xprop output. > > But apart from that: yes if the desktop file is specified, the icon is > preferred over the custom icon. But in this specifi

Re: Aw: Re: setWindowIcon for QDialog

2019-03-07 Thread Martin Flöser
819, 262 > user specified size: 536 by 711 > program specified minimum size: 522 by 711 > window gravity: Static > > P.S.: sorry for html and for the full-quote, writing from the > web-frontend... > > GESENDET: Montag, 04. Mä

Re: Aw: Re: setWindowIcon for QDialog

2019-03-06 Thread Friedrich W. H. Kossebau
rogram specified minimum size: 522 by 711 > > window gravity: Static > > > > P.S.: sorry for html and for the full-quote, writing from the > > web-frontend... > > > > GESENDET: Montag, 04. März 2019 um 15:08 Uhr > > VON: "David E

Re: Aw: Re: setWindowIcon for QDialog

2019-03-06 Thread Alexander Semke
HI Martin, >[...] > My suggestion is to try whether any other icon works. And if it does so, > ensure that all relevant icon sizes are available for the > labplot-worksheet. "labplot-worksheet" was just an example, not a good one maybe. I used this icon name just to show how we set the dialog ic

Re: Aw: Re: setWindowIcon for QDialog

2019-03-05 Thread Martin Flöser
tic P.S.: sorry for html and for the full-quote, writing from the web-frontend... GESENDET: Montag, 04. März 2019 um 15:08 Uhr VON: "David Edmundson" AN: kde-devel , "Kwin, NET API, kwin styles API, kwin modules API" BETREFF: Re: setWindowIcon for QDialog On Mon, Mar 4, 2

Aw: Re: setWindowIcon for QDialog

2019-03-04 Thread Alexander Semke
  P.S.: sorry for html and for the full-quote, writing from the web-frontend...   Gesendet: Montag, 04. März 2019 um 15:08 Uhr Von: "David Edmundson" An: kde-devel , "Kwin, NET API, kwin styles API, kwin modules API" Betreff: Re: setWindowIcon for QDialog On Mon, Mar 4,

Re: setWindowIcon for QDialog

2019-03-04 Thread David Edmundson
On Mon, Mar 4, 2019 at 1:49 PM Aleix Pol wrote: > > On Sun, Mar 3, 2019 at 11:00 AM Alexander Semke > wrote: > > > > Hi, > > > > in LabPlot we have couple of modal dialogs, created on the heap and shown > > with > > dlg->exec(). The dialog icon is set in the constructor of the dialog via > > Q

Re: setWindowIcon for QDialog

2019-03-04 Thread Aleix Pol
On Sun, Mar 3, 2019 at 11:00 AM Alexander Semke wrote: > > Hi, > > in LabPlot we have couple of modal dialogs, created on the heap and shown with > dlg->exec(). The dialog icon is set in the constructor of the dialog via > QDialog::setWindowIcon(), e.g. > setWindowIcon(QIcon::fromTheme(QLatin1Str

setWindowIcon for QDialog

2019-03-03 Thread Alexander Semke
Hi, in LabPlot we have couple of modal dialogs, created on the heap and shown with dlg->exec(). The dialog icon is set in the constructor of the dialog via QDialog::setWindowIcon(), e.g. setWindowIcon(QIcon::fromTheme(QLatin1String("labplot-worksheet"))); The icon is set/handled by the window ma