qt4dotnet

Qt Jambi (Qt4Dotnet): distinguishing signal emitters in a slot

Hi! 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 clicked. I want to write a single slot that will handle the associations, but I can't figure out how to distinguish what button triggered...

Qt4Dotnet on Mac OS X

Hello everyone. 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. The problem is: when I try to start my application it throws an exception. Exception states that com.trolltech.qt.QtJamb...

How to calculate the number of weeks in a month

Hi, I want to calculate the total no of weeks in current month. Starting from Sunday or Monday. Is it possible to do in Qt ...