##// END OF EJS Templates
Merge branch 'feature/timeWidgetAndSidePane' into develop
Merge branch 'feature/timeWidgetAndSidePane' into develop

File last commit:

r126:5404c5d53512
r128:a642436e9414 merge
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