Files
ThirdParty-6/ParaView-5.0.1/Qt/ApplicationComponents/Resources/UI/pqAnimationTimeWidget.ui

149 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AnimationTimeWidget</class>
<widget class="QWidget" name="AnimationTimeWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>346</width>
<height>27</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0,0,0,1">
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="timeLabel">
<property name="text">
<string>Time:</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonValue">
<property name="text">
<string/>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="pqLineEdit" name="timeValue">
<property name="text">
<string>0</string>
</property>
<property name="resetCursorPositionOnEditingFinished" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButtonStep">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="pqSpinBox" name="timestepValue">
<property name="enabled">
<bool>false</bool>
</property>
<property name="maximum">
<number>10000</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="timestepCountLabel">
<property name="text">
<string>of (TDB)</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>pqSpinBox</class>
<extends>QSpinBox</extends>
<header>pqSpinBox.h</header>
</customwidget>
<customwidget>
<class>pqLineEdit</class>
<extends>QLineEdit</extends>
<header>pqLineEdit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>radioButtonStep</sender>
<signal>toggled(bool)</signal>
<receiver>timestepValue</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>209</x>
<y>13</y>
</hint>
<hint type="destinationlabel">
<x>257</x>
<y>13</y>
</hint>
</hints>
</connection>
<connection>
<sender>radioButtonValue</sender>
<signal>toggled(bool)</signal>
<receiver>timeValue</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>33</x>
<y>12</y>
</hint>
<hint type="destinationlabel">
<x>133</x>
<y>13</y>
</hint>
</hints>
</connection>
</connections>
</ui>