Skip to content

Qt Contribution

Qt Contribution
82 Topics 508 Posts
  • Need Qt5.3.0 source ccode

    3
    0 Votes
    3 Posts
    2k Views
    IamSumitI

    hi tanushree
    http://qt-project.org/downloads

  • Editing the PySide Documentation

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [SOLVED]Angry about Qt Online Installer

    6
    0 Votes
    6 Posts
    4k Views
    JKSHJ

    You're most welcome. :) Happy coding!

    Please edit your original post and add "[SOLVED]" to the title, so that other people with the same issue can find the solution more easily.

  • Qt Doc Suggestion

    6
    0 Votes
    6 Posts
    3k Views
    T

    Aaah. That's why I can't post a note. I wanted to suggest something to a doc page.

  • 0 Votes
    4 Posts
    3k Views
    T

    How do we add doc notes? I don't see any "add note" button or anything.

    EDIT: "This thread":http://qt-project.org/forums/viewthread/35344/ says you have to be an Ant Farmer. It'd be nice if the note section at the bottom of the docs mentioned that.

  • QSystemHotkey

    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS

    You can use a queued signal and slot connection plus a QTimer to "order" your hotkey handling function to be run.

    If you want to contribute the code to Qt, you need to follow "the official guidelines":http://wiki.qt-project.org/Main_Page

    Definitely it should work on Mac and Linux, apart from Windows.

  • QAbstractSlider

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS

    Hi,

    You can start by talking about it on the development mailing list. If everything goes well you can start writing a patch to Qt and submit it to gerrit for review (open a feature request first is also a good idea so it helps keep tracks of it).

    Alternatively, you can also create a Q64BitSpinBox (with a better name than that) and provide it as an add-on

    Happy coding !

  • AbsPath() is not member of QDir

    2
    0 Votes
    2 Posts
    2k Views
    K

    Please checkout the documentation of "QDir::absolutePath":http://qt-project.org/doc/qt-5.0/qtcore/qdir.html#absolutePath
    respectively "QDir::absoluteFilePath":http://qt-project.org/doc/qt-5.0/qtcore/qdir.html#absoluteFilePath

  • Running the thread for every 60 seconds

    2
    0 Votes
    2 Posts
    2k Views
    A

    Use a timer instead. A thread is not a timer.

  • 0 Votes
    2 Posts
    2k Views
    sierdzioS

    If you write something yourself, you are the copyright holder, you can post it anywhere. The only exception is when you write something when instructed by a company - then the company (your employer) has the copyright.

    The quote you provide means just that: you are not allowed to copy notes from somewhere else if you are not the author.

  • Segmentation fault error

    2
    0 Votes
    2 Posts
    3k Views
    SGaistS

    Hi,

    Please enclose your code with coding tags, otherwise it's really hard to read.

    Since you are using Qt, why not use QUdpSocket and Qt's container (i.e QByteArray) ?

  • Error qftp:: get

    4
    0 Votes
    4 Posts
    3k Views
    K

    In general, you should start a new thread, if you have a new question. This new thread's shall reflect a very brief summary of your issue.

    As indicated in the docs QFtp is an implementation of an FTP client. AFAIK it is working as traditional FTP clients. At least that reflects my experience. It has several "command line" commands as you know from linux and windows shells. So, if you like to get the file some place else, you need to navigate to this place and send the file. Checkout "mkdir,":http://qt-project.org/doc/qt-4.8/qftp.html#mkdir http://qt-project.org/doc/qt-4.8/qftp.html#cd and the other stuff.

    Note: QFtp is deprecated and is no longer directly available in Qt5

  • QMdiArea Crash Segmentation fault

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

    Hi,

    Please, don't use the Qt Contribution forum for this kind of question, this one is dedicated to contributions made to Qt.

    As for your problem, variant of this question have been asked several times already, search the forum for "network transmission" or similar key words.
    Also, have a look at the Fortune Server/Client from Qt's documentation.

  • 0 Votes
    2 Posts
    2k Views
    sierdzioS

    If you want it to become offcial part of Qt (like recently QtSerialPort, for example), you need to request a playground project. Please see "this wiki":http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qt.

    Feel free to ask for detail on development mailing list and/ or IRC.

  • Error in receiving the unsigned char * (image)

    3
    0 Votes
    3 Posts
    3k Views
    K

    Please ask your question on the "General and Desktop forum":http://qt-project.org/forums/viewforum/10/.
    This forum is for contributions to Qt.

  • Upload and download an image using qftp

    2
    0 Votes
    2 Posts
    2k Views
    K

    Please post this question on the "General and Desktop Forum":http://qt-project.org/forums/viewforum/10/

  • 0 Votes
    4 Posts
    4k Views
    JKSHJ

    Signals and slots can safely transfer data across threads

  • Unable to push changes to Gerrit

    3
    0 Votes
    3 Posts
    4k Views
    R

    Hi,

    not a problem, thanks for helping me resolve it.

  • Is Qt Solutions still alive?

    2
    0 Votes
    2 Posts
    3k Views
    JKSHJ

    Qt Solutions has been "discontinued":http://blog.qt.digia.com/blog/2010/11/09/qt-4-7-1-and-qt-mobility-1-1-0-released/ so I doubt anyone is actively managing it, but some bug-fixing is still happening: https://bugreports.qt-project.org/browse/QTSOLBUG

    I notice that you've submitted a "patch":https://codereview.qt-project.org/#change,55617 -- thanks for your efforts. Add a reviewer, so that someone will check it and approve it (or suggest changes). Based on "recent patches":https://codereview.qt-project.org/#q,status:merged+project:qt-solutions/qt-solutions,n,z, Jarek Kobus and Friedemann Kleint seem like good candidates.