Skip to content

Wiki Discussion

Having a writer's block? Discuss your wiki pages and all related matters here.
181 Topics 1.4k Posts
  • qt problem , qt creator open just .pro file

    Moved Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    V

    there is a solution you can try:

    open Tools->Options->Kits
    2)see Auto-detected->choose Desktop Qt....MSVC(MinGW)..64bit(32bit)->Add
    3)reopen your project->select All Kits->configure project
  • Drag&Drop exec function documentation

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS

    Hi,

    What version of Qt are you using ?
    On what platform ?
    Do you have a minimal compilable example that shows that behaviour ?

  • Manipulating images with Qt creator...

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    justCode7J

    This https://wiki.qt.io/How_to_Store_and_Retrieve_Image_on_SQLite you mean !
    Thank you @aha_1980 for your time ! :) see you next time !

    I think everything I'm looking for is in the code given in the link !

    Be blessed ! ;)

  • Wishlist

    8
    0 Votes
    8 Posts
    3k Views
    mrjjM

    @audreyspency
    Hi and welcome to the forums.
    Simply open a "bug" report and flag it as suggestion. People can than vote for it and follow it.
    Like this on.
    https://bugreports.qt.io/browse/QTCREATORBUG-21407

    The forums is not a good place as the post floats away and we have no means of voting or
    sorting wishes/suggestions.

  • How to connect Mariadb with Qt on Fedora

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS

    Hi and welcome to devnet,

    Why are you trying to connect to a MariaDB server using the SQLite plugin ?

    You should be using the MySQL plugin.

  • QString::arg Documentation Confusion

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    Gojir4G

    @aha_1980 Thanks for haviing handling this. Good job

  • how to use highlight element

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    sierdzioS

    Please wrap your code in code tags to make it easier to read.

  • I have doubt on TCP/Ip multi client with single server

    Locked Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    aha_1980A

    Closed as duplicate. Continuation is here: https://forum.qt.io/topic/93944/i-have-doubt-on-tcp-server-when-multiple-client-with-single-server-is-conected-without-multithreading-code/2

  • Error editing page RaspberryPi2EGLFS

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS

    Hi,

    That's strange. Anyway, I've updated the page for you.

  • How to find spam topics?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    zixuanZ

    @JKSH Thanks again. I found another way.

  • How to find my post topic?

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    JKSHJ

    Hi @changtj, your posted this in the "Wiki Discussion" subforum. Are you looking for your Wiki posts or Forum posts?

    Your forum posts are here: https://forum.qt.io/user/changtj

  • 0 Votes
    7 Posts
    4k Views
    SGaistS

    The Maintenance Tool provides the option of removing everything.

  • Error while correcting wiki page

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS

    Maybe gremlins are playing with some wires :-D

  • 0 Votes
    7 Posts
    3k Views
    SGaistS

    He's currently busy all week for the Qt Contributor Summit and World Summit. So this also means that he had to prepare for that.

  • how to compile 5.9.1 for winXP?

    Solved
    3
    0 Votes
    3 Posts
    5k Views
    SGaistS

    Hi,

    To add to @hskoglund, the Qt 5.6 series is the last one still supporting Windows XP. So as suggested, stick with that one.

  • Category for design patterns

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ?

    Hi! If you want to discuss something, the forum is the right place. Choosing the "right" subforum is sometimes not so easy but if the topic moves in this or that direction we can always move the thread to another subforum, so just start it, maybe in "desktop and general", or in "brainstorm", or whatever you think fits best. If you have something you would like to share, like an explanation how this or that should work, and so on, don't hesitate to put in on the wiki :-)

    BTW, the wiki has anti-spam measures in place. If you add or edit an article the changes have to be confirmed before they go public. If you made changes and it takes too long before someone confirms thems, feel free to tell me here via chat.

  • Found Spam Files

    Unsolved
    1
    5 Votes
    1 Posts
    1k Views
    No one has replied
  • 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.