I am trying to encode a URL when using Qt 4. It seems that in Qt 3 the method was QUrl::encode , but apparently QUrl was rewritten from Qt 3 to Qt 4. I looked through the documentation and did not see the equivalent method. Is something missing?
qt qt4 urlencode
icktoofay
source share