| Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions |
#include <QApplication>
#include "../connection.h"
#include "tableeditor.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
if (!createConnection())
return 1;
TableEditor editor("person");
editor.show();
return editor.exec();
}
| Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |