Questions tagged [qt5.9]

Use this tag only for questions specific to Qt 5.9 and not relevant to other versions.

Qt is a cross-platform application development framework for desktop, embedded and mobile. Supported Platforms include Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS and others.

Qt is not a programming language on its own. It is a framework written in C++. A preprocessor, the MOC (Meta-Object Compiler), is used to extend the C++ language with features like signals and slots. Before the compilation step, the MOC parses the source files written in Qt-extended C++ and generates standard compliant C++ sources from them. Thus the framework itself and applications/libraries using it can be compiled by any standard compliant C++ compiler like Clang, GCC, ICC, MinGW and MSVC.

For more information https://wiki.qt.io

65 questions
0
votes
1 answer

While compiling Qt5.9 with VC++2013 - Windows 10, getting error C2440: 'default argument': cannot convert from 'const wchar_t [1]' to 'BSTR'

I am building Qt5.9 with VC++2013, Windows 10. I am getting the error as below: C2440: 'default argument': cannot convert from 'const wchar_t [1]' to 'BSTR. I have read this question error C2440: 'default argument': cannot convert from 'const…
pat
  • 497
  • 3
  • 12
0
votes
1 answer

Make a Qt/C++ program show its file types as known on Windows

Using Qt 5.9 I codded a spreadsheet program and then created an installer for it by Qt Installer Framework (QtIFW2.0.1). Then I sent the program to many of my friends. They installed the app on their Windows machine and now using it, but they have…
Franky
  • 1,181
  • 2
  • 11
  • 33
0
votes
1 answer

Compiling meshlab on Centos EL7

I'm have trouble compiling meshlab-2016.12 on Centos.EL7. I got some of the way. Updated QT to Qt-5.9.1 as latest on Centos is Qt version 5.6.1 - which I had previously installed sudo yum install qt5-qtbase sudo yum install qt5-qtx11extras sudo yum…
0
votes
1 answer

The slot setShowGride doesn't work in my app

Here is the program and here is the screenshot. Here is also the code for the showGridAction (where I see issues in that) inside the: void MainWindow::createActions() function (in MainWindow.cpp): showGridAction = new QAction(tr("&Show Grid"),…
Franky
  • 1,181
  • 2
  • 11
  • 33
-1
votes
1 answer

Linuxdeployqt, appimage created successfully, doesn't run on double click

i have created an app with the help of following command on terminal ./linuxdeployqt-7-x86_64.AppImage processorder/Process_Orders -unsupported-allow-new-glibc -appimage An app is generated successfully. But, when i double clikc it or (right click…
Hard work
  • 45
  • 3
1 2 3 4
5