Skip to content

Qt.io webservices

Talk about the Qt.io web services. Found a bug on any of the services? Missing a feature? Post here!

1.3k Topics 8.8k Posts
  • Robot Herder: can request a group

    5
    0 Votes
    5 Posts
    3k Views
    ?
    ok thanks
  • [SOLVED] adding tag does not refresh points immediately

    3
    0 Votes
    3 Posts
    2k Views
    ?
    ok that explains it ... thanks :)
  • How can i know all the mad scientists in the forum?

    3
    0 Votes
    3 Posts
    2k Views
    ?
    woah, didn't know i'm already in the hall of fame :P thanks for the info :)
  • Order of threads in a category

    2
    0 Votes
    2 Posts
    2k Views
    D
    They are sorted on time of last reply.
  • Ratings count on hover

    2
    0 Votes
    2 Posts
    2k Views
    D
    I think it is just left for future behavior.
  • [Solved] navigating to prev and next thread

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Quoting by selected text

    2
    0 Votes
    2 Posts
    2k Views
    D
    I agree, it will be useful feature here.
  • Gavatar

    3
    0 Votes
    3 Posts
    2k Views
    L
    I agree with OP. I would better have no avatar rather than creating one extra account for that.
  • Adding link is not straight forward

    3
    0 Votes
    3 Posts
    2k Views
    ?
    thanks Gurudutt
  • Issues with site on the Nokia N900.

    7
    0 Votes
    7 Posts
    4k Views
    R
    I'm closing our issue around this. Let me know if the problem still exists and I'll re-open the issue.
  • 4.7.0 beta2 vs beta1

    2
    0 Votes
    2 Posts
    2k Views
    T
    The have been removed; more info here http://labs.trolltech.com/blogs/2010/05/06/qt-47-scope-change-regarding-qt-multimedia/
  • (Un)read topic markers

    3
    0 Votes
    3 Posts
    2k Views
    ?
    @JLP, for now I use a RSS feed reader and this is available there
  • Member variable naming convention in Qt and the QtDN wiki

    7
    0 Votes
    7 Posts
    12k Views
    I
    I agree with joe.skb7 If you are following Java coding standards (getters begin with get - getSomething()) then members can really be named without some kind of prefix, but here it is awkward. (having "this->" before everything produces a lot more visual clutter than m_ or just _) If you are writing a library and are concerned about the binary compatibility, then you could go for the d-ptr pattern (like Qt does). This way all private members would be in the Private class instead of the main one and you'd access them as d->name or similar.
  • [SOLVED] RSS feed for Forum

    7
    0 Votes
    7 Posts
    3k Views
    ?
    yes a digest by e-mail. that would be useful too ...
  • Who all gave a thumbs up to my post?

    4
    0 Votes
    4 Posts
    3k Views
    ?
    sounds good :)
  • Missing example in FAQ

    3
    0 Votes
    3 Posts
    3k Views
    M
    You can find the attachment "here":http://developer.qt.nokia.com/wiki/Proxy_model_example_code, as a wiki page.
  • New thread from a new N900 user

    2
    0 Votes
    2 Posts
    2k Views
    ?
    all i can say is that I envy u! lol ... enjoy ur n900 !
  • BUG: SQL Error while posting

    6
    0 Votes
    6 Posts
    4k Views
    I
    Heh, I remember that one :) I'm afraid to remind the Fluffy team of that... I wouldn't be surprised if they turned somthing like that in kdewebkit on by default :) As for orange bunnies, you'll have to ask KDE Multimedia team on their next dev sprint :)
  • BUG: i18n letters

    4
    0 Votes
    4 Posts
    2k Views
    M
    You can report here or there. Some people love systems like JIRA - others enjoy the conversation of a forum. We don't have that many open bugs so we can manage both. They all end up in an internal "Redmine":http://www.redmine.org/ anyways :)
  • Strange bug with posts counter

    5
    0 Votes
    5 Posts
    3k Views
    M
    Hum, mysterious, that right panel is a template that should be the same all over. I'll keep an eye out for it.