LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   QT Designer Icons (https://www.linuxquestions.org/questions/programming-9/qt-designer-icons-96333/)

amos 09-24-2003 11:41 AM

QT Designer Icons
 
I've just started working through the QT Tutorials, and have come across a reference to the Icons for various widgets which suggests that you look in something like:

qt/tools/designer/designer/icons

or something similar.

Can anyone tell me the actual path, as /usr/lib/qt-3.1.2/...doesn't seem to contain them.

Cheers
Amos:D

joki 09-24-2003 03:39 PM

icons are defined mainly as normal arrays in the source code, where unicode-symbols stand for colors, which are defined above.

in my opinion it is not that bad as it first seems to be.

try to generate sourcecode from a widget with a custom icon through QT designer and uic (user interface compiler). you'll see what i mean

hope you know what i mean

nkarakos 09-24-2003 09:08 PM

I think it is somewhere inside the documentation folders.


All times are GMT -5. The time now is 02:06 AM.