#include <QtCore/QString>
#include <QtWui/QwuiGlobal>
Classes | |
class | QwuiAbstractResource |
This class represents a resource that can be served by the web server. A resource can be any type of information that can be served by a web server. Examples: an image file, a text file, some code generating HTML, etc... A resource is identified by its MIME-type and this class provides the resource length, its path and is able to send the resource to an QIODevice. More... |