Questions tagged [qt5.6]

Qt 5.6 is the LTS version of Qt released March 16, 2016. Tag this only for the issues specific for Qt 5.6 and not for other versions.

Qt 5.6 is long-term support (LTS) release - it will be supported for 3 years.

Qt 5.6 has been released March 16, 2016.

New features list can be found here.

Here is Qt 5.6 release plan.

144 questions
0
votes
1 answer

How to integrate OSG and Qt together on vs 2015

I want integrate Qt 5.6 and osg 3.4 with vs 2015. I try many times but still failed. Does anyone integrate them successfully?
0
votes
0 answers

QScrollArea Custom Widget not Repainting Properly

I have a QScrollArea that contains my custom widget. When I change the data of the custom widget(which changes sizeHint() and the widget takes up more space) the end of each line and the last few lines are cut off. I've created a little program to…
ChajusSaib
  • 167
  • 12
0
votes
1 answer

Building QtWebKit with QT 5.6 on Mac 10.11

I'm trying to build Qt 5.6.0 (new release) with Qt Webkit on Mac OS 10.11 and I have a compiling error when I try. I downloaded the tar.gz source of 5.6.0, then I downloaded QtWebkit source from Community folder for 5.6.0. I added the qtwebkit…
0
votes
1 answer

How do I link Qt 5.6 with MVS 2015?

I have downloaded Qt opensource library version 5.6 and been through the installation steps provided. I have added the bin folder to my path environment as well as the include environment and the lib variables. I also installed the Qt 5 package…
JordC1995
  • 57
  • 7
0
votes
0 answers

How to indicate EGLFS plugin location for GUI Qt 5.6 application running on Raspberry?

I've been using Qt library for several years, and recently tried it on Raspberry (Qt 5.6.0) for demonstration purposes and stuck on following item: a) there was no problem in configuring/making library on host machine and following deployment to…
M.Nosikov
  • 1
  • 2
-1
votes
1 answer

QT ComboBox is drawn in a wrong place

QT 5.6.2 on Ubuntu 18.04 I have a very simple ComboBox import QtQuick.Controls 1.4 Row{//box Item{width: 0.02 * root.width; height: 1}//space spacing: 0.02 * root.width ComboBox{//Recording type id:…
ilya1725
  • 4,496
  • 7
  • 43
  • 68
-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
-2
votes
1 answer

as the missing method of QTabWidget of this code is written?

import sys,random from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtWidgets import QApplication, QMainWindow,QDialog class Ui_TabWidget(object): def setupUi(self, TabWidget): TabWidget.setObjectName("TabWidget") …
-3
votes
1 answer

Getting all the files names from folder to a scroll area in QT

I am new to QT and I want to know how I can get all the file names from a folder to a scroll area and allow the users to click on it to do a function.
wizzy
  • 5
  • 4
1 2 3
9
10