##// END OF EJS Templates
added PyLauncher example...
added PyLauncher example added hadError() to scripting console added addSysPath() git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@50 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r14:59f352c6d9fb
Show More
PythonQtWrapper_QInputContextFactory.h
25 lines | 886 B | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QInputContextFactory.h
#ifndef PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H
#define PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H
#include <qinputcontextfactory.h>
#include <QObject>
#include <QVariant>
#include <qinputcontext.h>
#include <qobject.h>
#include <qstringlist.h>
class PythonQtWrapper_QInputContextFactory : public QObject
{ Q_OBJECT
public:
public slots:
QInputContextFactory* new_QInputContextFactory();
void delete_QInputContextFactory(QInputContextFactory* obj) { delete obj; }
QInputContext* static_QInputContextFactory_create(const QString& key, QObject* parent);
QString static_QInputContextFactory_description(const QString& key);
QString static_QInputContextFactory_displayName(const QString& key);
QStringList static_QInputContextFactory_keys();
QStringList static_QInputContextFactory_languages(const QString& key);
};
#endif // PYTHONQTWRAPPER_QINPUTCONTEXTFACTORY_H