Questions tagged [qt5.7]

Tag this only for the issues specific for Qt 5.7 and not for other versions.

Qt 5.7 was released 16th June 2016.

New features list can be found here.

109 questions
-1
votes
1 answer

how to convert string as qwidget in qt

How to convert string as qwidget in qt. Dynamically have to access.. Any other method is having to convert string to QWidget. Sample code: QWidget *widget1 = new QWidget(); QWidget *widget2 = new QWidget(); QPushButton *next = new…
Senthil Kumar
  • 562
  • 1
  • 6
  • 14
-1
votes
1 answer

QT 5.7 QThread running in a QWidget Application

I have a QWiget Subclass Application, which impelemnts its own logic,gui,build,.. wigdet applications, which should be a connecter for the myo wristband and a Parrot Drone. The Connection to the Drone works fine, the Problem lies with the wristband.…
-2
votes
1 answer

windows 7, qt 5.7, Intel (HD) Graphics Family, OpenGL V 3.1

In trying to run a Qt app on a Windows 7 laptop it says the following (and keeps repeating the): shader compilation failed: "Failed to create D3D shaders.\n" QOpenGLShader::link: Failed to create D3D shaders. Failed to create D3D…
user37997
  • 25
  • 6
-3
votes
1 answer

How to launch .exe file from qml?

Hello everyone i have to implement MVC based app. How to load sparate exe file on QML form.
1 2 3 4 5 6 7
8