Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.6k Posts
  • Updating QwtPlot colors

    2
    0 Votes
    2 Posts
    4k Views
    M
    Have you checkout the qwt docs: http://qwt.sourceforge.net/class_qwt_plot.html#adb0b2e68d86039f86e3240fb399fa0fe Using canvas()->setPalette() is a more powerful way to set these colors. or you can make a test with stylesheet technik, like: QwtPlot::setStyleSheet(" QwtPlot {background-color: #FF0000}");
  • QWidget: Must construct a QApplication before a QPaintDevice

    8
    0 Votes
    8 Posts
    23k Views
    I
    [quote author="simplePlan" date="1345041060"]I today had the same error. I fixed it by switching to release mode. Seems like I only got the libraries for the release version (using Windows 7 64 bit, Qt Designer using MSVC 2010 compiler).[/quote] Worked for me. Thank you!
  • Creating video files?

    2
    0 Votes
    2 Posts
    2k Views
    W
    Ffmpeg would help for you.
  • Integrate Wt into Qt

    4
    0 Votes
    4 Posts
    7k Views
    L
    [quote author="Lukas Geyer" date="1344578162"]Well, QtCreator is open-source and plugin-based. Feel free to start hacking on you own designer backend which allows for generating Wt code instead of Qt code. [/quote] How can I create a Plugin for Qt. Is there any tutorial to do that? [quote author="Lukas Geyer" date="1344578162"] In addition, if it is just about pushing your application to the web be aware that Qt has a "native client resp. HTML5 backend":http://www.youtube.com/watch?v=qDyWjNju1yU (but don't ask me about the maturity).[/quote] Where can I find a tutorial for learning HTML5
  • QWT: Problem selecting points on a graph

    2
    0 Votes
    2 Posts
    2k Views
    V
    qtcentre.org forum has sub-forum Qwt. It's maintained by developer of Qwt.
  • Making qt work with jgrasp

    1
    0 Votes
    1 Posts
    987 Views
    No one has replied
  • Adding LibPcac to Qt

    4
    0 Votes
    4 Posts
    3k Views
    B
    I am happy for help you. :)
  • Running another application within a QDockWidget

    7
    0 Votes
    7 Posts
    3k Views
    P
    QX11EmbedContainer seems to be only available for linux but I am trying to stay on a Windows platform for this project. Do you know of an equivalent QX11EmbedContainer class for win 7?
  • QAxObject Importing Excel named ranges using MS Query

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Will pay for the MySQL plugin

    4
    0 Votes
    4 Posts
    5k Views
    B
    i successed to compile the mysql driver for qt4.8.1 with mingw and it work for me very good ^^, i hope for you too. this a link to the qsqlmysql4.qll, qsqlmysqld4.qll, http://www.mediafire.com/download.php?z1e1ypqhqc96icn. just to tell you, i compile under windows 7 64 bits, mysql-5.5.25a-win32. after downloading this two dll files copy them to you sqldrivers folder (for me is :C:\QtSDK\Desktop\Qt\4.8.1\mingw\plugins\sqldrivers) then copy the libsql.dll ( you find it in your mysql's lib directory for me is : C:\MYSQL\lib), and paste it in your project directory, and it will work , well i hope so because it work for me like this ^^
  • [Moved][Closed]Eclipse CDT Juno Compile Issue

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QextSerialPort, error on openPort;

    2
    0 Votes
    2 Posts
    2k Views
    D
    I execute the compiled app with root user and then works the open method()! Can I make this works with a normal user?
  • 3rd Part library do not compile with Qt Creator...

    3
    0 Votes
    3 Posts
    2k Views
    B
    [quote author="Volker" date="1342122841"]What are the actual error messages? Are they from the compiler or the linker?[/quote] I think they are from compiler here is an example: @g++ -Wl,-O1 -o Simulador_de_Particulas main.o janelaprincipal.o opengl.o trackball.o fastareader.o clusterclass.o moc_janelaprincipal.o moc_opengl.o qrc_shader.o -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread janelaprincipal.o: In function stPage::GetPageSize()': janelaprincipal.cpp:(.text+0x0): multiple definition of stPage::GetPageSize()' main.o:main.cpp:(.text+0x0): first defined here janelaprincipal.o: In function stPage::GetData()': janelaprincipal.cpp:(.text+0x10): multiple definition of stPage::GetData()' main.o:main.cpp:(.text+0x10): first defined here janelaprincipal.o: In function stLockablePage::GetPageSize()': janelaprincipal.cpp:(.text+0x20): multiple definition of stLockablePage::GetPageSize()' main.o:main.cpp:(.text+0x20): first defined here janelaprincipal.o: In function stLockablePage::GetData()': janelaprincipal.cpp:(.text+0x30): multiple definition of stLockablePage::GetData()' main.o:main.cpp:(.text+0x30): first defined here@ and they continue for thousands of lines... If you want to see all messages, I uploaded the output from make on my server: http://tiago.eti.br/make_output
  • Building the MySQL plugin

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Solved] Open NCReport Designer of the code

    3
    0 Votes
    3 Posts
    2k Views
    S
    For a test you can use the demo on the site, you can create your report and print on pdf,image, and many more. But for using in your application you need buy the annual license.
  • QXmppLogger

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cross compiling from ubuntu to windows

    4
    0 Votes
    4 Posts
    4k Views
    H
    How can I get windows version of qwt in my ubuntu? Is there some procedure how can I do that? thanks
  • Does Qt Phonon support setting playback speed

    2
    0 Votes
    2 Posts
    2k Views
    F
    I am also interested in changing the playback speed, but as far as I know it is not possible in Phonon. The phonon backends should support this easily, so I don't know why this is not part of the Phonon API Anyone know more about this issue?
  • 0 Votes
    4 Posts
    2k Views
    A
    I think there are just many implementations of the same idea. The coverflow idea (patented by Apple? Not sure on that one) was picked up by others after Apple introduced it on the iPod touch rather quickly by others, who came up with their own implementations. There are also examples on how to build one using QML (quite simple, actually), and even libqxt has a "widget":http://libqxt.bitbucket.org/doc/0.6/qxtflowview.html#details in the library implementing the idea. So, you adhere to the licence of the implementation you use, and hope Apple did not patent it or can't be bothered to go after you.
  • 0 Votes
    3 Posts
    2k Views
    P
    The Microsoft one... And it's Boost 1_47 I use.