2015-07-10 13:22:46 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-07-10 11:49:37 +02:00
<ui version="4.0">
<class>TMainWindow</class>
2015-07-10 13:22:46 +02:00
<widget class="QMainWindow" name="TMainWindow">
<property name="geometry">
2015-07-10 11:49:37 +02:00
<rect>
<x>0</x>
<y>0</y>
2015-07-12 16:19:53 +02:00
<width>742</width>
<height>520</height>
2015-07-10 11:49:37 +02:00
</rect>
</property>
2015-07-10 13:22:46 +02:00
<property name="windowTitle">
2015-07-10 11:49:37 +02:00
<string>TMainWindow</string>
</property>
2015-07-12 16:19:53 +02:00
<property name="windowIcon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/64x64/logo.png</normaloff>:/tapeicon/64x64/logo.png</iconset>
</property>
2015-07-10 13:22:46 +02:00
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="labelToolTip">
<property name="text">
<string><html><head/><body><p><span style=" font-size:18pt;">Select New for creation measurement file.</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabMeasurements">
2015-07-12 16:19:53 +02:00
<attribute name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/16x16/measurement.png</normaloff>:/tapeicon/16x16/measurement.png</iconset>
</attribute>
2015-07-10 13:22:46 +02:00
<attribute name="title">
<string>Measuremnts</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTableWidget" name="tableWidget"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabInformation">
2015-07-12 16:19:53 +02:00
<attribute name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/16x16/info.png</normaloff>:/tapeicon/16x16/info.png</iconset>
</attribute>
2015-07-10 13:22:46 +02:00
<attribute name="title">
<string>Information</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-07-12 16:19:53 +02:00
<width>742</width>
2015-07-10 13:22:46 +02:00
<height>25</height>
</rect>
</property>
2015-07-12 16:19:53 +02:00
<widget class="QMenu" name="menu_File">
<property name="title">
<string>File</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="separator"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuWindow">
<property name="title">
<string>Window</string>
</property>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAboutQt"/>
<addaction name="actionAboutTape"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menuWindow"/>
<addaction name="menuHelp"/>
2015-07-10 13:22:46 +02:00
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
2015-07-12 16:19:53 +02:00
<action name="actionOpen">
<property name="text">
<string>Open ...</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionSaveAs">
<property name="text">
<string>Save As ...</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionAboutQt">
<property name="text">
<string>About &Qt</string>
</property>
</action>
<action name="actionAboutTape">
<property name="text">
<string>About Tape</string>
</property>
</action>
<action name="actionNew">
<property name="text">
<string>New</string>
</property>
</action>
2015-07-10 11:49:37 +02:00
</widget>
2015-07-10 13:22:46 +02:00
<layoutdefault spacing="6" margin="11"/>
2015-07-12 16:19:53 +02:00
<resources>
<include location="share/resources/tapeicon.qrc"/>
</resources>
2015-07-10 11:49:37 +02:00
<connections/>
</ui>