Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 5.3.2
    Log in to post

    • UNSOLVED Qt 5.3.2 + gstreamer 1.0
      Mobile and Embedded • qmultimedia qwebkit qt 5.3.2 • • Morix Dev  

      1
      0
      Votes
      1
      Posts
      769
      Views

      No one has replied

    • UNSOLVED qt autocomplete prompt not showing pointers of my class
      Tools • qt 5.3.2 qt creator 3.2 • • ketjow  

      2
      0
      Votes
      2
      Posts
      672
      Views

      Have you explicitly added #include "Ingredient.h" in your code? Sometimes it's only a matter of where to find the class definition, even though the compilation works just fine.
    • UNSOLVED qtmultimedia + qt5.3.2 + yocto dizzy video problem
      General and Desktop • qt 5.3.2 yocto dizzy qt multimedia y • • Stefano86  

      1
      0
      Votes
      1
      Posts
      719
      Views

      No one has replied

    • Unable to get QBluetoothLocalDevice on Linux Embedded system using Uart Bluetooth device.
      Mobile and Embedded • bluetooth embedded linux qt 5.3.2 qbluetoothlocal bluez4 • • Peter B  

      2
      0
      Votes
      2
      Posts
      1321
      Views

      Hi and welcome to devnet, If possible, you should upgrade to 5.5, IIRC, there's been a lot of work done in the bluetooth module for it.
    • Qt 5.3.2: Form transitions C++
      General and Desktop • c++ animation forms navigation qt 5.3.2 slide • • PAMikeD  

      3
      0
      Votes
      3
      Posts
      1335
      Views

      @VRonin Thanks!, this is what I ended up doing in the end, I just wondered if there was a nicer way like StackView.
    • Qt5.3.2 QList losing QString contents between assignment and use
      General and Desktop • qlist ubuntu 14.04 qt 5.3.2 data loss deep copy • • Jeff Andle  

      4
      0
      Votes
      4
      Posts
      1360
      Views

      @Jeff-Andle If you do not like that cleanup or if it is too hard to decide whether to free the memory you can use one oft these. QSharedData QSharedDataPointer QSharedPointer I have used QSharedDataPointer (but not the others so far), and it seems to work nice.
    • [SOLVED] Strange Sigsev On QSqlQuery.exec();
      General and Desktop • qlist qsqlquery qt 5.4.2 qt 5.3.2 • • Brochadinho  

      9
      0
      Votes
      9
      Posts
      2673
      Views

      at funtion gerarRelatorio i swap the qDeleteAll on line down(original position). and it worked. qDebug()<<"Documentos processados para a Tabela de Relatorio"; acessodb::setDataUltimoRelatorio(idEmpresa,idCliente); qDeleteAll(listaDocumentos); listaDocumentos.clear(); delete modelo; return true; I now will upload to my test server, and see what happens. i doesn't care any more about what is causing the problem, i just hope that is solved.
    • Compile-Build KDSoap libraries
      3rd Party Software • c++ qt 5.3.2 64 bits 32 bits • • Arturo Pablo R  

      2
      0
      Votes
      2
      Posts
      1041
      Views

      Hi, If you want to build KDSOAP for 32bit then just use a 32bit Qt build. You'll avoid all these troubles
    • Deploy a qt Windows app on MAc
      General and Desktop • qt3d mac qt 5.3.2 • • sunil.nair  

      3
      0
      Votes
      3
      Posts
      998
      Views

      Plus, after building a release version on MacOS, run the macdeployqt tool to have all Qt dependencies inside the app.