Skip to content

Wiki Discussion

Having a writer's block? Discuss your wiki pages and all related matters here.
181 Topics 1.4k Posts
  • 0 Votes
    2 Posts
    3k Views
    K

    here http://www.developer.nokia.com/Community/Wiki/Reading_and_writing_files_in_QML

  • Getting started example is buggy

    10
    0 Votes
    10 Posts
    8k Views
    K

    I have filed a "bug report on JIRA.":https://bugreports.qt-project.org/browse/QTWEBSITE-455 Let's see, if someone of the Trolls may do anything about it.

  • 0 Votes
    3 Posts
    2k Views
    J

    [quote author="koahnig" date="1336818240"]The marking of non-existent but future pages is something which can be handled manually.[/quote]

    In the case of the link list I mentioned above, I've considered manually giving those links whose target pages don't exist yet a different color (using Textile markup), but it would not only add a burden to keep it synchronized, but also has the potential to confuse new contributors who might click one one of the links and create that page, and then wonder what they've done wrong because the links doesn't turn green.

    [quote author="koahnig" date="1336818240"]However, you might want to place the "suggestion already on JIRA. ":https://bugreports.qt-project.org/secure/Dashboard.jspa[/quote]

    Done: https://bugreports.qt-project.org/browse/QTWEBSITE-443

  • Wiki Software Version?

    3
    0 Votes
    3 Posts
    2k Views
    G

    It's ExpressionEngine, to my knowledge.

  • 0 Votes
    3 Posts
    3k Views
    G

    Just use an URL with the path only (i.e. leave out the http + host part):

    @
    Please look at "Qt Essential Moudules":/wiki/Qt-Essentials-Modules in the wiki
    instead of the "old version":http://qt-project.org/wiki/Qt-Essentials-Modules
    @

    renders to

    Please look at "Qt Essential Moudules":/wiki/Qt-Essentials-Modules in the wiki instead of the "old version":http://qt-project.org/wiki/Qt-Essentials-Modules.

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Editing Wiki

    4
    0 Votes
    4 Posts
    3k Views
    F

    Thanks a lot for quick replies. I will do my best to only improve things :)

  • How to get notified about wiki page changes?

    3
    0 Votes
    3 Posts
    2k Views
    M

    It's a core wiki feature request so we will pass it along to the makers. Absolutely makes sense, I agree.

  • Wiki page questions

    5
    0 Votes
    5 Posts
    3k Views
    M

    [quote author="Volker" date="1327869524"]The site admin will remove the other page.[/quote]

    Done, thanks!

  • How to do dynamic translation in QML

    2
    0 Votes
    2 Posts
    3k Views
    B

    Hi sigrid! I am trying to run you example in a QtQuickApplication project where I have placed a main.cpp with the code suggested in the wiki page and a button.qml file. Unfortunately when trying to run the example I get the error message symbol(s) not found for architecture x86_64. I am using QtCreator 2.4 (Qt 4.7.4) in MacOSX Lion. Is there anything I missed when setting up the project? Thank you in advance for your help...

    Best Regards

  • New wiki page: QML Google Suggest

    2
    0 Votes
    2 Posts
    3k Views
    T

    Very nice! Looks useful to me.

  • Strings and encodings in Qt

    8
    0 Votes
    8 Posts
    5k Views
    A

    That would depend on the language you use as your base, I guess. I think that the approach would only work if the language you want to use for your strings doesn't have or need too many non-ascii characters to produce something readable. I know for instance German has rules about replacing "Güt" with "Guet" and the Ringel-S (sorry, no idea how to type that one on my keyboard here) with a double-s. How that would work on "Saint Honoré", I don't know, I don't often run into strings like that in my applications. I guess I would just leave off the accent from the é. I know I (have to) do that for my name all the time anyway...

    What I do, is that I keep all strings in my sources in English. English doesn't have non-ascii characters, so normally you would not run into these. Then, I make translation files

    to English (yes, translate English to English to get plurals working) other required language(s) if needed.

    When I need non-ascii characters in my source, for instance when I want to use symbols from the unicode table, I usually use the unicode code directly. That is, instead of writing QChar('∞'), I would use QChar(0x221E); //infinity symbol. That happens only sporadically though, little enough to make that workable.

  • [Solved] Wiki - how to edit

    3
    0 Votes
    3 Posts
    3k Views
    J

    I did that but I got some error saying I was not in the users list. Dont know if its because I had a underscore in my login name. I just created another account with a different user name, it seems now I can get the tools to edit. I dont know why this happen, but it's solve with my new account.
    Thank you.

  • Issue with link parser

    6
    0 Votes
    6 Posts
    4k Views
    S

    Same problem here:

    http://developer.qt.nokia.com/forums/viewthread/12021/#65745

    Thanks!

  • List of Wiki's translations to Greek

    18
    0 Votes
    18 Posts
    6k Views
    S

    The list of Wiki’s translations to Greek is now also available in Greek "here":http://developer.qt.nokia.com/forums/viewthread/11502/.

  • 0 Votes
    6 Posts
    4k Views
    kkoehneK

    I don't know of any reasons not to use the booster in general, but the way it is enabled in the template may have some side effects: https://bugreports.qt.nokia.com/browse/QTCREATORBUG-6490

  • Wiki page copied and votes vanished

    4
    0 Votes
    4 Posts
    3k Views
    EddyE

    Hi Marius,

    Thanks for your thumb up ;)

    And congrats for your +1000 milestone!

    Have a nice weekend,

    Eddy

  • MeeGo Application Development Using Qt

    7
    0 Votes
    7 Posts
    6k Views
    L

    Hi All,

    Just want to inform you that there is a "new episode":http://www.youtube.com/watch?v=BVCvh4s3ubE of the "AppUp Show":http://developer.qt.nokia.com/wiki/AppUp_Show about IDF 2011. It is pretty interesting and it includes short interview with a expert from Digia about Qt and a short presentation of WeTab tablets which support Qt apps. So if you have 15 min free it is worth watching the new episode :)

  • 0 Votes
    6 Posts
    2k Views
    T

    I made a mental note. It sounds like a smart move to collect this kind of article in a special category or at least present them in a better way.

    Hmmmm.... think

  • Building Qt Creator from scratch

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied