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. example to add custom properties in qt using QDesignerDynamicPropertySheetExtension class

example to add custom properties in qt using QDesignerDynamicPropertySheetExtension class

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 662 Views 1 Watching
  • 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.
  • B Offline
    B Offline
    BJMcplusplus
    wrote on last edited by
    #1

    I need to define new property using QDesignerDynamicPropertySheetExtension class, it would be helpful if anyone share the example for this

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

      Hi and welcome to devnet,

      Did you already went through the Creating Custom Widget Extensions chapter in Qt's documentation ?

      It should help you get started.

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

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BJMcplusplus
        wrote on last edited by
        #3

        @SGaist thanks for the suggestion. I have gone through those examples but want to know is it possible to add extra property Ex: abc as shown below so that i can use that property for any type of QObject like pushbutton, widget, etc. Actually am exploring whether with QDesignerDynamicPropertySheetExtension we can add the property in that way

        967cae66-3298-45ca-985d-d7e2f65ed868-image.png

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

          Sorry, that I don't know.

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

          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