Results 1 to 2 of 2

Thread: how many dynamic features are there in QT?

  1. #1
    Join Date
    Feb 2012
    Posts
    10
    Thanks
    3

    Default how many dynamic features are there in QT?

    We know that Qt has a plugin architecture that makes it possible to load code into an application without recompiling or relinking.

    We also can integrate javascript into Qt using QScriptEngine.

    I am wondering if there are any other dynamic features in Qt, which can add new features/functions to our application, without recompling or relinking.

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: how many dynamic features are there in QT?

    QProcess can be used to execute an external process too. I.e. A separate executable, a batch/script file, etc. There's also DBUS or ActiveX depending on the platform...
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

  3. The following user says thank you to jefftee for this useful post:

    govi1 (31st January 2016)

Similar Threads

  1. Qt Sql Features
    By lk in forum Qt Programming
    Replies: 12
    Last Post: 19th February 2013, 18:31
  2. Replies: 0
    Last Post: 29th March 2012, 19:56
  3. What are the new features in Qt-4.6?
    By h123 in forum Qt Programming
    Replies: 1
    Last Post: 30th July 2009, 15:04
  4. New features...
    By jpujolf in forum General Discussion
    Replies: 2
    Last Post: 22nd October 2008, 12:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.