2012-04-14 09:43:41 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>EditEntryWidgetAdvanced</class>
|
|
|
|
<widget class="QWidget" name="EditEntryWidgetAdvanced">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2017-02-13 08:39:34 -05:00
|
|
|
<height>366</height>
|
2012-04-14 09:43:41 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2017-02-13 08:39:34 -05:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-04-14 09:43:41 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="attributesBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Additional attributes</string>
|
|
|
|
</property>
|
2017-03-07 22:38:18 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2012-04-14 09:43:41 -04:00
|
|
|
<item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<widget class="QSplitter" name="attributesSplitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="childrenCollapsible">
|
2015-01-30 03:29:01 -05:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-03-07 22:38:18 -05:00
|
|
|
<widget class="AttributesListView" name="attributesView">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<property name="resizeMode">
|
|
|
|
<enum>QListView::Adjust</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPlainTextEdit" name="attributesEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>170</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-04-14 09:43:41 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<layout class="QVBoxLayout" name="attributesButtonLayout">
|
2012-04-14 09:43:41 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addAttributeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<widget class="QPushButton" name="removeAttributeButton">
|
2012-04-28 13:11:15 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-04-14 09:43:41 -04:00
|
|
|
<property name="text">
|
2017-03-07 22:38:18 -05:00
|
|
|
<string>Remove</string>
|
2012-04-14 09:43:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<widget class="QPushButton" name="editAttributeButton">
|
2012-04-28 13:11:15 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-04-14 09:43:41 -04:00
|
|
|
<property name="text">
|
2017-03-07 22:38:18 -05:00
|
|
|
<string>Edit Name</string>
|
2012-04-14 09:43:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="protectAttributeButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">margin-left:50%;margin-right:50%</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Protect</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="revealAttributeButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Reveal</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-14 09:43:41 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="attachmentsBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Attachments</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
2012-05-02 05:15:50 -04:00
|
|
|
<widget class="QListView" name="attachmentsView">
|
|
|
|
<property name="flow">
|
|
|
|
<enum>QListView::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="isWrapping" stdset="0">
|
|
|
|
<bool>true</bool>
|
2012-04-14 09:43:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-03-07 22:38:18 -05:00
|
|
|
<layout class="QVBoxLayout" name="attachmentsButtonLayout">
|
2012-04-14 09:43:41 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addAttachmentButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removeAttachmentButton">
|
2014-12-03 17:26:42 -05:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-04-14 09:43:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-03 15:50:17 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="openAttachmentButton">
|
2014-12-03 17:26:42 -05:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-12-03 15:50:17 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-14 09:43:41 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="saveAttachmentButton">
|
2014-12-03 17:26:42 -05:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-04-14 09:43:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-28 13:11:15 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>AttributesListView</class>
|
|
|
|
<extends>QListView</extends>
|
2012-05-16 04:16:32 -04:00
|
|
|
<header>gui/entry/EditEntryWidget_p.h</header>
|
2012-04-28 13:11:15 -04:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>attributesView</tabstop>
|
|
|
|
<tabstop>attributesEdit</tabstop>
|
|
|
|
<tabstop>addAttributeButton</tabstop>
|
|
|
|
<tabstop>removeAttributeButton</tabstop>
|
2017-03-07 22:38:18 -05:00
|
|
|
<tabstop>editAttributeButton</tabstop>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstop>attachmentsView</tabstop>
|
|
|
|
<tabstop>addAttachmentButton</tabstop>
|
|
|
|
<tabstop>removeAttachmentButton</tabstop>
|
2017-03-07 22:38:18 -05:00
|
|
|
<tabstop>openAttachmentButton</tabstop>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstop>saveAttachmentButton</tabstop>
|
|
|
|
</tabstops>
|
2012-04-14 09:43:41 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|