Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.6k Posts
  • Trouble building QtMock in visual studio, linking errors

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QFileDialog::getExistingDirectory is crashing on openSuse 11.4.

    2
    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
  • [Closed] Qt SVG rendering falls over when QFontDatabase is initialised

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M
    Closing thread due to duplicate post.
  • QxOrm giving errors when taken as source instead of building it.

    1
    0 Votes
    1 Posts
    2k 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!
  • [SOLVED] QwtPlotZoomer zoom out using QPushButtons?

    3
    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.
  • Information_schema on sqlite

    2
    0 Votes
    2 Posts
    4k Views
    L
    @ QSqlQuery query("PRAGMA table_info(" + tableName +")"); @
  • Qt + powervr

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Installing Necessitas on Windows

    9
    0 Votes
    9 Posts
    4k Views
    P
    Hi! I am here again, well, it's nice to have Necessitas installed...but... again... I have installed step by step, one thing by another but, I have mentioned, it already installs QtCreator into Necessitas SDK, but I don't want to have it twice (I am using Qt as a desktop developer), I just want to install Necessitas as one type of project into QtCreator, and not have two IDEs to develop something...
  • PySide + Sqlite = Driver not loaded

    3
    0 Votes
    3 Posts
    5k Views
    K
    welcome to devnet Good to know that your problem has been solved even so the community was in your case not of much help ;-) Special thanks also for sharing the reasons of your problem. This allows at least others to learn from your case.
  • Using National Instrument’s LabVIEW C-Code Generator with Qt

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Unable to compile qextserialport on Mac OS10.6

    7
    0 Votes
    7 Posts
    4k Views
    J
    Ok, I think I fixed it. I ended up deleting all of my old version of this project and all of the build directories. Once I did this, it compiled. Now need to test the ability to run. Ken