Questions tagged [qt4dotnet]

qt4dotnet is a set of Bindings for Qt 4 targeting .NET languages.

Resource:

4 questions
3
votes
0 answers

Inter process communication between C# and C++ (using QT4.8)

I am facing issue in passing data between c# and C++ (QT) application through named pipe communication. C# client application connects to NamedPipe server which is in c++ but message is not being parsed correctly on server. Example, I am sending…
Neeraj Kaushik
  • 354
  • 1
  • 5
  • 20
1
vote
1 answer

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. The problem is: when I try to start my…
Tony
1
vote
1 answer

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 clicked. I want to write a single slot that will…
Tony
0
votes
2 answers

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 Scene::mousePressEvent(QGraphicsSceneMouseEvent…
Verve Innovation
  • 2,006
  • 6
  • 29
  • 48