PDA

View Full Version : QTextDocument resources



xgoan
15th November 2006, 10:26
Hi,

how can I get all resources from a QTextDocument? I don't want to know every QURL. I could save the QUrl in a vector but I don't want this solution.

Thanks

wysota
19th November 2006, 10:18
Can you provide details? In general there is the resource() method which you can use, but you need urls to do that. There is no other way really, as the resources are keyed by their url.