Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • QtGStreamer Osx Build

    Unsolved
    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • QmlVlc 0.1

    Moved Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    F

    Hi, because I try all to compile 3d studio, my first kit was mingw and it give me many warning and finally fatal error, after that, I use msvc2015 kit32, same probleme and on forum, I received information the 3d studio source has been release only for msvc2015, and I try that, I got more than 350 warnings but not fatal error and I could compile it, it's not perfect but done

  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • How to draw histogram?

    Solved
    12
    0 Votes
    12 Posts
    20k Views
    R

    Here's an example how to draw a histogram (bar chart), provided you already have the data
    http://doc.qt.io/qt-5/qtcharts-barchart-example.html

    More charts examples: http://doc.qt.io/qt-5/qtcharts-examples.html

  • 1 Votes
    5 Posts
    2k Views
    SGaistS

    Thanks for the link !

  • 0 Votes
    4 Posts
    23k Views
    K

    @vassia

    Thanks for reply and good to know that I could help.

    Since the issue has been solved for you, please mark also your post as solved. This helps others to see that there might be a solution.

    In order to mark as solved, go to the compobox named "Topic Tools" after your first post or after the last post in the thread and select "Mark as Solved".

  • No sound in demobrowser in Qt 5.9.1 build with alsa !

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    KartK

    Sorry for being late in updating this post. I was able to enable audio by giving -proprietary-codecs in the command line of Qt build. I did a Qt 5.9.1 rebuild and it is solved.

    As far as ffmpeg is concerned, i have not been able to solve and i am using gstreamer now.

  • 0 Votes
    6 Posts
    3k Views
    N

    @hskoglund Thank you for your feedback

    I moved forward on my project and i have one more question.
    Could somebody explain me this ?

    When i switch the two unsigned char "receive" and "command" declaration line, i haven't the same result

    in the actual code below all things work i get all information as writen in the TAG.
    If i move up the command declaration above the receive declaration, all things messed up

    I think it's an problem about C++ understanding, sorry i'm beginner.

    here is the code

    unsigned long proto=0; const wchar_t rdName[] = L"SCM Microsystems Inc. SCL011G Contactless Reader 0"; QByteArray *myBuffer=new QByteArray(); resConnect = SCardConnectW(cardContext,rdName,SCARD_SHARE_SHARED,SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1,&cardHandle,&proto); qDebug()<<QString("Connect : %1").arg(resConnect,0,16); unsigned char receive[4] = {0,0,0,0}; unsigned char command[] = {0xFF,0xB0,0x00,0x01,0x04}; SCARD_IO_REQUEST *senpci = new SCARD_IO_REQUEST; senpci->cbPciLength = sizeof(SCARD_IO_REQUEST); senpci->dwProtocol = SCARD_PROTOCOL_T1; DWORD rcvLen; for (int i(1); i<28; i++) { resConnect = SCardTransmit(cardHandle,senpci,command,sizeof(command),NULL,receive,&rcvLen); myBuffer->append((char*)receive,4); command[3]=i; } qDebug()<<*myBuffer; SCardDisconnect(cardHandle,SCARD_LEAVE_CARD);
  • QCA problems when decrypting data from php

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS

    Since I don't know how you are communicating with your database nor how it's setup I can't help more.

  • Using COM object with MinGW 4.8

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    G

    I've tried compiling with Qt 5.9, but it returns the same error.

    Additionally, I had to modify the generated zoiperapi.h file:

    from:

    #include <qaxobject.h> #include <qaxwidget.h>

    to:

    #include <ActiveQt/QAxBase> #include <ActiveQt/QAxObject>

    But it still complains about the QAxObject constructor

  • Can't build using 3rd party libraries

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS

    Add it to your .pro file and then grab from Visual Studio the switch used to select the character.

    QMAKE_CXXFLAGS += whatever_you_found
  • can i run clang static analysis nightly via jenkins?

    Moved Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS

    Well scan-build is the command line tool so you could invoke it in a custom step.

  • Error in compilation of a library

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    raven-worxR

    @MadDan
    well it says to define _AFXDLL. This can be easily done in your .pro file by adding DEFINES += _AFXDLL

    Alternatively most VS project settings result in a simple call parameter on the compiler. The same compiler is used by QtCreator. So you can also set compiler parameters by adding QMAKE_CXXFLAGS += -O1 for example.

  • QWT: qwtplotmarker error

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS

    Why are you calling the destructor of your sim variable ?

    And aren't you detaching the markers twice ?

  • Compile error libxml2 with mingw

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    K

    @Hyo.

    This is not a Qt problem.

    The only relation to Qt is that you happen to use the MinGW compiler installed with Qt libraries. However, MinGW is not part of Qt either. It is from a separate open source project.

    The problem is obviously that a routine closesocket is referenced (even the line is given in your post) but not found as a compiled module. As with any source you need to find out where it belongs to and why it is not compiled or part of a library you are using.

  • Pyqtgraph - calling graph method

    Unsolved
    2
    0 Votes
    2 Posts
    942 Views
    SGaistS

    Hi,

    I'd recommend contacting this library author(s). This module isn't even part of PyQt.

  • CloudCompare Build Problem

    Moved Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    N

    When I am building my project then it shows the inbuilt header files of Qt as "No such file or directory exist"
    Do I need to set path with every include statement in my project?

  • 0 Votes
    2 Posts
    3k Views
    artwawA

    @shashi-prasad said in installation of QT creator 5.6.0 with gstreamer on Windows 10:

    gstreamer-1.0-x86_64-1.12.1

    This is not a devel package so .lib files are not likely to be included. I would suggest using gstreamer-1.0-devel-x86_64-1.12.1.msi instead.

  • 0 Votes
    3 Posts
    1k Views
    mrjjM

    Also just as a note
    You can do this easy with cUrl
    http://osxdaily.com/2014/02/13/download-with-curl/

  • This topic is deleted!

    Moved Unsolved
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied