Please Suggest Qt based open source games? [closed] - qt

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am comfortable with Qt and want to learn game programming.
Can you please suggest Qt based open source games (I will read source code of it)?

First of all kde games. But they might written with the support of KDE specific libraries, not vanilla Qt.
e.g. knetwalk
or bomber
qgo
here is a list
another list

Related

face detection program with Qt or boost? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i wanna to program a real,fast and thoroughgoing face detection application , and don't know which is the best for it.
Qt or Boost?
i know the Qt has the great documents , but which is the powerful?
Regards
For advanced image analyzing stuff, try OpenCV. Qt or Boost have nothing to do with what you're trying to do, though you can use both together with OpenCV if you need to.

Organiser application in Qt [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I need to write a project in Qt that will show a calendar in which day-cells are buttons that allow you to see and add some tasks you have to do. Because I am kind of new to Qt and don't have much time to complete this task I was wondering if anyone could tell me which libraries should I use. Will QtCalendarWidget be a good choice? Does it have a possibility to make cells react like separate buttons? Thanks for your help.
QtCalendarWidget is good choice that fits your needs.
This widget has signal:
void QCalendarWidget::clicked ( const QDate & date ) [signal]
Which you can link to what you want, as you do it in Qt.
Read more at official documentation

Sql calls in code behind page [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
For now all my sql calls take place in the cs pages and its a lot of code my goal is to set a new class or whatever (i heard it is done right with dll's) that the class will store functions for every scenario i will need. So my question is how to accomplish it .. Suppose in a large scale site how it is supposed to be done?
I would suggest creating a Class Library Project, moving your shared code to those libraries, and then including those libraries in your Web Project.

How to start creating voice chat application using Adobe Flex and Red5? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.
But, I confuse how to start it. it's possible just use NetStream and NetConnection?
Or are there any others tutorial can help me?
Please!
Seriously have you even bothered to look for examples?
Google is your friend.

How to play video using phonon [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to play video from my device . How can i make it???
Can any help me??????
Thanks
Qt documentation:
http://doc.qt.nokia.com/4.7/phonon-overview.html
Similar question on StackOverflow:
Qt phonon video player example C++ or python

Resources