Questions tagged [qtcreator]
The qtcreator tag has no summary.
20 questions
0 votes
1 answer
149 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
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
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
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
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: ...
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 ...
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
0 answers
745 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:...