#include <QtCore/QObject>
#include <QtCore/QHash>
#include <QtWui/QwuiGlobal>
Classes | |
class | QwuiResourceProviderServer |
this class holds currently alive sessions and creates new ones on demand. This class is used to hold sessions and manage their lifetimes. A new session can be created with newSession(). With takeSession() and releaseSession() you can take the ownership of a session for your specific handling and release it once you are finished. More... |