2012-05-18 06:51:07 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2012-10-29 14:26:24 -04:00
|
|
|
<class>EditWidgetProperties</class>
|
|
|
|
<widget class="QWidget" name="EditWidgetProperties">
|
2012-05-18 06:51:07 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-05-26 11:58:52 -04:00
|
|
|
<width>364</width>
|
|
|
|
<height>408</height>
|
2012-05-18 06:51:07 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0">
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="spacing">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2012-05-18 06:51:07 -04:00
|
|
|
</property>
|
2017-02-13 08:39:34 -05:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>8</number>
|
2018-12-28 18:32:25 -05:00
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="0" column="0">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLabel" name="labelCreated">
|
|
|
|
<property name="text">
|
|
|
|
<string>Created:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="0" column="1">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLineEdit" name="createdEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Datetime created</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="1" column="0">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLabel" name="labelModfied">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modified:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="1" column="1">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLineEdit" name="modifiedEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Datetime modified</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="2" column="0">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLabel" name="labelAccessed">
|
|
|
|
<property name="text">
|
|
|
|
<string>Accessed:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="2" column="1">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLineEdit" name="accessedEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Datetime accessed</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="3" column="0">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLabel" name="labelUuid">
|
|
|
|
<property name="text">
|
|
|
|
<string>Uuid:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item row="3" column="1">
|
2018-02-06 10:37:06 -05:00
|
|
|
<widget class="QLineEdit" name="uuidEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Unique ID</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-05-18 06:51:07 -04:00
|
|
|
</item>
|
2020-05-26 11:58:52 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-02-06 10:37:06 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Plugin Data</string>
|
2012-05-18 06:51:07 -04:00
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTableView" name="customDataTable">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Plugin data</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
2018-02-19 09:23:22 -05:00
|
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
|
|
<number>200</number>
|
2018-02-06 10:37:06 -05:00
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removeCustomDataButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Remove selected plugin data</string>
|
|
|
|
</property>
|
2018-02-06 10:37:06 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-05-18 06:51:07 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>createdEdit</tabstop>
|
|
|
|
<tabstop>modifiedEdit</tabstop>
|
|
|
|
<tabstop>accessedEdit</tabstop>
|
|
|
|
<tabstop>uuidEdit</tabstop>
|
|
|
|
</tabstops>
|
2012-05-18 06:51:07 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|