|
|
@@ -0,0 +1,284 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<ui version="4.0"> |
|
|
<class>FilterMultipleDialog</class> |
|
|
<widget class="QDialog" name="FilterMultipleDialog"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>992</width> |
|
|
<height>751</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
|
<string>Dialog</string> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
<item row="0" column="0" colspan="2"> |
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
<item> |
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
<item> |
|
|
<widget class="QLabel" name="label"> |
|
|
<property name="text"> |
|
|
<string>Available</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QListWidget" name="_availableVectors"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
<horstretch>1</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="whatsThis"> |
|
|
<string>The source file for the vectors selected in this list will be changed.</string> |
|
|
</property> |
|
|
<property name="selectionMode"> |
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
<item> |
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
<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> |
|
|
<item> |
|
|
<widget class="QLabel" name="label_3"> |
|
|
<property name="text"> |
|
|
<string> </string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="_timestreams"> |
|
|
<property name="statusTip"> |
|
|
<string>Select timestream Y axis vectors</string> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>Smart</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="_addAll"> |
|
|
<property name="statusTip"> |
|
|
<string>Select all in list</string> |
|
|
</property> |
|
|
<property name="whatsThis"> |
|
|
<string>Select all vectors in the list.</string> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>All</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="_add"> |
|
|
<property name="statusTip"> |
|
|
<string/> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="_remove"> |
|
|
<property name="whatsThis"> |
|
|
<string>Unselect all vectors in the list.</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="_removeAll"> |
|
|
<property name="whatsThis"> |
|
|
<string>Unselect all vectors in the list.</string> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>All</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<spacer> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Vertical</enum> |
|
|
</property> |
|
|
<property name="sizeType"> |
|
|
<enum>QSizePolicy::Expanding</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>80</width> |
|
|
<height>51</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
<item> |
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
<item> |
|
|
<widget class="QLabel" name="label_2"> |
|
|
<property name="text"> |
|
|
<string>Selected</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QListWidget" name="_selectedVectors"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
<horstretch>1</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="whatsThis"> |
|
|
<string>The source file for the vectors selected in this list will be changed.</string> |
|
|
</property> |
|
|
<property name="selectionMode"> |
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
<item row="1" column="0" colspan="2"> |
|
|
<widget class="QFrame" name="frame"> |
|
|
<property name="frameShape"> |
|
|
<enum>QFrame::StyledPanel</enum> |
|
|
</property> |
|
|
<property name="frameShadow"> |
|
|
<enum>QFrame::Raised</enum> |
|
|
</property> |
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
<item> |
|
|
<widget class="QComboBox" name="_pluginCombo"/> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QLabel" name="_descriptionLabel"> |
|
|
<property name="text"> |
|
|
<string/> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="0" rowspan="4"> |
|
|
<widget class="QFrame" name="_inputOutputBox"> |
|
|
<property name="frameShape"> |
|
|
<enum>QFrame::StyledPanel</enum> |
|
|
</property> |
|
|
<property name="frameShadow"> |
|
|
<enum>QFrame::Raised</enum> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="1"> |
|
|
<widget class="QRadioButton" name="_replaceCurves"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>Rep&lace in Curves</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="3" column="1"> |
|
|
<widget class="QRadioButton" name="_copyCurves"> |
|
|
<property name="text"> |
|
|
<string>Copy cur&ves</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="4" column="1"> |
|
|
<widget class="QRadioButton" name="_neitherCurves"> |
|
|
<property name="text"> |
|
|
<string>&Neither</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="5" column="1"> |
|
|
<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> |
|
|
<item row="6" column="0" colspan="2"> |
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="standardButtons"> |
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
<resources/> |
|
|
<connections> |
|
|
<connection> |
|
|
<sender>buttonBox</sender> |
|
|
<signal>accepted()</signal> |
|
|
<receiver>FilterMultipleDialog</receiver> |
|
|
<slot>accept()</slot> |
|
|
<hints> |
|
|
<hint type="sourcelabel"> |
|
|
<x>248</x> |
|
|
<y>254</y> |
|
|
</hint> |
|
|
<hint type="destinationlabel"> |
|
|
<x>157</x> |
|
|
<y>274</y> |
|
|
</hint> |
|
|
</hints> |
|
|
</connection> |
|
|
<connection> |
|
|
<sender>buttonBox</sender> |
|
|
<signal>rejected()</signal> |
|
|
<receiver>FilterMultipleDialog</receiver> |
|
|
<slot>reject()</slot> |
|
|
<hints> |
|
|
<hint type="sourcelabel"> |
|
|
<x>316</x> |
|
|
<y>260</y> |
|
|
</hint> |
|
|
<hint type="destinationlabel"> |
|
|
<x>286</x> |
|
|
<y>274</y> |
|
|
</hint> |
|
|
</hints> |
|
|
</connection> |
|
|
</connections> |
|
|
</ui> |