Hi,

On Friday 02 September 2011 17:40:46 Thiago Macieira wrote:
> On Monday, 15 de August de 2011 15:42:20 Thiago Macieira wrote:
> > So I've given some thought on QUrl in Qt 5, based on experience with
> 
> > improving  it in Qt 4 as well as KUrl. Here's the major guidelines:
> I'd just like to run by the people here another idea: split out the query-
> handling behaviour to a separate class.
> 
> I'd like to make QUrl treat queries as one blob of data, just like the path
> or the fragment. The management of the list, the delimiters, etc., should
> be in a separate class.
> 
> Sounds good?

Sounds good to me. I'm looking for a nice way to handle and work with LDAP 
URL's (RFC 2255) with a nice API so if it would be possible to extend the API 
of such a class that would be a nice feature.

> Should I make it QUrlQuery or a sub-class QUrl::Query?

Hmmm, tricky one but I think I would like QUrlQuery better. I've nto thought 
through API implications much though.

Cheers,

Sean

_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to