Various interface tests.
diff --git a/mylistview.h b/mylistview.h
new file mode 100644
index 0000000..5cee6b7
--- /dev/null
+++ b/mylistview.h
@@ -0,0 +1,19 @@
+#ifndef MYLISTVIEW_H
+#define MYLISTVIEW_H
+
+#include <QWidget>
+#include <QListView>
+
+class MyListView : public QListView
+{
+    Q_OBJECT
+public:
+    explicit MyListView(QWidget *parent = 0);
+
+signals:
+
+public slots:
+
+};
+
+#endif // MYLISTVIEW_H