Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator - create only getter or only setter
QtWS25 Last Chance

QtCreator - create only getter or only setter

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
qtcreatorgettersetterfield
5 Posts 3 Posters 2.2k 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.
  • morsiskoM Offline
    morsiskoM Offline
    morsisko
    wrote on last edited by
    #1

    Hi,
    Is there a way to create only a getter/setter of field? I know that there is a option to create getter&setter, but I don't see something that would let me create ONLY getter or only setter.
    Thanks for answer.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Do you mean that for Qt's property system ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      morsiskoM 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Do you mean that for Qt's property system ?

        morsiskoM Offline
        morsiskoM Offline
        morsisko
        wrote on last edited by
        #3

        @SGaist I mean something like when you click on class field you have a menu called "Refactor", and after "Create getter and setter member function", but it crates getter and setter, when i want create only getter. Yes i can delete the setter from .h and .cpp file but it takes too much time when you have to create about 200 getters. :(

        kshegunovK 1 Reply Last reply
        0
        • morsiskoM morsisko

          @SGaist I mean something like when you click on class field you have a menu called "Refactor", and after "Create getter and setter member function", but it crates getter and setter, when i want create only getter. Yes i can delete the setter from .h and .cpp file but it takes too much time when you have to create about 200 getters. :(

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          @morsisko
          I have that in the context menu. Maybe you're using an older version of QtCreator (I have 3.6.0 here)?

          Context menu

          Kind regards.

          Read and abide by the Qt Code of Conduct

          morsiskoM 1 Reply Last reply
          0
          • kshegunovK kshegunov

            @morsisko
            I have that in the context menu. Maybe you're using an older version of QtCreator (I have 3.6.0 here)?

            Context menu

            Kind regards.

            morsiskoM Offline
            morsiskoM Offline
            morsisko
            wrote on last edited by
            #5

            @kshegunov Many thanks, i had the eariler version of qtCreator.

            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