Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt5.8.0

    Log in to post
    • All categories
    • T

      Unsolved the server version of this postgresql is unknown falling back to the client version
      Installation and Deployment • c++ postgresql qt5.8.0 • • ThomasNeo

      7
      0
      Votes
      7
      Posts
      108
      Views

      T

      @Christian-Ehrlicher Yup.. it worked when i upgraded my Qt version. Thanks a lot.

      Just for education purposes, can i ask lets say if i am still using qt 5.8.0 and i wish to remove this message. Is there a way to do that? I believe this message is caused by this qt sqldriver file called qsql_psql.cpp. So I tried to remove the code that prompts this message in qsql_psql.cpp file and it didnt work when i run my application.

    • A

      Unsolved QWidget actual position is shifted down right after updating Qt libraries to 5.14.1 when using a QDockWidget
      General and Desktop • qt5.8.0 qt5.14.1 visual studio c++ qdockwidget • • AleRao

      3
      0
      Votes
      3
      Posts
      285
      Views

      SGaist

      Hi and welcome to devnet,

      That is pretty intriguing... Are you able to reproduce that with a minimal compilable example ?

    • J

      Unsolved QT 5.8.0 64 Bit with MinGW-w64 Configuration
      General and Desktop • qt5.8.0 64bit mingw64 download configure • • JG97

      7
      0
      Votes
      7
      Posts
      1975
      Views

      jsulm

      @JG97 said in QT 5.8.0 64 Bit with MinGW-w64 Configuration:

      How do I configure the x86 package for building 64 bit applications?

      You can't. You install Qt 5.12 MinGW 64bit and MinGW 64bit (it is available in the installer under Tools) and use this for 64bit apps. For 32bit apps you do the same but 32bit...

    • Q

      Unsolved Unable to cross compile Qt-5.8 for arm64 device
      Installation and Deployment • qtbase crosscompile qt5.8.0 animation • • QT_is_beauty

      5
      0
      Votes
      5
      Posts
      1856
      Views

      SGaist

      Then why not install the suggested module ?

    • K

      Solved How to add scroll bar action
      General and Desktop • qt5.8.0 qt 5.7 scroll bar scrolling • • Kinesis

      12
      0
      Votes
      12
      Posts
      3627
      Views

      SGaist

      Did you try to determine why they don't appear ?

    • O

      Solved The application was unable to start correctly 0xc000007b
      Installation and Deployment • qt5.8.0 qwt visual studio windeployqt deployment • • onat

      5
      0
      Votes
      5
      Posts
      2745
      Views

      V

      Perhaps some dll files are missing.

    • M

      Solved Qt 5.8.0 embedded, LinuxFB, integrate mouse
      Installation and Deployment • embedded linux qt5.8.0 mouse • • Mosolov

      4
      0
      Votes
      4
      Posts
      4936
      Views

      SGaist

      Because QWS is Qt 4 only.

    • Q

      Solved Configure ERROR in Qt 5.8.0 Win + VC2013 + SSL + OpenSSL
      General and Desktop • qt5.8.0 vc2013 ssl openssl configure • • qDebug

      22
      0
      Votes
      22
      Posts
      16585
      Views

      Q

      @kfrosty Thank you! Did work for me too! :)

    • P

      Solved QT 5.8.0 Serial Problems when reading and writing to a serial port connected to itself
      General and Desktop • qt5.8.0 serial connection windows10 python • • pitr

      10
      0
      Votes
      10
      Posts
      6781
      Views

      P

      @mrjj
      no, a callback is just the nomenclature you use to describe functions passed as arguments to other functions to be invoked later.

    • D

      Solved Static build of Qt fails
      General and Desktop • qt5.8.0 windows10 msvc2017 openssl • • dr3mro

      10
      0
      Votes
      10
      Posts
      5109
      Views

      SGaist

      There's an initial release of the VS-AddIn here

      Sure there is, just build qtbase statically then build only the modules you want by hand or exclude all the modules you don't want when calling configure.

    • E

      Unsolved Qt Quick Compiler not available for cross-compile
      Tools • qt5.8.0 enterprise armhf qt quick compil • • ezerg

      2
      0
      Votes
      2
      Posts
      1210
      Views

      SGaist

      Hi and welcome to devnet,

      AFAIK, the QtQuick Compiler is a licensed product so you should check with the Qt Company directly. On a side note, it's likely going to be a host tools like qmake or moc so one thing you can try is to copy the one you already have in the binary folder of our self-built Qt.

    • P

      Unsolved Error running a Qt5.8.0 App on a Linux distro on a Freescale IMX28EVK Board
      Mobile and Embedded • qt5.8.0 linux imx28 armv5 • • paulbuz

      7
      0
      Votes
      7
      Posts
      2298
      Views

      P

      @SGaist
      Yes I was aware of the removal, hence the desire to begin the dev using QtQuick2.

      It doesn't stop me designing the app such that the GUI is separated from the backend C++, so I can rework the QtQuick1 GUI when I get access to the new board with Qt5.8 support (effectively a GPU and OpenGL use).

      Thanks for the dev list link, I would love to delve into this some more but I have to get producing some pages for the App. :)