From 8db29b630bacb6d26b6a6df564775de26a11d032 Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de>
Date: Sat, 20 Feb 2016 17:18:05 +0100
Subject: [PATCH] added menu bar

---
 sensecarbon_tsv_gui_base.ui | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/sensecarbon_tsv_gui_base.ui b/sensecarbon_tsv_gui_base.ui
index a6a5f7bd..8a635661 100644
--- a/sensecarbon_tsv_gui_base.ui
+++ b/sensecarbon_tsv_gui_base.ui
@@ -299,8 +299,8 @@
              <rect>
               <x>0</x>
               <y>0</y>
-              <width>81</width>
-              <height>28</height>
+              <width>754</width>
+              <height>204</height>
              </rect>
             </property>
             <property name="sizePolicy">
@@ -723,6 +723,28 @@
     </layout>
    </widget>
   </widget>
+  <widget class="QMenuBar" name="menuBar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>898</width>
+     <height>21</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="menuFiles">
+    <property name="title">
+     <string>Files</string>
+    </property>
+   </widget>
+   <widget class="QMenu" name="menuAbout">
+    <property name="title">
+     <string>About</string>
+    </property>
+   </widget>
+   <addaction name="menuFiles"/>
+   <addaction name="menuAbout"/>
+  </widget>
   <action name="actionSelectCoordinate">
    <property name="text">
     <string>selectCoordinate</string>
-- 
GitLab