| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
How does one set the application icon when using Qt4.3.3 Eclipse Integration on Windows? The documentation on setting this does not exist. Also I have noted that sometimes the Designer properties editor in the Eclipse Integration becomes disconnected from the UI file and will not update the properties in the UI. Restarting Eclipse appears to reconnect the resource editor but this becomes annoying. Thanks, Dave -- [ signature omitted ]
Do you mean..
setWindowIcon(QIcon("/path/to/icon"));
?
~Raj
David Fuess <david@xxxxxxxxx> wrote: How does one set the application icon when using Qt4.3.3 Eclipse
Integration on Windows? The documentation on setting this does not exist.
Also I have noted that sometimes the Designer properties editor in the
Eclipse Integration becomes disconnected from the UI file and will not
update the properties in the UI. Restarting Eclipse appears to reconnect
the resource editor but this becomes annoying.
Thanks,
Dave
--
[ signature omitted ]
Message 3 in thread
No, that only sets the icon in the upper left corner of the window. I
mean the application icon that is displayed next to the executable. In
winblows that's a resource in the .exe file and I have not seen a way to
set that.
Dave
Rajorshi Biswas wrote:
> Do you mean..
>
>
> setWindowIcon(QIcon("/path/to/icon"));
>
> ?
>
> ~Raj
>
> */David Fuess <david@xxxxxxxxx>/* wrote:
>
> How does one set the application icon when using Qt4.3.3 Eclipse
> Integration on Windows? The documentation on setting this does not
> exist.
>
> Also I have noted that sometimes the Designer properties editor in
> the
> Eclipse Integration becomes disconnected from the UI file and will
> not
> update the properties in the UI. Restarting Eclipse appears to
> reconnect
> the resource editor but this becomes annoying.
>
> Thanks,
> Dave
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
> ------------------------------------------------------------------------
> Never miss a thing. Make Yahoo your homepage.
> <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
--
[ signature omitted ]
Search for "application icon" in the index in assistant and choose "Setting
the Application Icon".
Bo.
On søndag den 3. Februar 2008, David Fuess wrote:
> No, that only sets the icon in the upper left corner of the window. I
> mean the application icon that is displayed next to the executable. In
> winblows that's a resource in the .exe file and I have not seen a way to
> set that.
>
> Dave
>
> Rajorshi Biswas wrote:
> > Do you mean..
> >
> >
> > setWindowIcon(QIcon("/path/to/icon"));
> >
> > ?
> >
> > ~Raj
> >
> > */David Fuess <david@xxxxxxxxx>/* wrote:
> >
> > How does one set the application icon when using Qt4.3.3 Eclipse
> > Integration on Windows? The documentation on setting this does not
> > exist.
> >
> > Also I have noted that sometimes the Designer properties editor in
> > the
> > Eclipse Integration becomes disconnected from the UI file and will
> > not
> > update the properties in the UI. Restarting Eclipse appears to
> > reconnect
> > the resource editor but this becomes annoying.
> >
> > Thanks,
> > Dave
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> > with "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-interest/
> >
> >
> > ------------------------------------------------------------------------
> > Never miss a thing. Make Yahoo your homepage.
> > <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]