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-14 18:28:50 +02:00
<width>536</width>
<height>694</height>
2015-07-10 11:49:37 +02:00
</rect>
</property>
2015-07-10 13:22:46 +02:00
<property name="windowTitle">
2015-07-14 18:28:50 +02:00
<string notr="true"/>
2015-07-10 11:49:37 +02:00
</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">
2015-07-14 18:28:50 +02:00
<property name="toolTip">
<string>Remove measurement</string>
</property>
2015-07-10 13:22:46 +02:00
<property name="currentIndex">
2015-07-19 14:28:01 +02:00
<number>0</number>
2015-07-10 13:22:46 +02:00
</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">
2015-07-12 17:07:04 +02:00
<item>
<widget class="QTableWidget" name="tableWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
2015-07-13 12:48:29 +02:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
2015-07-19 14:28:01 +02:00
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
2015-07-13 12:48:29 +02:00
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
2015-07-19 14:28:01 +02:00
<column>
<property name="text">
<string>Calculated value</string>
</property>
</column>
2015-07-13 12:48:29 +02:00
<column>
<property name="text">
2015-07-21 18:13:09 +02:00
<string>Formula</string>
2015-07-13 12:48:29 +02:00
</property>
</column>
<column>
<property name="text">
<string>Base value</string>
</property>
</column>
<column>
<property name="text">
<string>In sizes</string>
</property>
</column>
<column>
<property name="text">
<string>In heights</string>
</property>
</column>
2015-07-12 17:07:04 +02:00
</widget>
</item>
<item>
2015-07-21 17:28:20 +02:00
<widget class="QGroupBox" name="groupBoxDetails">
2015-07-12 17:07:04 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
2015-07-21 17:28:20 +02:00
<property name="toolTip">
<string>Details</string>
</property>
2015-07-12 17:07:04 +02:00
<property name="title">
<string>Details</string>
</property>
<layout class="QFormLayout" name="formLayout">
2015-07-14 18:28:50 +02:00
<item row="2" column="0">
2015-07-12 17:07:04 +02:00
<widget class="QLabel" name="label">
<property name="text">
<string>Name:</string>
</property>
</widget>
</item>
2015-07-14 18:28:50 +02:00
<item row="2" column="1">
2015-07-21 17:28:20 +02:00
<widget class="QLineEdit" name="lineEditName">
2015-07-13 12:48:29 +02:00
<property name="enabled">
<bool>false</bool>
</property>
</widget>
2015-07-12 17:07:04 +02:00
</item>
2015-07-21 15:24:21 +02:00
<item row="5" column="0">
<widget class="QLabel" name="labelFormula">
2015-07-12 17:07:04 +02:00
<property name="text">
2015-07-21 15:24:21 +02:00
<string>Formula:</string>
2015-07-12 17:07:04 +02:00
</property>
</widget>
</item>
2015-07-21 15:24:21 +02:00
<item row="5" column="1">
2015-07-13 12:48:29 +02:00
<layout class="QHBoxLayout" name="horizontalLayoutValue">
2015-07-12 17:07:04 +02:00
<item>
<widget class="QPlainTextEdit" name="plainTextEditFormula">
2015-07-13 12:48:29 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-12 17:07:04 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>24</height>
</size>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2015-07-21 17:28:20 +02:00
<widget class="QPushButton" name="pushButtonGrow">
2015-07-13 12:48:29 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-12 17:07:04 +02:00
<property name="maximumSize">
<size>
<width>18</width>
<height>18</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Show full calculation in message box</p></body></html></string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset theme="go-down">
<normaloff>../../libs/vtools/dialogs/support</normaloff>../../libs/vtools/dialogs/support</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2015-07-21 17:28:20 +02:00
<widget class="QToolButton" name="toolButtonExpr">
2015-07-13 12:48:29 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/24x24/fx.png</normaloff>:/tapeicon/24x24/fx.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
2015-07-12 17:07:04 +02:00
</layout>
</item>
2015-07-21 15:24:21 +02:00
<item row="6" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBaseValue">
<property name="text">
<string>Base value:</string>
</property>
</widget>
</item>
2015-07-21 15:24:21 +02:00
<item row="7" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelInSizes">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>In sizes:</string>
</property>
</widget>
</item>
2015-07-21 15:24:21 +02:00
<item row="8" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelInHeights">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>In heights:</string>
</property>
</widget>
</item>
2015-07-25 10:54:39 +02:00
<item row="10" column="0">
2015-07-12 17:07:04 +02:00
<widget class="QLabel" name="label_7">
<property name="text">
<string>Description:</string>
</property>
</widget>
</item>
2015-07-25 10:54:39 +02:00
<item row="10" column="1">
2015-07-21 17:28:20 +02:00
<widget class="QPlainTextEdit" name="plainTextEditDescription">
2015-07-13 12:48:29 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-12 17:07:04 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
2015-07-13 12:48:29 +02:00
<verstretch>1</verstretch>
2015-07-12 17:07:04 +02:00
</sizepolicy>
</property>
</widget>
</item>
2015-07-14 18:28:50 +02:00
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item alignment="Qt::AlignLeft">
<widget class="QToolButton" name="toolButtonUp">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Move measurement up</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-07-16 11:38:54 +02:00
<iconset theme="go-up">
<normaloff/>
</iconset>
2015-07-14 18:28:50 +02:00
</property>
</widget>
</item>
<item alignment="Qt::AlignLeft">
<widget class="QToolButton" name="toolButtonDown">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Move measurement down</string>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-07-16 11:38:54 +02:00
<iconset theme="go-down">
<normaloff/>
</iconset>
2015-07-14 18:28:50 +02:00
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item alignment="Qt::AlignRight">
<widget class="QToolButton" name="toolButtonRemove">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string notr="true">...</string>
</property>
<property name="icon">
2015-07-16 11:38:54 +02:00
<iconset theme="list-remove">
<normaloff/>
</iconset>
2015-07-14 18:28:50 +02:00
</property>
</widget>
</item>
</layout>
</item>
2015-07-21 15:24:21 +02:00
<item row="4" column="0">
<widget class="QLabel" name="labelCalculated">
<property name="text">
<string>Calculated value:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="labelCalculatedValue">
<property name="text">
2015-07-21 18:13:09 +02:00
<string notr="true"/>
2015-07-21 15:24:21 +02:00
</property>
</widget>
</item>
2015-07-25 08:10:56 +02:00
<item row="6" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxBaseValue">
2015-07-22 11:44:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimum">
2015-07-25 08:10:56 +02:00
<double>-10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
<property name="maximum">
2015-07-25 08:10:56 +02:00
<double>10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
</widget>
</item>
<item row="7" column="1">
2015-07-25 08:10:56 +02:00
<widget class="QDoubleSpinBox" name="doubleSpinBoxInSizes">
2015-07-22 11:44:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimum">
2015-07-25 08:10:56 +02:00
<double>-10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
<property name="maximum">
2015-07-25 08:10:56 +02:00
<double>10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
</widget>
</item>
2015-07-25 08:10:56 +02:00
<item row="8" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxInHeights">
2015-07-22 11:44:31 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimum">
2015-07-25 08:10:56 +02:00
<double>-10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
<property name="maximum">
2015-07-25 08:10:56 +02:00
<double>10000.000000000000000</double>
2015-07-22 11:44:31 +02:00
</property>
</widget>
</item>
2015-07-25 10:54:39 +02:00
<item row="9" column="0">
<widget class="QLabel" name="labelFullName">
<property name="text">
<string>Full name:</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="lineEditFullName">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
2015-07-12 17:07:04 +02:00
</layout>
</widget>
2015-07-10 13:22:46 +02:00
</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>
2015-07-12 17:07:04 +02:00
<layout class="QFormLayout" name="formLayout_2">
2015-07-13 12:48:29 +02:00
<item row="0" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item row="0" column="1">
2015-07-14 18:28:50 +02:00
<widget class="QLabel" name="labelMType">
2015-07-13 12:48:29 +02:00
<property name="text">
<string>Measurement type</string>
</property>
</widget>
</item>
2015-07-12 17:07:04 +02:00
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Path:</string>
</property>
</widget>
</item>
<item row="1" column="1">
2015-07-13 12:48:29 +02:00
<layout class="QHBoxLayout" name="horizontalLayoutPath">
<item>
2015-07-18 14:39:33 +02:00
<widget class="QLabel" name="labelPathToFile">
2015-07-13 12:48:29 +02:00
<property name="text">
<string>Path to file</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QPushButton" name="pushButtonShowInFolder">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-13 12:48:29 +02:00
<property name="text">
<string>Show in folder</string>
</property>
</widget>
</item>
</layout>
2015-07-12 17:07:04 +02:00
</item>
<item row="2" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBaseSize">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Base size:</string>
</property>
</widget>
</item>
<item row="2" column="1">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBaseSizeValue">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Base size value</string>
</property>
</widget>
</item>
<item row="3" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBaseHeight">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Base height:</string>
</property>
</widget>
</item>
<item row="3" column="1">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBaseHeightValue">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Base height value</string>
</property>
</widget>
</item>
<item row="4" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelGivenName">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Given name:</string>
</property>
</widget>
</item>
<item row="4" column="1">
2015-07-14 18:28:50 +02:00
<widget class="QLineEdit" name="lineEditGivenName">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
2015-07-12 17:07:04 +02:00
</item>
<item row="5" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelFamilyName">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Family name:</string>
</property>
</widget>
</item>
<item row="5" column="1">
2015-07-14 18:28:50 +02:00
<widget class="QLineEdit" name="lineEditFamilyName">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
2015-07-12 17:07:04 +02:00
</item>
<item row="6" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelBirthDate">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Birth date:</string>
</property>
</widget>
</item>
<item row="6" column="1">
2015-07-13 12:48:29 +02:00
<widget class="QDateEdit" name="dateEditBirthDate">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-12 17:07:04 +02:00
<property name="displayFormat">
<string>yyyy-MM-dd</string>
</property>
</widget>
</item>
<item row="7" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelSex">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Sex:</string>
</property>
</widget>
</item>
2015-07-13 12:48:29 +02:00
<item row="7" column="1">
2015-07-14 18:28:50 +02:00
<widget class="QComboBox" name="comboBoxSex">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
2015-07-13 12:48:29 +02:00
</item>
2015-07-12 17:07:04 +02:00
<item row="8" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelEmail">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Email:</string>
</property>
</widget>
</item>
2015-07-13 12:48:29 +02:00
<item row="8" column="1">
2015-07-14 18:28:50 +02:00
<widget class="QLineEdit" name="lineEditEmail">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
2015-07-13 12:48:29 +02:00
</item>
2015-07-12 17:07:04 +02:00
<item row="9" column="0">
2015-07-13 12:48:29 +02:00
<widget class="QLabel" name="labelNotes">
2015-07-12 17:07:04 +02:00
<property name="text">
<string>Notes:</string>
</property>
</widget>
</item>
<item row="9" column="1">
2015-07-13 12:48:29 +02:00
<widget class="QPlainTextEdit" name="plainTextEditNotes">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2015-07-13 12:48:29 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
2015-07-12 17:07:04 +02:00
</property>
</widget>
</item>
</layout>
2015-07-10 13:22:46 +02:00
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-07-14 18:28:50 +02:00
<width>536</width>
2015-07-10 13:22:46 +02:00
<height>25</height>
</rect>
</property>
2015-07-12 17:56:34 +02:00
<widget class="QMenu" name="menuFile">
2015-07-12 16:19:53 +02:00
<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"/>
2015-07-14 18:28:50 +02:00
<addaction name="actionReadOnly"/>
<addaction name="separator"/>
2015-07-12 16:19:53 +02:00
<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>
2015-07-19 14:28:01 +02:00
<widget class="QMenu" name="menuMeasurements">
<property name="title">
<string>Measurements</string>
</property>
<addaction name="actionAddKnown"/>
<addaction name="actionAddCustom"/>
</widget>
2015-07-12 17:56:34 +02:00
<addaction name="menuFile"/>
2015-07-19 14:28:01 +02:00
<addaction name="menuMeasurements"/>
2015-07-12 16:19:53 +02:00
<addaction name="menuWindow"/>
<addaction name="menuHelp"/>
2015-07-10 13:22:46 +02:00
</widget>
<widget class="QToolBar" name="mainToolBar">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2015-07-21 15:18:10 +02:00
<property name="windowTitle">
<string>Menu</string>
</property>
2015-07-14 18:28:50 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2015-07-10 13:22:46 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
2015-07-14 18:28:50 +02:00
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionAddKnown"/>
<addaction name="actionAddCustom"/>
<addaction name="actionReadOnly"/>
2015-07-10 13:22:46 +02:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
2015-07-21 15:18:10 +02:00
<widget class="QToolBar" name="toolBarGradation">
<property name="windowTitle">
<string>Gradation</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<property name="allowedAreas">
<set>Qt::AllToolBarAreas</set>
</property>
<property name="floatable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>BottomToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
2015-07-12 16:19:53 +02:00
<action name="actionOpen">
2015-07-14 18:28:50 +02:00
<property name="icon">
<iconset theme="document-open">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>Open ...</string>
</property>
</action>
<action name="actionSave">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionSaveAs">
2015-07-14 18:28:50 +02:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-save-as">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>Save As ...</string>
</property>
</action>
<action name="actionQuit">
2015-07-14 18:28:50 +02:00
<property name="icon">
<iconset theme="application-exit">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionAboutQt">
<property name="text">
<string>About &Qt</string>
</property>
</action>
<action name="actionAboutTape">
2015-07-14 18:28:50 +02:00
<property name="icon">
<iconset theme="help-about">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>About Tape</string>
</property>
</action>
<action name="actionNew">
2015-07-14 18:28:50 +02:00
<property name="icon">
<iconset theme="document-new">
<normaloff/>
</iconset>
</property>
2015-07-12 16:19:53 +02:00
<property name="text">
<string>New</string>
</property>
</action>
2015-07-14 18:28:50 +02:00
<action name="actionAddKnown">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/24x24/red_plus.png</normaloff>:/tapeicon/24x24/red_plus.png</iconset>
</property>
<property name="text">
<string>Add known</string>
</property>
</action>
<action name="actionAddCustom">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/24x24/orange_plus.png</normaloff>:/tapeicon/24x24/orange_plus.png</iconset>
</property>
<property name="text">
<string>Add custom</string>
</property>
</action>
<action name="actionReadOnly">
<property name="checkable">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="share/resources/tapeicon.qrc">
<normaloff>:/tapeicon/24x24/padlock_opened.png</normaloff>:/tapeicon/24x24/padlock_opened.png</iconset>
</property>
<property name="text">
<string>Read only</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>