Find a way to simulate a signal for program [closed]
Closed 6 hours ago.
How can I get more programming experience [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Cross-platform desktop programming: C++ vs. Python [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
JavaFX 2.0 vs Qt for cross platform stand-alone application [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
PyQt application architecture
I’m trying to give a sound structure to a PyQt application that implements a card game. So far I have the following classes:
Programming C++ using Qt4 [closed]
Closed 11 years ago.
Automated Qt testing framework
Can someone recommend a good robust “Free” testing framework for Qt?
Does QCoreApplication::quit quit local eventloops?
I’ve seen this pattern quite some times now:
How to structure unit testing of huge libraries?
I am writing unit tests for a library written in Qt/C++.
C++ Typecasting VS performance
Let’s say we’re designing a video game. We have some sprites on the map and we want to call some method of the particular sprite at some particular position.