Relative Content

Tag Archive for qt

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:

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.