#include "PythonQtWrapper_QStylePlugin.h" #include #include #include #include #include #include #include QStyle* PythonQtWrapper_QStylePlugin::create(QStylePlugin* theWrappedObject, const QString& key) { return theWrappedObject->create(key); } QStringList PythonQtWrapper_QStylePlugin::keys(QStylePlugin* theWrappedObject) const { return theWrappedObject->keys(); }