Skip to content

Wiki Discussion

Having a writer's block? Discuss your wiki pages and all related matters here.
184 Topics 1.5k Posts
  • Portuguese language

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    JKSHJ
    Hi Manuela, I replied to your post at https://wiki.qt.io/Talk:Wiki_Editing_Hints/pt . Please have a look. @mansil said: I can help and collaborate within the Portuguese (Portugal) language. Thank you for your offer. The wiki's language articles are all written by community members. If you'd like to see more pt-PT articles, please feel free to add them.
  • 'Current Releases' on Main

    Solved
    4
    2 Votes
    4 Posts
    2k Views
    JKSHJ
    @tom.ransdell said: That is great to see an entry for the new Qt 5.7. However, can you please add back the correct entry for Q5t 5.6? This is the long-term-release so it should be on the main wiki page for couple more years, right? Good point, thanks. Qt 5.6 restored.
  • 0 Votes
    6 Posts
    3k Views
    SGaistS
    What is the output of the configure summary for the first line ? For your second configure line, again you pass the -qt-sql-sqlite so the driver is built-in. By the way, why not use that feature since you build Qt yourself anyway ? That's one less file you need to distribute.
  • Setting up Gerrit Wiki page outdated?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    JKSHJ
    Hi, @NWeyand said: I've been following the instructions for setting up Gerrit here and it seems like the page is slightly outdated. You're right -- the instructions haven't been updated for over a year! I've updated the account setup instructions, but I need someone to check to make sure it's right. (I don't want to make a new account just to test this) If I am not mistaken, the init repository script already configures the Gerrit git hooks described in the Local Setup section, so there is no need of doing this by hand. Or am I missing something here? That could very well be the case. I'm not familiar with the internals of the script, so I can't edit that part.
  • Spam protection filter

    3
    0 Votes
    3 Posts
    2k Views
    JKSHJ
    Has it been lifted yet? I just got blocked a few times. Erasing items in the Titleblacklist didn't seem to help (unless there's a delay after updating the blacklist?)
  • Wiki week

    28
    1 Votes
    28 Posts
    12k Views
    SGaistS
    Great ! Thanks :)
  • License of wiki snippets

    Unsolved wiki snippet licence
    2
    0 Votes
    2 Posts
    2k Views
    tekojoT
    @dldd the old wiki was a CC license, so that should still apply. Not sure how that works for code snippets though. I'll have to edit the template to include a note on that.
  • how to access the Qlineedit boxes from an external static functions.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi, Please don't post the same question on multiple sub forums especially when it's not a sub-forum related to the subject of the question. Duplicate Closing this one.
  • LangSwitch in Category level Tools

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Code Blocks language syntax highlighting

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Wiki Internal error

    3
    1 Votes
    3 Posts
    2k Views
    MeerMusikM
    Hello. I have the same Problem since yesterday afternoon. Well, that's the time frame I wanted to open a Wiki Link. I sent a Tweet to 'qtproject' at 11:26 AM (GMT+1), if they are aware of that Problem. Maybe I should have tweeted at 'digia' instead. Anyway: Its definitive a Problem at their end. Lets hope it will be fixed soon. Have a good Day Oliver EDIT01: Sent the same Question @ QtbyDigia.
  • "About Qt" article ("What is Qt?")

    14
    2 Votes
    14 Posts
    8k Views
    SGaistS
    I agree about the history section, it deserves its own page
  • 0 Votes
    3 Posts
    2k Views
    C
    Hi Tekojo, I have started the page here, I will update it as I progress. For the first try I will use 2 virtual box Ubuntu PC's, that's the most easy way for me. https://wiki.qt.io/How-to-remotely-debug-Qt-applications Kind regards, Cedric
  • make: uic-qt5: Command not found

    Locked error 127
    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi, Please don't post the exact same question in unrelated sub-forums Duplicate Closing this one
  • Image frames/thumbnail over <code>-block qt.io wiki

    4
    0 Votes
    4 Posts
    2k Views
    tekojoT
    @NetZwerg code is treated as is. The system does not try to make educated guesses on where it would be ok to break a line. Nothing that can be done easily there.
  • SVG Graphics in qt.io wiki

    2
    1 Votes
    2 Posts
    2k Views
    tekojoT
    I'll have to take look what it takes to add support for svg.
  • Wikipedia article needs 3 minor fixes

    4
    1 Votes
    4 Posts
    2k Views
    ?
    @JKSH Still waiting for the logo :-)
  • Wiki Week

    wiki cleanup event
    31
    0 Votes
    31 Posts
    22k Views
    tekojoT
    @Wieland ok, then I'll secretly add you to the admin list one day, when I forget that you didn't want to be there. Or tell me when you feel more at home, and I'll add rights :) The translations have been done at different times and might not have been updated when the original has been updated.
  • Toclimit template

    1
    0 Votes
    1 Posts
    991 Views
    No one has replied
  • Wique: A tool for crawling the Qt Wiki

    3
    1 Votes
    3 Posts
    2k Views
    JKSHJ
    @SGaist said: Hi, Nice ! Thanks ! I've had several QSqlQuery::value: not positioned on a valid record, do you know what might cause them ? Glad to be of service :) I believe that's when the program tries to retrieve the timestamp from the database -- if the page hasn't been added to the database yet, then the timestamp doesn't exist so the record is invalid. The messages won't appear if there's no "new" entries to download (which is why I kind of forgot about it -- the message doesn't appear often). I'll add a check before calling QSqlQuery::value().