Initial commit for Speed Freak app
[speedfreak] / UI / measuredialog.h
diff --git a/UI/measuredialog.h b/UI/measuredialog.h
new file mode 100644 (file)
index 0000000..24a3773
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef MEASUREDIALOG_H
+#define MEASUREDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+    class MeasureDialog;
+}
+
+class MeasureDialog : public QDialog {
+    Q_OBJECT
+public:
+    MeasureDialog(QWidget *parent = 0);
+    ~MeasureDialog();
+
+protected:
+    void changeEvent(QEvent *e);
+
+private:
+    Ui::MeasureDialog *ui;
+};
+
+#endif // MEASUREDIALOG_H