|
|
|
@ -14,113 +14,162 @@
|
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="filterLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="EsxView::ProfilesComboBox" name="masterView">
|
|
|
|
|
<property name="editable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="pluginView">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textElideMode">
|
|
|
|
|
<enum>Qt::ElideLeft</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
<widget class="QGroupBox" name="contentGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Content</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="filterLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="EsxView::ProfilesComboBox" name="masterView">
|
|
|
|
|
<property name="editable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="pluginView">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textElideMode">
|
|
|
|
|
<enum>Qt::ElideLeft</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="showGrid">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
<zorder>pluginView</zorder>
|
|
|
|
|
<zorder>masterView</zorder>
|
|
|
|
|
<zorder>pluginView</zorder>
|
|
|
|
|
<zorder>masterView</zorder>
|
|
|
|
|
<zorder></zorder>
|
|
|
|
|
<zorder></zorder>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="profileLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Current Profile:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="EsxView::ProfilesComboBox" name="profilesComboBox">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="newProfileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>New Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&New Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoRaise">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="deleteProfileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Delete Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Delete Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+D</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoRaise">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
<widget class="QGroupBox" name="profileGroupBox">
|
|
|
|
|
<property name="focusPolicy">
|
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Profiles</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="flat">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="EsxView::ProfilesComboBox" name="profilesComboBox">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="newProfileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>New Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&New Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoRaise">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="deleteProfileButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Delete Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Delete Profile</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+D</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoRaise">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
<action name="newProfileAction">
|
|
|
|
|