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. How to create Property Pages for QAxBindable -QtActiveX
Qt 6.11 is out! See what's new in the release blog

How to create Property Pages for QAxBindable -QtActiveX

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 810 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.
  • V Offline
    V Offline
    VG24
    wrote on last edited by
    #1

    Hi team, By referring the example from ActiveQt, I have created a Qt based ActiveX control window which is inherited from QAxBindable. But I did not found any example to how to add the PropertyPage for this Qt based ActiveX control. Any idea or hint on this topic will be really helpful.

    JonBJ 1 Reply Last reply
    0
    • V VG24

      Hi team, By referring the example from ActiveQt, I have created a Qt based ActiveX control window which is inherited from QAxBindable. But I did not found any example to how to add the PropertyPage for this Qt based ActiveX control. Any idea or hint on this topic will be really helpful.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @VG24 said in How to create Property Pages for QAxBindable -QtActiveX:

      the PropertyPage

      What is "the PropertyPage"?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        VG24
        wrote on last edited by
        #3

        PropertyPages are used to set the properties for the ActiveX object during design time. Some thing similar to https://docs.microsoft.com/en-us/windows/win32/com/property-pages-and-property-sheets

        JonBJ 1 Reply Last reply
        0
        • V VG24

          PropertyPages are used to set the properties for the ActiveX object during design time. Some thing similar to https://docs.microsoft.com/en-us/windows/win32/com/property-pages-and-property-sheets

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @VG24
          I knew what "property pages" are, not the unique "the" PropertyPage you mentioned.

          Are you seeking to use the in-built OLE property pages/sheets, or write your own in Qt?

          1 Reply Last reply
          0
          • V Offline
            V Offline
            VG24
            wrote on last edited by
            #5

            Thanks JonB, I dont want to use in-built OLE property pages/sheets, but I want to achieve the similar behavior in QtActiveX. I have a QMainWindow extended with QAxBinadable which makes my application as ActiveX component. If I load this application in design mode on double clicking this should open the Property pages/sheets. I tried using Q_PROPERTY, but no luck.

            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