Hello,

Sorry that I am writting in English but unfortunately I do not speak French.
I started using BOUML and I encountered a problem. I want to generate classes for Qt and I need to use some specific macros e.g. "slots". How can I define slots? I mean I have to use sockets and signals. My class needs to have:

public slots:
void slot1();

slot1 is an operation. I do not know how I can define an operation with "public slots:" in "Operation dialog".

TIA

Tomasz Zygaszewski