#include <QtCore/QString>
#include <QtWui/QwuiGlobal>
Classes | |
class | QwuiAbstractRessource |
This class represents a ressource that can be served by the web server. A ressource 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 ressource is identified by its MIME-type and this class provides the ressource length, its path and is able to send the ressource to an QIODevice. More... |