UML for Qt projects
-
I would like to know from experts in the industry regarding building big Qt projects. Do you use special UML for qt projects? I'm interested more in how can I add signals and slots in the traditional UML style? Note: I'm acquainted with UML in general but not sure about adding signals and slots which are oriented to Qt projects.
-
[0_1514996827050_asd](Uploading 100%) Hi @CroCo
@CroCo said in UML for Qt projects:
I'm interested more in how can I add signals and slots in the traditional UML style? Note: I'm acquainted with UML in general but not sure about adding signals and slots which are oriented to Qt projects.
AFAIK, you can specify Signal: and Slot: such as:
-
[0_1514996827050_asd](Uploading 100%) Hi @CroCo
@CroCo said in UML for Qt projects:
I'm interested more in how can I add signals and slots in the traditional UML style? Note: I'm acquainted with UML in general but not sure about adding signals and slots which are oriented to Qt projects.
AFAIK, you can specify Signal: and Slot: such as:
@Charlie_Hdz Thank you but how can I link signals in the UML style? I'm aware of the rest.
-
What do you mean by "link" signals?
To specify a signal, you only add "signal" as a function, a signal also respects the member access specifier. FYI, slots can be represented equally than simple functions.