Clases |
struct | Image |
Métodos públicos |
| Resource () |
| Resource (MainWindow *mw) |
| ~Resource () |
void | setWidget (FormWindow *w) |
QWidget * | widget () const |
bool | load (FormFile *ff, Project *defProject=0) |
bool | load (FormFile *ff, QIODevice *, Project *defProject=0) |
QString | copy () |
bool | save (const QString &filename, bool formCodeOnly=FALSE) |
bool | save (QIODevice *) |
void | paste (const QString &cb, QWidget *parent) |
Métodos públicos estáticos |
static void | saveImageData (const QImage &img, QTextStream &ts, int indent) |
static void | loadCustomWidgets (const QDomElement &e, Resource *r) |
static void | loadExtraSource (FormFile *formfile, const QString &currFileName, LanguageInterface *langIface, bool hasFunctions) |
static bool | saveFormCode (FormFile *formfile, LanguageInterface *langIface) |
Class for saving/loading, etc. forms.
This class is used for saving and loading forms, code generation, transferring data of widgets over the clipboard, etc..
La documentación para esta clase fue generada a partir de los siguientes ficheros: