Re: [Wt-interest] Runtime image generation/embedding

2008-11-24 Thread Koen Deforche
Hey Rudoy, 2008/11/22 0xd34df00d [EMAIL PROTECTED]: That would do for my own images, but I try to solve this problem applied to adaptor from QAbstractItemModel to WAbstractItemModel, converting DecorationRole and the corresponding QIcon to Wt's format. There's another problem - I can create

Re: [Wt-interest] Runtime image generation/embedding

2008-11-22 Thread 0xd34df00d
That would do for my own images, but I try to solve this problem applied to adaptor from QAbstractItemModel to WAbstractItemModel, converting DecorationRole and the corresponding QIcon to Wt's format. There's another problem - I can create WImages from WResources, but will they have a defined

[Wt-interest] Runtime image generation/embedding

2008-11-18 Thread 0xd34df00d
Hi, I create images in my program at runtime, is there a way to show them to the end-user without saving them to disk and generating a link to them? If there isn't such a way, the first solution that comes to mind is to keep them in memory if they are small or write them to a temporary storage if