Adding initial stage of file system watcher
diff --git a/filesystemwatcher/filesystemwatcher.ui b/filesystemwatcher/filesystemwatcher.ui
new file mode 100644
index 0000000..1c5e766
--- /dev/null
+++ b/filesystemwatcher/filesystemwatcher.ui
@@ -0,0 +1,24 @@
+<ui version="4.0">
+ <class>filesystemwatcher</class>
+ <widget class="QMainWindow" name="filesystemwatcher" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle" >
+   <string>filesystemwatcher</string>
+  </property>
+  <widget class="QMenuBar" name="menuBar" />
+  <widget class="QToolBar" name="mainToolBar" />
+  <widget class="QWidget" name="centralWidget" />
+  <widget class="QStatusBar" name="statusBar" />
+ </widget>
+ <layoutDefault spacing="6" margin="11" />
+ <pixmapfunction></pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>