can i preview All fomats of image in QListWidget?
General and Desktop
7
Posts
4
Posters
1.7k
Views
3
Watching
-
wrote on 28 Mar 2015, 09:59 last edited by
can i preview All fomats of image in QListWidget?
i remember last year when i want to preview each image in the QListWidget, i met abstocales,
does QTreeWidgetItem::setIcon surpport .tga, .dds, etc?
thank you very much -
can i preview All fomats of image in QListWidget?
i remember last year when i want to preview each image in the QListWidget, i met abstocales,
does QTreeWidgetItem::setIcon surpport .tga, .dds, etc?
thank you very much -
wrote on 30 Mar 2015, 07:43 last edited by
how about TGA, DDS?
is there any way to open it? -
Hi,
Have a look at the qtimageplugins repository to see if it offers what you need
-
wrote on 31 Mar 2015, 02:41 last edited by
thank you, i found the plugins/imageformats/
another question.- for Dynamic dll, i just copy the imageformats dir and its DLL into my own project's bin dir. and i don't copy the Lib files. is it OK?
i found that i don't need to link the Lib when i use dynamic link Qt. why? and should i do sth else, or just put the imageformats dir into my own bin dir. - for Static lib, i copy the imageformats dir and its lib into my own project's lib dir.
is this all right ?
- for Dynamic dll, i just copy the imageformats dir and its DLL into my own project's bin dir. and i don't copy the Lib files. is it OK?
-
Did you take a look at this fine wiki entry for deployment ?
3/7