Primo commit branch interfaccia grafica

This commit is contained in:
2019-10-27 19:04:18 +01:00
parent 10f48a2303
commit eec006f6c5

View File

@@ -1,10 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<author></author> <ui version="4.0">
<comment></comment> <class>win_main</class>
<exportmacro></exportmacro> <widget class="QMainWindow" name="win_main">
<class>MainWindow</class> <property name="geometry">
<widget class="QMainWindow" name="MainWindow" >
<property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@@ -12,14 +10,22 @@
<height>600</height> <height>600</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>MainWindow</string> <string>MainWindow</string>
</property> </property>
<widget class="QMenuBar" name="menubar" /> <widget class="QWidget" name="centralwidget"/>
<widget class="QWidget" name="centralwidget" /> <widget class="QMenuBar" name="menubar">
<widget class="QStatusBar" name="statusbar" /> <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget> </widget>
<pixmapfunction></pixmapfunction> <resources/>
<connections/> <connections/>
</ui> </ui>