python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to print to standard output when using Qt without using qDebug()
It seems like when I'm using Qt, std::cout << "blah" does not work. It seems to completely ignore all printf and std::cout statements and refuses to print anything unless I use qDebug(...
Ryan Glenn
Votes: 0
Answers: 0
Qt5 slot lambda why captured local variable is random for the first time lambda is called
In the following code, I think p2 should print 10. But in fact it prints random value. The I starts to understand why it is not 10, with the following (1)-(3) thougths.
{
int m = 10; // local var ...

Tiina
Votes: 0
Answers: 1
Problems building QT6 for embedded Linux with cmake
I am trying to compile the qt6 for embedded linux (arm). I set the following configuration:
Cmake : 3.22.1
Toolchain: cc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf
path to my rootfs: /home/manr...
user1657666
Votes: 0
Answers: 1
meta-qt5 layer issue (yocto workflow)
Due to requirements I need to add qtbase and qml related packages to a distribution that I already have customised and functional.
To mention that meta-qt5 in its dunfell branch (in which I have both ...
afinfante
Votes: 0
Answers: 0