Tagged Questions
qt4dotnet is a set of Bindings for Qt 4 targeting .NET languages.
1
vote
1answer
414 views
Qt4Dotnet on Mac OS X
I'm using Qt4Dotnet project in order to port application originally written in C# on Linux and Mac. Port to Linux hasn't taken much efforts and works fine. But Mac (10.4 Tiger) is a bit more stubborn. ...
0
votes
2answers
133 views
QT identifying selected item from a scene
I have been creating an QT application but struck in a place. I have created own custom scene class deriving from QGraphicsScene from where I add my items like car,bus etc to the screen .
void ...
0
votes
2answers
251 views
How to calculate the number of weeks in a month
I want to calculate the total no of weeks in current month. Starting from Sunday or Monday.
Is it possible to do in Qt
0
votes
1answer
641 views
Qt Jambi (Qt4Dotnet): distinguishing signal emitters in a slot
I'm newb to Qt and got stuck in a signal/slot mechanism. I have a toolbar with a number of tool buttons, each associated with some widget. The task is to show appropriate widget when tool button is ...