Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • 0 Votes
    8 Posts
    4k Views
    A

    What they do in the examples is that they mock the whole QNAM library, i.e. create a stand-alone separate library that looks totally like QNAM, implements the same interfaces, but instead of the real QNAM implementation all the methods just pass the ball to the mocking framework as in the following:
    @
    QNetworkCookie &QNetworkCookie::operator=(const QNetworkCookie &other)
    {
    QVector<QGenericArgument> args;
    args.append(Q_ARG(const QNetworkCookie &, other));

    QTMOCK_METHOD_DOACTIONS("QNetworkCookie", "operator=", QRET_REF(QNetworkCookie), &args, NULL);

    }
    @

  • The MoasicGraph3D widget

    2
    0 Votes
    2 Posts
    2k Views
    J

    [font] tags don't work in this forum, but you can use Textile+CSS markup like this:
    |{text-align:left}. * Blender (%{color:blue;font-family:monospace}*.blend%) |

    Result:
    |{text-align:left}. %{padding-left:12pt}Blender% (%{color:blue;font-family:monospace}.blend%) |

    Also, note that *text* becomes text.

  • Link GSL into Qt Creator

    3
    0 Votes
    3 Posts
    6k Views
    G

    Can you elaborate "but it doesn’t work" a bit more? Some error messages?

  • 0 Votes
    2 Posts
    2k Views
    K

    There is "no need to create double postings":https://qt-project.org/forums/viewthread/17152/
    Closing this thread here.

  • CMake and Qt -- Please help!

    2
    0 Votes
    2 Posts
    6k Views
    W

    Maybe this is something for you:
    "CMake not finding Qt4":http://stackoverflow.com/questions/9933939/cmake-not-finding-qt4

    Hope that's a solution to you problem.

  • [SOLVED] QWT 6.0 library in QT

    9
    0 Votes
    9 Posts
    11k Views
    S

    Thanks for the help. As of now this is working but if there is any problem i'll come back again :)
    I also need to implement the QwtPlot3D library too. I'll discuss that in other thread.

    Thanks for your time :)

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

    Looks like a bug at the first glance. Or did you define NULL to something != 0? ;-)

    Please file a detailed bug report here: https://bugreports.qt-project.org/

  • Linking with Tesseract

    4
    0 Votes
    4 Posts
    7k Views
    S

    Does anybody succeed to build and run this project:

    "http://code.google.com/p/qtesseract/":http://code.google.com/p/qtesseract/

    I built tesseract using visual studio ( vs2008 project ) and several .lib generated and I added them to .pro file together with include .h files but still a lot of "undefined references...".

    If yes can you share the exact tesseract libs and includes you used on Windows XP/7 x86/x64 ?

    Thanks in advance.

  • QextSerialPort and bytesWritten(qint64) signal

    4
    0 Votes
    4 Posts
    3k Views
    Q

    Thanks for answers.
    to 1+1=2: Yes i forgot turn EventDriven mode.
    to kuzulis: Thanks for link. I think in future i`ll use this one.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • OpenSSL undefined references

    2
    0 Votes
    2 Posts
    5k Views
    V

    What kind of Qt distribution do you use? (VS or MinGW). For example, if you use MinGW version of Qt you must have MinGW version of OpenSSL.

  • QImage + Libtheora = OGV file

    2
    0 Votes
    2 Posts
    2k Views
    X

    After several days of trials and errors playing with code from many places, finally I could write a very basic example based on the png2theora.c file

    Here is the code, although it already works it can be enhanced a lot, so I'm posting these files just for those curious programmers interested in this specific topic:
    http://www.maefloresta.com/portal/files/theora.pro.txt
    http://www.maefloresta.com/portal/files/theora.cpp.txt

    I hope this can be handy for someone else.

  • Tesserect-ocr

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

    Closing thread due to duplicate post.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • XML merger

    4
    0 Votes
    4 Posts
    3k Views
    A

    First of all, this has nothing to do with Beta testing, so I'm moving it. It also has little to do with Qt, as xerces isn't a Qt technology if I'm not mistaken. So, moving to 3-rd party for now.

  • [Solved] Using Third Party Library

    4
    0 Votes
    4 Posts
    3k Views
    ?

    Done!

    Thanks both of you!

  • 0 Votes
    3 Posts
    4k Views
    V

    Thanks! I had actually figured out another way as well!

    @
    zoomer->setZoomStack(zoomer->zoomStack(), 0);
    @

    My other issue was I was not initializing my stack after I set my data points

    @
    setZoomBase();
    @

  • Can QT work with "C" instead of C++ ?

    2
    0 Votes
    2 Posts
    2k Views
    L

    In short, no.

    Qt is "free":http://qt.nokia.com/products/licensing/ as in the GNU LGPL 2.1.