Navigation

    Qt Forum

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

    • SOLVED QDebug with custom typed QVariant
      General and Desktop • qvariant qdebug qt 5.6.0 custom type qt 4.8.1 • • enmaniac  

      10
      0
      Votes
      10
      Posts
      4748
      Views

      @kshegunov Thank you! That was the missing part!!
    • windeployqt.exe doesn't create a working package
      Installation and Deployment • windows qt 5.6.0 deploying • • kalmant  

      9
      0
      Votes
      9
      Posts
      4340
      Views

      @SGaist no, I did not. I just tried it with --qmldir specified and it worked flawlessly. Lesson learnt. However, I feel the deployment article could be a little more informative. I appreciate the help!
    • UNSOLVED connecting CPLEX to Qt
      General and Desktop • qt 5.6.0 visual c++ cplex • • nazimGT  

      10
      0
      Votes
      10
      Posts
      3169
      Views

      Here you have the instructions
    • UNSOLVED Black flicker areas resizing Direct3D11 widget in Qt 5.6
      General and Desktop • opengl qt 5.6.0 win32 directx painting • • Goombert  

      1
      0
      Votes
      1
      Posts
      1043
      Views

      No one has replied

    • SOLVED Unable to load translations from resource file
      General and Desktop • linux qt 5.6.0 qtranslator • • oberluz  

      9
      0
      Votes
      9
      Posts
      3019
      Views

      @oberluz No problem, although the merit should go to @SGaist who actually sensed what the problem is. :) Cheers!
    • UNSOLVED Including taglib in Qt project
      General and Desktop • windows qt 5.6.0 taglib • • Gagiopapinni  

      4
      0
      Votes
      4
      Posts
      2270
      Views

      @Gagiopapinni Okay, can you verify that this symbol is present in the static lib? (you could use "dependency walker" for that purpose)
    • SOLVED Cannot disable QGraphicsSimpleText antialiasing with Qt5.x
      General and Desktop • qgraphicsview qt 5.4.2 qt 5.6.0 qt 4.8.6 • • JohanSolo  

      4
      0
      Votes
      4
      Posts
      1635
      Views

      For the recored, filed QTBUG-53845
    • UNSOLVED Fix Camera's frame rate and change it resolution
      QML and Qt Quick • qml android camera qt 5.6.0 • • Skroopa  

      1
      0
      Votes
      1
      Posts
      796
      Views

      No one has replied

    • UNSOLVED Cross compile Qt 5.5 on Windows 7 error missing <X11/Xutil.h.
      QtonPi • cross compile qt5.5.1 raspberry pi 2 qt 5.6.0 windows 7 64 bi • • Skalli84  

      1
      0
      Votes
      1
      Posts
      997
      Views

      No one has replied

    • SOLVED TextField and keyboard on Android
      QML and Qt Quick • qml android qt 5.6.0 • • Skroopa  

      16
      0
      Votes
      16
      Posts
      7625
      Views

      when the window inactive, just raise it onActiveChanged:{ if(!rootWin.active){ rootWin.raise() console.log("rootWin raise") } }
    • UNSOLVED Qt 5.6 crossplatform webview
      QML and Qt Quick • android qt 5.6.0 webview webkit • • Hadi  

      2
      0
      Votes
      2
      Posts
      1296
      Views

      Hi, QtWebKit for Android and iOS ? Highly unlikely, since both platform forbids the use of non-native web views and there was no ports. Taking a quick look at the QtWebView module, there's a QtWebEngine backed WebView when that module is available. So currently you should be able to use that module on all the platforms you are interested in provided that you use a compiler that is supported by QtWebEngine. Note that the compiler constraint doesn't come from Qt but from the Chromium project.
    • UNSOLVED Best way to approach making a 2D graphics window (probably in a grid)?
      General and Desktop • grid qt 5.6.0 2d graphics draw objects simulation • • oblivioncth  

      5
      0
      Votes
      5
      Posts
      1618
      Views

      @alex_malyu Thank you for the ideas. I will keep this in mind.
    • UNSOLVED Qt 5.6.0 app fails to launch with OSX 10.11 App Sandbox enabled - can't find cocoa plugin
      Installation and Deployment • os x qt 5.6.0 • • pavel_abr  

      3
      1
      Votes
      3
      Posts
      1704
      Views

      @pavel_abr Did you solve this? Please let me know the solution.
    • SOLVED Latest version of Qt cant compile anything in .c with MinGW (Win 10 x64)
      Installation and Deployment • qt 5.6.0 mingw32-make c language • • danek731733  

      9
      0
      Votes
      9
      Posts
      3267
      Views

      Hi @asthana-ujjwal and welcome to devnet, Can you show your .pro file ?
    • SOLVED Executing second window causes program to get stuck
      General and Desktop • window qt 5.6.0 exec ui object pass qobject • • oblivioncth  

      16
      0
      Votes
      16
      Posts
      4463
      Views

      @oblivioncth said: Ok, its shaping up , super :) "Helps givez me codes". We do help those too but good questions often get better answers. Also its clear that you do try to fix it first yourself, so some holes in c++ is no issue. Cheers
    • UNSOLVED Minimum size for QTableWidget collums/multiple resize modes?
      General and Desktop • resize qt 5.6.0 column table • • oblivioncth  

      1
      0
      Votes
      1
      Posts
      2752
      Views

      No one has replied

    • SOLVED Qt 5.6.0 building on Windows 7 and MSVC 2013 issue
      Installation and Deployment • build qt 5.6.0 msvc2013 windows 7 64 bi • • enmaniac  

      9
      1
      Votes
      9
      Posts
      3822
      Views

      @SGaist Thx I will give it a try. I am closing it as solved since the issue has been reported for bug-fixing and there are other options to make it work.
    • Qt3D Creating cubical box With real points.
      General and Desktop • opengl qt3d qt3d 2.0 qt 5.6.0 windows 8 • • Zee_07  

      2
      0
      Votes
      2
      Posts
      933
      Views

      Hi, Qt3D being currently a tech preview, I'd recommend posting this question on the interest mailing list You'll find there Qt3D developers/maintainers (this forum is more user oriented)
    • UNSOLVED lrelease.exe reports "segmentation fault", is it caused by compiler?
      General and Desktop • qt 5.6.0 lrelease gcc v5.3.0 • • JohnYork  

      4
      0
      Votes
      4
      Posts
      1207
      Views

      Hi. I've been thinking about this for a while and I have no idea... I don't think it's related to your gcc version. If you don't need this module, you could skip it. -skip qttranslations