![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
/**************************************************************************** ** $Id$ ** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. ** *****************************************************************************/ #include <qapplication.h> #include <qsqldatabase.h> #include <qsqlcursor.h> #include "../login.h" class QSqlRecord; bool createConnections(); class InvoiceItemCursor : public QSqlCursor { public: InvoiceItemCursor(); };
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta1-beta1
|