Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • qt with glut/freeglut

    Unsolved
    7
    0 Votes
    7 Posts
    5k Views
    SGaistS

    Hi,

    Did you check that you have all dependencies required for the freeglut .dll if any ?

  • how do i resize the Qwt plot when i am resizing the Qwidget

    Unsolved
    2
    0 Votes
    2 Posts
    895 Views
    SGaistS

    Hi and welcome to devnet,

    Why not use a layout for that ?

  • QWT Plot does not update

    Unsolved
    1
    0 Votes
    1 Posts
    425 Views
    No one has replied
  • QWT Link Error on Windows

    Solved
    3
    0 Votes
    3 Posts
    863 Views
    C

    @SGaist

    Thanks for the question.

    That made me search for the function. I had never implemented a function by that name.

    Searching, I found the reference in mainwindow.h, private slots.
    I have no clue, how it landed in there.

    Removing it , fixed the issue.

    Argh, I was really pulling out hair.

    Thanks!

    Manu

  • This topic is deleted!

    Unsolved
    6
    0 Votes
    6 Posts
    9 Views
  • QT 5.15.0 Qt MQTT Build errors

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

    Hi,

    Did you just clone the curl sources ? If so the you have to build it before you can use it.

  • 0 Votes
    5 Posts
    1k Views
    mrjjM

    @zahnspange
    Hi
    I would try a normal QML example and see if all is as it should be.
    The warnings/erros sounds like you dont have QML installed.

    You might need to install Qt with the online installer if you have not already done that.

  • This topic is deleted!

    Unsolved
    4
    0 Votes
    4 Posts
    74 Views
  • Qt License query

    Unsolved
    9
    0 Votes
    9 Posts
    982 Views
    B

    I realise that your question is a few months old. However I'd like to clarify and answer for you or anyone who may come across this in a google search as I did.

    Your question is basically 4 questions:

    1) Can one use the (largely) LGPL OpenSource QT to edit GPLv2 Source Code?
    A. Yes. If you distribute a binary, as per LGPL you must provide a way for the recipient to re-link the binary with their own or different versions of the libraries provided by QT. GPLv2 code CAN be linked to an LGPL library. In this sense they are perfectly compatible..

    2) Do you need to distribute any source code?
    A. Yes. You must re-distribute your modified GPLv2 Source. It doesn't have to be GitHub, but anyone who gets a binary from you must be made aware of where to get sources.

    3) Does using a commercial version of QT release you from your obligation?
    A. Yes and No.

    No, because GPLv2 does not allow any modifications to be held under any other license but GPLv2, so you are obligated to follow those guidelines irrespective.

    Yes, because you no longer need to keep up with QT's LGPL guidelines, you can choose to not distribute any changes you make to a QT Library and/or not provide a relinking mechanism.

    4) Can you charge for your effort?
    A. Yes. Whether you go OpenSource or Commercial you can charge your client.

  • GStreamer and qml - state of the art

    Unsolved
    1
    1 Votes
    1 Posts
    316 Views
    No one has replied
  • Can qt integrate with software developed by tk

    Unsolved
    3
    0 Votes
    3 Posts
    552 Views
    JKSHJ

    Hi, and welcome!

    @fangyu said in Can qt integrate with software developed by tk:

    I have a program written in tk, and I want to access its window through qt.

    Can you describe what you mean by "access its window through Qt"? Are you trying to control the other window from a Qt application?

    Can be obtained through "findwindows" in the windows system, so is there a similar API in the ubuntu system.

    You could get the window ID (see https://stackoverflow.com/questions/151407/how-to-get-an-x11-window-from-a-process-id for example), and then call QWindow::fromWinId() (see https://doc.qt.io/qt-5/qwindow.html#fromWinId)

    However, this is not properly supported so you might not be able to do everything you want.

    can qt integrate with the software developed by tk?

    Not directly.

  • Facing linking libs on linux platform

    Solved
    4
    0 Votes
    4 Posts
    448 Views
    mrjjM

    @jineshmehta
    Hi
    Yes that was what i meant. maybe badly explained.
    In linux, even the actual file name does start with libXX, then you
    do not included when used as link name. and just use XX

  • How to Display the Camera Image from the third party SDK.

    Unsolved
    2
    0 Votes
    2 Posts
    323 Views
    SGaistS

    Hi,

    As a first step, use this QImage constructor to create a QImage object that you will set on a QLabel.

    Once you have that, then you'll be able to go further.

  • If QT5.15.0 still needs ICU?

    Unsolved
    2
    0 Votes
    2 Posts
    687 Views
    jsulmJ

    @naeco2005 Looks like ICU is optional, see https://doc.qt.io/qt-5/windows-requirements.html#icu
    Also, if you have a commertial license you can ask QtCompany for support.

  • if QT5.15.0 works with openssl 1.1.1g?

    Solved
    3
    0 Votes
    3 Posts
    582 Views
    N

    Many thanks for the confirmation.

  • Qt third parties libraries version query

    Unsolved
    2
    0 Votes
    2 Posts
    391 Views
    jsulmJ

    @m-manirul You really expect exact answer for each of these libs?!
    Why do you actually want to know that? For most of these libs many versions will work, so how can anybody give you an exact answer?
    Just try to build for your system.
    The only important part here is OpenSSL, I think for Qt 5.5 you need v1.0.x
    HTTPS is not a lib but encrypted HTTP.

    See also https://wiki.qt.io/Qt_5.5_Tools_and_Versions

  • 0 Votes
    2 Posts
    301 Views
    SGaistS

    Hi,

    You should give more details about what you are doing, what this is about, what OS you are running, in what way is it related to Qt, etc.

  • easy way to develop ubuntu touch app

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    jsulmJ

    @abuabdellah From http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/dists/ I can see that Ubuntu 19.10 (eoan) is not supported. It looks like latest Ubuntu version there is 17.04. I'm not even sure Ubuntu Touch is still in development? I was thinking it was stopped by Canonical.

  • why Qt can't find 3rd-party libs?

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    SGaistS

    Thanks for the feedback !