equal
deleted
inserted
replaced
907 |
907 |
908 /*! |
908 /*! |
909 \property QAxBase::control |
909 \property QAxBase::control |
910 \brief the name of the COM object wrapped by this QAxBase object. |
910 \brief the name of the COM object wrapped by this QAxBase object. |
911 |
911 |
912 Setting this property initilializes the COM object. Any COM object |
912 Setting this property initializes the COM object. Any COM object |
913 previously set is shut down. |
913 previously set is shut down. |
914 |
914 |
915 The most efficient way to set this property is by using the |
915 The most efficient way to set this property is by using the |
916 registered component's UUID, e.g. |
916 registered component's UUID, e.g. |
917 |
917 |