Hi.
Since 4.6, Qt supports the use of QIcon::fromTheme
So i am using freedesktop icons in my source-code:
ui->actionExit->setIcon(QIcon::fromTheme("application-exit"));
I would like that Designer would let me use icons from theme, so i would not
need to do all the work by hand, and also let me specify a fallback icon.
Thanks for the great tool :)
--
Porfirio Ribeiro
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator