Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • Opus-Codec libs not working in qt ?

    2
    0 Votes
    2 Posts
    2k Views
    S

    The last time I use OPUS then Qt include the header just fine. I suggess you try reinstalling OPUS API :-?...

  • 0 Votes
    3 Posts
    2k Views
    G

    [SOLVED]

    Thank you, removing qtmobility and building it from source solved the issue!

  • Qt Creator Plugin: How to edit opened files

    3
    0 Votes
    3 Posts
    3k Views
    C

    @Tobias
    I am able to open the "file" using Core::EditorManager and Core::IEditor

    The problem is how do i read and write into the file, specifically, "line by line". Unfortunately, Ctrl-K doesn't direct me to EditorManager class so i used this "link":http://doc.qt.digia.com/qtcreator-extending/core-editormanager.html as a reference.

    My target is reading and writing line by line and append some "code" if the keyword I am looking for doesn't exist. If the keyword exists, delete or modify it. Sorry but there is very less entry/guide in the documentation. So I would be grateful for some help.

    Thanks

  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • [Solved] dll import problem

    8
    0 Votes
    8 Posts
    9k Views
    M

    Have the same problem, sent you a pm JLamas.

  • Which applications uses a QxOrm?

    1
    0 Votes
    1 Posts
    920 Views
    No one has replied
  • Using QsLog

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • BlackMagic COM in Qt

    2
    0 Votes
    2 Posts
    4k Views
    R

    Well, I am not sure what you want to achieve here with Qt.
    The Component Object Model is a Microsoft only technology, so there is no "cross-platform" way to deal with it: thus Qt is not COM enabled.
    The code you have is pretty much it. You can't instantiate the objects directly because they come from the COM API however you should be able to use them from a Qt GUI if that's what you want, after successfully instantiating them as you describe here.

  • Gui testing with dogtail

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qwt 3D problem

    4
    0 Votes
    4 Posts
    5k Views
    W

    Unfortunately, I don't have binaries of Qwt3D to run my test, so try out something like this:

    Build a Qwt3D::TripleField with values you need, i.e. {x | 0 < x < L, y = f1(x), z = f2(x)} Create a "Qwt3D::SurfacePlot":http://qwtplot3d.sourceforge.net/web/doxygen/classQwt3D_1_1SurfacePlot.html Use "loadFromData (...)":http://qwtplot3d.sourceforge.net/web/doxygen/classQwt3D_1_1SurfacePlot.html#50397f895b180ad0c0847a44b1c4dba8 function of Qwt3D::SurfacePlot.

    I hope it will help.

  • Using Bazaar in QtCreator

    5
    0 Votes
    5 Posts
    3k Views
    T

    Yes, you need to download and install bazaar. Creator will run the normal command line binary.

  • [Solved] Getting GammaRay to run on Windows?

    2
    0 Votes
    2 Posts
    2k Views
    A

    Fixed it. Message sage QtCore4, but it wanted QtCore4d

  • QtSerialPort sending data

    5
    0 Votes
    5 Posts
    3k Views
    E

    I know. And now, with using these tools it loks pretty good. And it works! Thanks you.

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

    Please don't post the Same thread once again.. "How to insert frames from a digital camera in a QT application":http://qt-project.org/forums/viewthread/21852/

  • QextSerialPort add new BaudRate

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

    Hi,
    I also had same problem.
    I hope this blog will help "you.http://qtitkvtkhelp.blogspot.in/2012/11/qt-installation-prerequisite-1.html":http://qtitkvtkhelp.blogspot.in/2012/11/qt-installation-prerequisite-1.html

  • Qextserialport comm. error

    8
    0 Votes
    8 Posts
    3k Views
    K

    bq. I have truble to download it..
    How can I download it withot the gitorious?
    Do you have other link?

    In "Wiki":http://qt-project.org/wiki/QtSerialPort is an exhaustive. Please read it carefully.

  • OPUS Codec + Qt?

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

    10
    0 Votes
    10 Posts
    7k Views
    V

    Very good, that works nicely. Yeah it will be a good idea to have all this stuff in the wiki.
    Thanks for all your help.