Questions tagged [qtcreator]
The qtcreator tag has no summary.
20 questions
0
votes
1
answer
147
views
QT Linguist tool not picking up right translation
I am trying to use Translation feature in QT. There are more than 4000 translation needed to be done for one language. And I have to do this for more than 15 different languages. So, I decide to write ...
0
votes
1
answer
778
views
QSqlDatabase: QMYSQL driver not loaded error in zorin os
Recently I have installed Zorin os and qt creator from [enter link description here][1]
[1]: https://flathub.org. I need to connect the lamp server which I have installed.
I am using qt creator and ...
0
votes
0
answers
361
views
Valgrind crashes in Qt Creator, related to video card?
I am using a Core i7 PC with NVIDIA GM107 GeForce GTX 750 Ti video card running Linux Mint 18.3.
"Valgrind Memory Analyzer" crashes when running a blank "Qt Widgets Application" project in Qt Creator ...
1
vote
0
answers
244
views
Fonts look pixelated in some applications
I use KDE, I have a HiDPI display, so I made changes to ~/.Xresources to change the system DPI. After that, the fonts in some applications began to look pixelated.
In QtCreator, with QT_SCALE_FACTOR=1....
1
vote
2
answers
2k
views
Is $PATH environment variable of a desktop environment different from that in a shell?
I am trying to find the .desktop file for qtcreator, so I write this:
$ for p in ${XDG_DATA_DIRS//:/ }; do
grep -rni 'qtcreator' $p;
done
And here is the most relevant lines:
/usr/share/app-...
0
votes
1
answer
2k
views
upgrade qt 5.6 to 5.9 in centos 7
CentOS 7 ships with Qt 5.6, is there a way of upgrading to Qt 5.9?.
current version.
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib64
I dont want to install Qt from qt.io, as I am not going to ...
0
votes
1
answer
778
views
Why can I run this locally and not over X?
I am trying to run qtcreator. It powers up fine on the local (Ubuntu 16.4) box, but when I try to run it over X to a Mac I get this:
(qtcreator:3893): GConf-WARNING **: Client failed to connect to ...
0
votes
2
answers
4k
views
Qt installed in two places; wrong one takes precedence
My system is running Ubuntu 16.04 LTS.
I seem to have installed Qt in two places. 4.8.7 is installed in /usr and 5.5.1 is installed in my home directory for reasons which probably seemed sensible at ...
0
votes
1
answer
2k
views
Using QtCreator with konsole instead of xterm
I tried to use KDE's Konsole to start console applications from QtCreator.
The application works as intended, but any new instance of Konsole started during or after the execution just shows this:
...
1
vote
0
answers
795
views
Qt Creator not launching in OpenSUSE
After a few years using Ubuntu, I decided to go back to OpenSUSE. I installed Qt Creator using the online installer from Qt, along with all the framework versions I wanted. Qt Creator refuses to ...
2
votes
0
answers
1k
views
Installing Qt Creator on Debian
I'm following this guide http://exploringbeaglebone.com/chapter11/ and I am stuck at part
Click on the “Qt Versions” tab and click on “Add…” and browse to
/usr/bin/ where you should see the qmake ...
0
votes
1
answer
3k
views
Qt Creator crashes on startup, but it worked before
I installed the latest Qt version (5.5.1), and Qt creator worked fine, I could build programs with it.
However, after I installed cmake, downloaded opencv from source, and built it, Qt creator no ...
3
votes
0
answers
688
views
Can't start qtcreator
I'm trying to start qtcreator, but here is what i get:
$ qtcreator
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: i965
libGL error: No matching fbConfigs or ...
2
votes
1
answer
5k
views
Syntax error: word unexpected (expecting ")") when running remotely but no problem running locally
I've read plenty of discussions on various possibilities why such a thing can happen however all are about some missing library on the system where the binaries are deployed. This is not my case.
I ...
2
votes
0
answers
744
views
How to prevent Qt Applications from using GTK+ theme
Whenever I want to use custom QML components in my apps it makes them use GTK+ theme. How can I prevent this?
Why am I asking here? Because I believe it has something to do with files like:...