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. Qt COM Objects and QApplication
Forum Updated to NodeBB v4.3 + New Features

Qt COM Objects and QApplication

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 449 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.
  • G Offline
    G Offline
    Gilad Y
    wrote on last edited by
    #1

    I have a simple question. If I have several Qt Com Objects does each Qt COM object (created using QAxBindable & QAxAggregated) has its own QApplication instance or somehow they all relate to the same QApp object?
    If it is the later how can that be?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      There will be one QApplication for each Application. Even for COM components it will be same as Qt provides the container in the form QaxObject and QaxWidget. Every object looking for QApplcation access the same the qApp variable exposed to every object.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      6

      • Login

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