blob: 44bbd62a2b1197b873b3def75786a93dbb7b8622 [file] [log] [blame]
/***************************************************************************
* Copyright (C) 2015 by Savoir-Faire Linux *
* Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>*
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
**************************************************************************/
#ifndef PIVOTVIEWWIDGET_H
#define PIVOTVIEWWIDGET_H
#include <QWidget>
#include "navwidget.h"
#include "pivotcontrol.h"
namespace Ui {
class PivotViewWidget;
}
class PivotViewWidget : public NavWidget
{
Q_OBJECT
public:
explicit PivotViewWidget(QWidget *parent = 0);
~PivotViewWidget();
void atExit();
private:
Ui::PivotViewWidget *ui;
};
#endif // PIVOTVIEWWIDGET_H