Navigation

    Qt Forum

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

    • UNSOLVED From QWidget + QPainter to QOpenGLWidget + QPainter
      General and Desktop • opengl qt 5.6 • • Ulysse  

      4
      0
      Votes
      4
      Posts
      489
      Views

      For those who end up looking here : It seems that this is a Qt 5.6 bug, it works fine in Qt 5.14 Edit : The bug itself may be related to the use of QSurfaceFormat::setDefaultFormat after application startup : Qt 5.14 warned me about a piece of code I was not aware saying that it could cause context sharing issues. Having it removed seems to have solved the bug when i got back to Qt 5.6
    • SOLVED how to create installer for installing two application?
      General and Desktop • installer qt 5.6 windows10 binarycreator • • Yash001  

      4
      0
      Votes
      4
      Posts
      652
      Views

      @Yash001 That is beyond my experience level. No help possible from my side.
    • UNSOLVED multiple access to database qt sqlite3
      General and Desktop • qt 5.6 sqlite3 • • neko lie  

      4
      0
      Votes
      4
      Posts
      1272
      Views

      @JonB I'm sorry, I thought it would be helpful if people saw the entirety of the code. I didn't know which part of the code I was lacking. Ohhh. thank you for the instruction. I'll work on the changes.
    • UNSOLVED How to save Multiple File in
      General and Desktop • qfile qfiledialog qt 5.6 • • Yash001  

      3
      0
      Votes
      3
      Posts
      1027
      Views

      @SGaist Thank you for answer. From your suggestion, I need to create my own Dialog box.
    • SOLVED Qt-webkit - segment fault
      Qt WebKit • webkit qt 5.6 segfault • • 1412  

      5
      0
      Votes
      5
      Posts
      1741
      Views

      @Konstantin-Tokarev The problem has been solved. I change the float strategy from neon to vfpv3 and everything works well.
    • UNSOLVED Qt interface and signals?
      General and Desktop • qt 5.6 • • Alain38 0  

      2
      0
      Votes
      2
      Posts
      736
      Views

      http://doc.qt.io/qt-5/plugins-howto.html#the-low-level-api-extending-qt-applications
    • SOLVED Qtftp module bug under qt 5.6
      General and Desktop • qt 5.6 list qtftp • • magloire touh  

      11
      0
      Votes
      11
      Posts
      1686
      Views

      @mrjj yes. Everything correct. Thanks for the help
    • UNSOLVED Update from Qt 5.4.2 to 5.6.3 on Windows7/XP
      Installation and Deployment • windows 7 qt 5.6 windows xp • • KroMignon  

      2
      0
      Votes
      2
      Posts
      1041
      Views

      @KroMignon said in Update from Qt 5.4.2 to 5.6.3 on Windows7/XP: Is some one aware about those issues? Probably it is better to check on JIRA if those are known issues. @KroMignon said in Update from Qt 5.4.2 to 5.6.3 on Windows7/XP: Is here the right place to post this kind of questions? Also on JIRA you may find already work arounds or discussions. If you do not get feedback within a reasonable time frame, you may want to check with the developer mailing list.
    • Junior Qt Software Engineer in Irvine, CA USA
      Jobs • qml c++ qt 5.6 job • • stan.m  

      1
      0
      Votes
      1
      Posts
      1831
      Views

      No one has replied

    • UNSOLVED Is there anyway to build Qt 5.6 with ptxdist for imx6 ?
      Mobile and Embedded • yocto imx6 qt 5.6 ptxdist • • mostefa  

      1
      0
      Votes
      1
      Posts
      757
      Views

      No one has replied

    • UNSOLVED Error - Build Failed - Build Android APK
      Tools • qt 5.6 android apk lib • • Mathan M  

      1
      0
      Votes
      1
      Posts
      879
      Views

      No one has replied

    • UNSOLVED 1: error: error: /FS: No such file or directory
      Installation and Deployment • qt 5.6 • • Mathan M  

      17
      0
      Votes
      17
      Posts
      6520
      Views

      @jsulm unfortunately, same error...
    • UNSOLVED QML 5.7 QNX, module (or version) is not installed
      Mobile and Embedded • qml qt 5.7 qt 5.6 virtualkeyboard qtwebkit • • Julien B  

      3
      0
      Votes
      3
      Posts
      2508
      Views

      Hello @SGaist, Thanks for the tip I will post also on the interest mailing list. Nevertheless I did not modified the qt sources and builds were working fine after compilation for Linux 32 bits and QNX, I just had to add QtWebKit from the community release because it is not a part of official release anymore. Actually for QtWebkit on QNX, the app seems have found the module but not the proper version (3.0). For Virtual Keyboard I did nothing more than compiling and try to use the exemple provided with Qt sources, first on Linux 32 bits then on my QNX arm v7 target. I did that with several others QML examples also provided with Qt sources and I did not encounter that kind of behaviour, no other modules where missing. Maybe i missed something on my target configuration (libs install, Path, ...), I just would like to know if there is a way to list which modules and version are properly installed on a specific system (Linux, QNX).
    • UNSOLVED Camera QML preview problem
      Mobile and Embedded • qml camera qt 5.6 • • Skroopa  

      3
      0
      Votes
      3
      Posts
      1206
      Views

      @mvuori Tried to build *.apk on Qt 5.7.0 RC - the same error. I think, that bug for a long time.
    • UNSOLVED Qt 5.6 & mingw_49_32
      General and Desktop • qt 5.6 mingw32 • • Jedd  

      3
      0
      Votes
      3
      Posts
      1012
      Views

      Apologies to Diamond Platypus, I must not have had this post flagged as watch. Anyway, I did add: QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++ To my .pro file I still have missing dlls: libgcc_s_dw2-1.dll libwinpthread-1.dll libstdc++-6.dll
    • SOLVED QTreeView shows all the subfolders, but not the parent folder.
      General and Desktop • treeview qt 5.6 qfilesystemmode directory root • • Punit  

      7
      0
      Votes
      7
      Posts
      4250
      Views

      I had issues making these solutions work for the QML TreeView. I ended up setting the root path of my QFileSystemModel to the directory I wanted to view. Then I set the rootIndex in the TreeView to the parent of the index for that directory. This is of course showed its siblings. Then I did the following to filter those siblings away. I also made this optional through a property as there are times when I want that behavior: bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const { FileSystemModel* tmodel = qobject_cast<FileSystemModel*>(parent()); if(tmodel){ QModelIndex index = tmodel->index(source_row, 0, source_parent); QModelIndex rootIndex = tmodel->index(tmodel->rootPath()); if(!rootIndex.isValid() || !index.isValid()) return false; return ((index == rootIndex) || !(tmodel->filtersiblings() && isSiblingOf(index, rootIndex))); } return false; } bool isSiblingOf(const QModelIndex& index, const QModelIndex& parent) const { if(!index.isValid() || !parent.isValid()) return false; QModelIndex sibling; int row=0; do{ sibling = parent.sibling(row,0); if(sibling == index) return true; ++row; }while(sibling.isValid()); return false; } I took more of a blacklist approach versus a whitelist approach.
    • UNSOLVED QML Camera always returns NULL for supportedViewfinderResolutions() on Android
      QML and Qt Quick • qml android camera qt 5.6 • • Skroopa  

      1
      0
      Votes
      1
      Posts
      1020
      Views

      No one has replied

    • SOLVED keep screen ON on Qt for Android
      Mobile and Embedded • qml android qt 5.6 java • • Zakaria  

      5
      1
      Votes
      5
      Posts
      3419
      Views

      @Zakaria Thanks! Still working in 5.9.2.
    • UNSOLVED QCharts segmentation fault even on Qt examples on BeagleBone Black
      QML and Qt Quick • qtcharts qt 5.6 • • usefulQtLover  

      3
      0
      Votes
      3
      Posts
      1342
      Views

      Hi and welcome to devnet, How did you compile that module for your BBB ?
    • UNSOLVED Qt on Android 6
      Mobile and Embedded • android qt 5.6 marshmellow • • ekkescorner  

      2
      0
      Votes
      2
      Posts
      986
      Views

      No problems as such, but a launcher application named Start was perhaps not compatible with Android 6 and managed to make my app lose texts on pushbuttons... That application was not updated when the OS was updated and the mechanism how it managed to do mess up another app is unclear... (Of course it can be that Qt 5.6 has a deficiency that makes it vulnerable to environmental issues in Marshmallow.)
    • SOLVED QTranslator doesn't load .qm file
      Mobile and Embedded • android ios qt 5.6 i18n • • ekkescorner  

      11
      0
      Votes
      11
      Posts
      11324
      Views

      Thanks !
    • UNSOLVED How to install Qt 5.6 and use New Web Engine (Chromium 45)
      Installation and Deployment • error installation qt 5.6 qwebengine • • Jordan  

      8
      0
      Votes
      8
      Posts
      3243
      Views

      Did you install MSVC2015 before or after Qt ? Can you see it in the Compilers tab ?
    • SOLVED [ Qt 5.6 ] Examples compilation error 'QCoreApplication'
      Mobile and Embedded • qt 5.6 qcoreapplicatio example error q • • MarekStojecki  

      5
      0
      Votes
      5
      Posts
      2941
      Views

      I didn't notice it ... silly mistake. Many thanks for the hint and best regards, Marek
    • SOLVED Qt 5.6 - qt.labs.controls - ApplicationWindow width / height
      QML and Qt Quick • qt 5.6 qtquickcontrols labs.controls • • ekkescorner  

      3
      0
      Votes
      3
      Posts
      1070
      Views

      @jpnurmi thx forthe info. then I will remove this for mobile app development
    • UNSOLVED QT Designer set global stylesheet
      General and Desktop • stylesheet qt designer qt 5.6 • • TwILeK  

      2
      0
      Votes
      2
      Posts
      1317
      Views

      hi and welcome If you right click mainwindow there is css editor and u can set stylesheet there. This then applies to all child's of window. As far as I know there is no way to have Designer do on all forms.
    • SOLVED Qt 5.6 Linux compile fails
      General and Desktop • static build qt 5.6 linux mint • • Jedd  

      3
      0
      Votes
      3
      Posts
      1626
      Views

      Thatt did the trick, thanks!
    • SOLVED Error building QT static
      General and Desktop • qt 5.6 building static • • Jedd  

      3
      0
      Votes
      3
      Posts
      1098
      Views

      That did it, Thanks!
    • SOLVED Qt 5.6: QMAKE and CONFIG = C++11 - is it safe to remove this?
      Tools • qmake c++11 qt 5.6 • • krzaq  

      5
      0
      Votes
      5
      Posts
      4388
      Views

      @krzaq I'm surprised anything changed at all with the c++14 flag. Are you using 5.6.0-rc ? In my caseCONFIG += c++11 c++14 doesn't seem to do anything at all when compiling to Android. I'm using 5.6.0-rc and with CONFIG += c++11 c++14 I'm just getting -std=c++11. With Qt 5.5.1 CONFIG += c++11 c++14 I get -std=c++1y added to the mix and I can use relevant functionality (std::make_unique).
    • Qt3D face culling
      General and Desktop • qt3d qt 5.6 • • Widgy  

      2
      1
      Votes
      2
      Posts
      1706
      Views

      Hi and welcome to devnet, Qt3D being in tech preview, I'd recommend posting your question on the interest mailing list. You'll find there Qt3D's module maintainers/developers (this forum is more user oriented)
    • UNSOLVED Qt 5.6 + EGLFS + SGX
      Mobile and Embedded • eglfs qt 5.6 beaglebone bbb sgx • • buha  

      1
      0
      Votes
      1
      Posts
      2260
      Views

      No one has replied

    • UNSOLVED Full Windows 10 support
      General and Desktop • windows 10 bluetooth low e qt 5.6 • • Jan Roorda  

      6
      0
      Votes
      6
      Posts
      1640
      Views

      Hi, There's a WIP branch in the qtbluetooth module for Windows, you can check the state there.