Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.4k Topics 456.4k Posts
  • Qtimer: Fireing multiple threads concurrently

    4
    0 Votes
    4 Posts
    2k Views
    D
    Thanks! Question answered.
  • Qt application with metro style

    15
    0 Votes
    15 Posts
    9k Views
    Y
    ok.thanks for all :)
  • 0 Votes
    3 Posts
    2k Views
    N
    @Asperamancacabq thanx for suggesting a way .. i did a bit different i overrode itemchange() and in that checked section of ItemSelectedChange if selection false then call clearselection() from QTextCursor object.
  • Problem connect statusBarMessage et showMessage

    4
    0 Votes
    4 Posts
    956 Views
    P
    is “chargement” declared as a slot? yes does pageActuelle object exist when you are trying to connect its’ signal to slot? yes i didn't understand this sentence "didn’t you forget about Q_OBJECT macro in any header?" i have changed the topic in english
  • Style QWebView object

    1
    0 Votes
    1 Posts
    555 Views
    No one has replied
  • [SOLVED] Qt5 creator and Qt5 with Visual Studio 2012

    11
    0 Votes
    11 Posts
    4k Views
    ?
    I will check, thank you.
  • Attributes of an Audio Files

    7
    0 Votes
    7 Posts
    3k Views
    SGaistS
    Could you try the multimedia examples to see if they also suffer from the problem ?
  • Clicking a button on a web page programmatically with QtWebkit

    5
    0 Votes
    5 Posts
    4k Views
    V
    Any ideas?
  • Customising a button to look similar to a file in windows explorer

    10
    0 Votes
    10 Posts
    2k Views
    raven-worxR
    hmm...strange. you may need to play around and set min and max sizes of the labels and the buttons.
  • QSplitter size problems of widgets

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    The answer is in the "doc":http://qt-project.org/doc/qt-4.8/qsplitter.html#childrenCollapsible-prop
  • Convert column (type TIME in Sqlite) to QTime

    8
    0 Votes
    8 Posts
    3k Views
    raven-worxR
    no problem...everyone was at some point ;)
  • [Solved] Keyboard modifiers with QWheelEvent on MacOS

    11
    0 Votes
    11 Posts
    4k Views
    U
    Oh yeah, don't know why but I missed that one, even if there are not that many results for "wheelEvent modifiers"... Thanks, I'll look into that patch.
  • [SOLVED] Form localization doesn't work

    5
    0 Votes
    5 Posts
    1k Views
    A
    suree!
  • [Solved]QTextStream and UTF-8 Problem

    10
    0 Votes
    10 Posts
    16k Views
    O
    Hi all, The problem is solved. The reason is, as Robot indicated, the use of qPrintable(). I just used it because I find it in a Qt textbook and thought that a QString cannot be passed to a stream directly. Now I think I must learn more about qPrintable(). Where can the documentation for qPrintable() be found in "Qt Creator --> Help"? Thanks!
  • Dynamic container

    4
    0 Votes
    4 Posts
    1k Views
    A
    As 1+1=2 states, you can store pointers or references instead. Alternatively, you can store explicitly shared values in the container. There really are not much more than a nice value-based wrapper around a shared data pointer. Note that all Qt containers take copies of the values you put in, so you need to put a type inside your container for which the copy still represents the same underlying data: a reference, a pointer or a construct like an explicitly shared value.
  • Error uses QNetworkInterface::allInterfaces()

    11
    0 Votes
    11 Posts
    4k Views
    P
    OK. thank you for your help. Let me see again.
  • Scanning docs & reading barcods

    6
    0 Votes
    6 Posts
    5k Views
    A
    modbreak I have deleted all (spam) messages advertising .net or java or other irrelevant components. I have reported the users posting them, but I suspect they are just bots.
  • Mixed Qt4 and Qt5 lib on Ubuntu crash my program (I think...)

    8
    0 Votes
    8 Posts
    4k Views
    N
    OK, now I think I know what happen... I build my opencv with Qt4!
  • Network data Receive Delay in buffer

    8
    0 Votes
    8 Posts
    3k Views
    C
    [quote author="clogwog" date="1375254942"]mmm so you receive data on both sockets all the time. but you would only like to show the data from the second socket once you haven't received data from the first socket for a particular time ? how about a timer that gets reset every time you receive data from the first socket ? and only when the timer expires you start looking at data from the second socket ? [/quote] Ok Sir Thank u very much for the precious guidance that u have given to me. I learned a lot of new things from your post. Thank u very much .have a nice day
  • 0 Votes
    2 Posts
    733 Views
    sierdzioS
    For me, the content of pointers is shown too. Are you sure you are running GDB on a debug build of your project? You need to switch Qt Creator build configuration to debug and then run the debugger (just to be on the safe side, you can also clean and rebuild the whole project).