Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.5k Topics 457.3k Posts
  • Help making a curve from a specific point.

    5
    0 Votes
    5 Posts
    3k Views
    R
    Sorry, the site inky.ws that I used for the images seems to be offline at the moment, I don't know why. Hopefully it will return soon.
  • [SOLVED]Is it possible to generate complete url from http response header

    2
    0 Votes
    2 Posts
    2k Views
    A
    The QNetworkReply object is created at the moment you do the request. It will only be filled with data as the request progresses and data is returned by the server. You pass a QNetworkRequest to a QNetworkAccessManager, and it returns a QNetworkReply for you to watch and use. This setup makes it easy to associate information from the request with the reply that it triggered.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Profile Generation

    4
    0 Votes
    4 Posts
    1k Views
    R
    You can 'do' Qt anywhere.. I don't get eclipse is any sort of exception! I really appreciate your interest in Qt, and so we all are here ;) And the word "Profile" used by your friend can be anything , right ?
  • QTreeView and QFileSystemModel help

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Coloring the QString

    4
    0 Votes
    4 Posts
    4k Views
    A
    But having a colored string in a domnode is nonsense. Color is a display property, and a QDomNode is not displayed. How do you even check if your coloring worked if you can't display it?
  • Serializing a QFile

    7
    0 Votes
    7 Posts
    4k Views
    A
    Sounds brittle to me. I'd look into using QDataStream instead. First send the file name as a string, and then the contents as a QByteArray. That way, you will have no problems with issues like the file itself containing newlines too...
  • [Solved] Item delegates inactive problem

    8
    0 Votes
    8 Posts
    3k Views
    A
    I'm glad you got it to work this time, and I'm happy to have been of help. Please mark the topic as '[Soved]' by editing your first post in this topic.
  • [Solved] QDomDocument::setContent and threads

    6
    0 Votes
    6 Posts
    4k Views
    A
    Interesting! Thanks for sharing your findings.
  • QT5: Catch 22 regarding applicationDirPath and setLibraryPaths

    4
    0 Votes
    4 Posts
    4k Views
    L
    You should be able to use QT_QPA_PLATFORM_PLUGIN_PATH and QT_QPA_PLATFORM environment variables as well if this is of use for you. You won't be able to get the executable path without instantiating an object, as argv is required to determine the path on some platforms. But you can ship a qt.conf along with your application which explicitly sets a path for QLibraryInfo::PluginsPath.
  • Qt Programming

    5
    0 Votes
    5 Posts
    2k Views
    S
    Most of the recommendations are already provide above . If you are looking for some good video tutorials then you can check "these":http://www.voidrealms.com/tutorials.aspx?filter=qt .
  • Qt 4.8.1 library and Qt creator 2.4.1 for 64 bit windows 7 platform

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • QListWidget (item) not showing up in code?

    2
    0 Votes
    2 Posts
    980 Views
    P
    Ok it was a bug, I switched to a different compiler and it showed up and worked. Switched back to the same compiler as before and it was still working. It also fixed some other issues I had of properties in the designer not having any effect on the ui.
  • QLinkedList size at declaration?

    4
    0 Votes
    4 Posts
    2k Views
    U
    It makes absolutely no sense for a linked list to pre-allocate elements because elements are not stored sequentially, not only is there nothing to gain from pre-allocation but it will mess up the implementation logic of the linked list.
  • Cross platform SSE/MMX capabilities detection

    6
    0 Votes
    6 Posts
    3k Views
    U
    Are there any x86 processors without SSE still? Maybe a few antiques that are hardly worth the consideration. All x86 processors, manufactured the last 11 years are at least SSE2 capable.
  • [SOLVED] How to change color of digits in QLCDNumber?

    2
    2 Votes
    2 Posts
    25k Views
    L
    Ok found it! @ui->lcdNumber->setPalette(Qt::red);@
  • [Solved] Qt 4.8.3 compile errors statically

    4
    0 Votes
    4 Posts
    2k Views
    K
    I have marked your thread as solved. Please do yourself next time.
  • Cannot run a Qt application on another computer - missing resources

    7
    0 Votes
    7 Posts
    3k Views
    C
    I recently discovered that there might be no problems with the Resources it self, it is rather something about Qt3D that do not work. It could be some missing plugins that are needed to load 3ds file format. EDIT: Yes it is. I saw the following error message in the output: [quote]Could not create handler for format - check plugins are installed correctly in C:\Qt\4.8.1\plugins[/quote]
  • QMdiSubWindow close problem

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    1k Views
    G
    Closing this post. There is no reason to alert here. You've been given much advice in the followups of that posts, please stick to them.