Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • 0 Votes
    8 Posts
    3k Views
    SGaistS

    You're welcome !

    Since you have your images working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

  • Readout informations from Navilock USB GPS

    2
    0 Votes
    2 Posts
    1k Views
    AndresPeraltaA

    As far as i know you cannot add a frame inside a button but you can create your own deriving from QFrame with some other stuff inside and overloading method like click events.

  • Access KdSoap Webservice from php

    9
    0 Votes
    9 Posts
    2k Views
    J

    That's what I'm starting to think too, that the reverse is more common. Anyways, thanks for your time.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cannot find QGraphicsGeoMap class in Qt5

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Include VRPN server to QT app

    3
    0 Votes
    3 Posts
    2k Views
    S

    My .pro file:
    @#-------------------------------------------------

    Project created by QtCreator 2014-04-14T14:53:36

    #-------------------------------------------------

    QT += core

    QT -= gui

    TARGET = vrpnServer
    CONFIG += console
    CONFIG -= app_bundle

    TEMPLATE = app

    SOURCES += main.cpp

    CONFIG(release, debug|release): LIBS += -L"D:/ZCU/QT/vrpnServer" -lvrpn

    INCLUDEPATH += $$PWD/
    DEPENDPATH += $$PWD/

    LIBS += -L$$PWD/ -lvrpn

    INCLUDEPATH += $$PWD/VRPN
    DEPENDPATH += $$PWD/VRPN

    @

    and when I try to run this code:
    @#include <QCoreApplication>
    #include<iostream>

    #include <vrpn_Analog.h>

    using namespace std;

    void VRPN_CALLBACK handle_analog( void* userData, const vrpn_ANALOGCB a )
    {
    int nbChannels = a.num_channel;

    cout << "Analog : ";

    for( int i=0; i < a.num_channel; i++ )
    {
    cout << a.channel[i] << " ";
    }

    cout << endl;
    }

    int main(int argc, char *argv[])
    {
    QCoreApplication a(argc, argv);

    vrpn_Analog_Remote *vrpnAnalog = new vrpn_Analog_Remote("Mouse0@localhost"); vrpnAnalog->register_change_handler( 0, handle_analog ); return a.exec&#40;&#41;;

    }
    @

    i get error:
    @undefined reference to 'vrpn_Analog_Remote::vrpn_Analog_Remote(char const*, vrpn Connection*)'@

  • 0 Votes
    1 Posts
    4k Views
    No one has replied
  • [SOLVED] vlc-qt fullscreen mode

    4
    0 Votes
    4 Posts
    4k Views
    SGaistS

    You're welcome !

    The current way of doing that is to prepend [solved] to the thread title (just edit the original post and modify the title)

  • Build Marble with Qt

    7
    0 Votes
    7 Posts
    9k Views
    M

    backtrace

    @
    #0 0x00007fffde9612bc in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    #1 0x00007ffff7deaf80 in ?? () from /lib64/ld-linux-x86-64.so.2
    #2 0x00007ffff7deb077 in ?? () from /lib64/ld-linux-x86-64.so.2
    #3 0x00007ffff7def363 in ?? () from /lib64/ld-linux-x86-64.so.2
    #4 0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
    #5 0x00007ffff7deeb4a in ?? () from /lib64/ld-linux-x86-64.so.2
    #6 0x00007fffe9d30f66 in ?? () from /lib/x86_64-linux-gnu/libdl.so.2
    #7 0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
    #8 0x00007fffe9d312ec in ?? () from /lib/x86_64-linux-gnu/libdl.so.2
    #9 0x00007fffe9d30ee1 in dlopen () from /lib/x86_64-linux-gnu/libdl.so.2
    #10 0x00007fffefe12af2 in QLibraryPrivate::load_sys (this=0x6c5200)
    at plugin/qlibrary_unix.cpp:230
    #11 0x00007fffefe0dabb in QLibraryPrivate::load (this=0x6c5200)
    at plugin/qlibrary.cpp:514
    #12 0x00007fffefe0dd9a in QLibraryPrivate::loadPlugin (this=0x6c5200)
    at plugin/qlibrary.cpp:562
    #13 0x00007fffefe02fb1 in QPluginLoader::load (this=0x6c3770)
    at plugin/qpluginloader.cpp:240
    #14 0x00007fffefe02e19 in QPluginLoader::instance (this=0x6c3770)
    at plugin/qpluginloader.cpp:197
    #15 0x00007ffff788522a in Marble::PluginManagerPrivate::loadPlugins (
    this=0x68bd80)
    at /home/user/marble/sources/src/lib/marble/PluginManager.cpp:210
    ---Type <return> to continue, or q <return> to quit---
    #16 0x00007ffff7886945 in Marble::PluginManager::renderPlugins (this=0x693f08)
    at /home/user/marble/sources/src/lib/marble/PluginManager.cpp:73
    #17 0x00007ffff7881b36 in Marble::LayerManager::Private::addPlugins (
    this=this@entry=0x6ba5f0)
    at /home/user/marble/sources/src/lib/marble/LayerManager.cpp:201
    #18 0x00007ffff78824ab in Marble::LayerManager::LayerManager (this=0x6ba470,
    model=0x68de18, parent=<optimized out>)
    at /home/user/marble/sources/src/lib/marble/LayerManager.cpp:88
    #19 0x00007ffff77fb909 in Marble::MarbleMapPrivate::MarbleMapPrivate (
    this=0x6ba440, parent=0x68de30, model=0x68de18)
    at /home/user/marble/sources/src/lib/marble/MarbleMap.cpp:161
    #20 0x00007ffff77fc1c9 in Marble::MarbleMap::MarbleMap (this=0x68de30,
    model=0x68de18)
    at /home/user/marble/sources/src/lib/marble/MarbleMap.cpp:243
    #21 0x00007ffff77efb1d in MarbleWidgetPrivate (parent=0x7fffffffe200,
    this=0x68de10)
    at /home/user/marble/sources/src/lib/marble/MarbleWidget.cpp:105
    #22 Marble::MarbleWidget::MarbleWidget (this=0x7fffffffe200,
    parent=<optimized out>)
    at /home/user/marble/sources/src/lib/marble/MarbleWidget.cpp:170
    #23 0x000000000040334b in main (argc=1, argv=0x7fffffffe3a8)
    at ../untitledM1/main.cpp:18
    @

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

    Thanks, I'll try that.

    Just for info: I realised I'd made a mistake in my rendering code. I'm still getting a problem with only one set of geometry being rendered, but it seems to be related to QGLBuilder rather than QGeometryData.

  • No need to make target mocinclude.tmp ...

    1
    0 Votes
    1 Posts
    992 Views
    No one has replied
  • 0 Votes
    1 Posts
    991 Views
    No one has replied
  • Integrating a new audio codec (opencore-amr)

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

    It is strange that lib/dll works with console. Every dll should have its own lib.
    Can you show your lib's *.pro file?

  • REST SDK (Casablanca)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Using ITK in Qt Creator issue

    5
    0 Votes
    5 Posts
    3k Views
    P

    I may give a new try soon, will keep you posted.

  • 0 Votes
    3 Posts
    2k Views
    A

    you make a good point! I'll update it.

  • Video presentation of QxEntityEditor features

    1
    0 Votes
    1 Posts
    684 Views
    No one has replied
  • Qt 5 libqxt problems

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied