|Home | Tutorial | Classes | Functions | Qt Scripter | Language | Qt API | QSA Articles | Qt Script for Applications | ![]() |
The QSInputDialogFactory class extends QSA with a basic and easy-to-use input dialog framework. More...
#include <qsinputdialogfactory.h>
Inherits QSObjectFactory.
The QSInputDialogFactory class extends QSA with a basic and easy-to-use input dialog framework.
To extend the interpreter with the Input Dialog Framework you need to create an instance of the QSInputDialogFactory and add it to the interpreter using the function QSInterpreter::addObjectFactory(). For example:
QSProject proj; QSInterpreter *ip = proj->interpreter(); ip->addObjectFactory( new QSInputDialogFactory );
The script extensions provided by the QSInputDialogFramework are described in detail in Input Dialog Framework
Creates the input dialog factory. Use the function QSInterpreter::addObjectFactory to make the objects this factory represents to an interpreter.
This file is part of Qt Script for Applications, copyright © 2001-2003 Trolltech. All Rights Reserved.
Copyright © 2001-2003 Trolltech | Trademarks | QSA version 1.0.0-beta5
|