I have been strugling with this for some time. I will try to explain what i want to do , maybe you guys could help me.
I have created my own HTTP class that utilizes QNAM and provides means for sending HTTP requests. It uses QEventLoop for synchronization and QTimer for timeouts.
I got an HTML string that I need to parse (to be used in Flash), by wrapping nested UL tags by a span with incremented left-margin value based on nesting leve开发者_运维百科l.
I\'m writing a DLL that is used as a plugin by another application and would like to leverage Qt\'s abilities.