Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. UML for Qt projects
QtWS25 Last Chance

UML for Qt projects

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CroCo
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Charlie_Hdz
      wrote on last edited by
      #2

      [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:

      From an introduction to design patterns in C++ and Qt

      Kind Regards,
      Enrique Hernandez
      gearstech.com.mx
      chernandez@gearstech.com.mx

      C 1 Reply Last reply
      2
      • C Charlie_Hdz

        [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:

        From an introduction to design patterns in C++ and Qt

        C Offline
        C Offline
        CroCo
        wrote on last edited by
        #3

        @Charlie_Hdz Thank you but how can I link signals in the UML style? I'm aware of the rest.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Charlie_Hdz
          wrote on last edited by
          #4

          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.

          Kind Regards,
          Enrique Hernandez
          gearstech.com.mx
          chernandez@gearstech.com.mx

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved