##// END OF EJS Templates
Add the TimeWidget
Add the TimeWidget

File last commit:

r134:5404c5d53512
r134:5404c5d53512
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