Originally posted by JackLilhammers
View Post
Announcement
Collapse
No announcement yet.
KDE Now Maintaining Their Own Set of Patches For Qt 5
Collapse
X
-
- 1 like
-
-
Originally posted by MadCatX View PostI still don't get your argument about STL vs. Qt library.
...
and STL is a pretty huge chunk of 3rd-party code to rely on.
Originally posted by MadCatX View PostI feel like you are trying to judge Qt's design decisions with today's optics.
Originally posted by MadCatX View Post- QString documentation is very clear about the fact that methods that take an index operate on code units and not codepoints nor graphemes.
- Qt has means to deal with "human" text units that take QString as the input. Again, since QString has a more strict definition than any STL string type, it is easier to write such functionality.
The STL has an equally strict defined string type, so there's no distinct advantage of QString in this respect (not addressing implicit sharing here).
Comment
-
Originally posted by lowflyer View PostAnd the link to QTextBoundaryFinder that JackLilhammers pointed out is missing.
OTOH the docs for PySide are very much a work in progress
- 1 like
Comment
Comment