##// END OF EJS Templates
Fix build issues in tests...
Fix build issues in tests Change-Id: I477f15192c406572f26d4c1d2fa9497d0ddad230 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2732:a686cb49be86
Show More
tablewidget.h
34 lines | 975 B | text/x-c | CLexer
Marek Rosa
Added barmodelmapper example
r1367 /****************************************************************************
**
Titta Heikkala
Update copyright year...
r2688 ** Copyright (C) 2014 Digia Plc
Marek Rosa
Added barmodelmapper example
r1367 ** All rights reserved.
** For any questions to Digia, please use contact form at http://qt.digia.com
**
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 ** This file is part of the Qt Enterprise Charts Add-on.
Marek Rosa
Added barmodelmapper example
r1367 **
** $QT_BEGIN_LICENSE$
Miikka Heikkinen
Qt Commercial -> Qt Enterprise...
r2574 ** Licensees holding valid Qt Enterprise licenses may use this file in
** accordance with the Qt Enterprise License Agreement provided with the
Marek Rosa
Added barmodelmapper example
r1367 ** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and Digia.
**
** If you have questions regarding the use of this file, please use
** contact form at http://qt.digia.com
** $QT_END_LICENSE$
**
****************************************************************************/
#ifndef TABLEWIDGET_H
#define TABLEWIDGET_H
Titta Heikkala
Fix include syntax...
r2714 #include <QtWidgets/QWidget>
Marek Rosa
Added barmodelmapper example
r1367
class TableWidget : public QWidget
{
Q_OBJECT
Jani Honkonen
coding style fixes for examples
r2098
Marek Rosa
Added barmodelmapper example
r1367 public:
TableWidget(QWidget *parent = 0);
};
#endif // TABLEWIDGET_H