##// END OF EJS Templates
Factorisation of the lambda connected to the side pane button
Factorisation of the lambda connected to the side pane button

File last commit:

r126:5404c5d53512
r130:8776db221f5e
Show More
TimeWidget.h
23 lines | 342 B | text/x-c | CLexer
#ifndef SCIQLOP_TIMEWIDGET_H
#define SCIQLOP_TIMEWIDGET_H
#include <QWidget>
namespace Ui {
class TimeWidget;
} // Ui
class TimeWidget;
class TimeWidget : public QWidget {
Q_OBJECT
public:
explicit TimeWidget(QWidget *parent = 0);
virtual ~TimeWidget();
private:
Ui::TimeWidget *ui;
};
#endif // SCIQLOP_ SQPSIDEPANE_H