PDA

View Full Version : How to add image to text label binary to ui file?



sergey_85
21st November 2009, 06:53
Hi!

I am using qt designer to create ui files, save it to DB and then create it with FormBuilder.

Is it possible to add image for text label, toolbars binary to ui file and not using it from resource file.

wysota
21st November 2009, 09:16
No, it is not. But if you have your own file handler (implemented using QAbstractFileEngine) you can make Qt load resources directly from the database too.