Warning, /plasma/oxygen/liboxygen/ui/oxygengenericanimationconfigbox.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>GenericAnimationConfigBox</class>
0004  <widget class="QFrame" name="GenericAnimationConfigBox">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>38</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Frame</string>
0021   </property>
0022   <property name="frameShape">
0023    <enum>QFrame::StyledPanel</enum>
0024   </property>
0025   <property name="frameShadow">
0026    <enum>QFrame::Sunken</enum>
0027   </property>
0028   <layout class="QGridLayout" name="gridLayout">
0029    <item row="0" column="0">
0030     <widget class="QLabel" name="label">
0031      <property name="sizePolicy">
0032       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0033        <horstretch>0</horstretch>
0034        <verstretch>0</verstretch>
0035       </sizepolicy>
0036      </property>
0037      <property name="text">
0038       <string>Duration:</string>
0039      </property>
0040      <property name="alignment">
0041       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0042      </property>
0043      <property name="buddy">
0044       <cstring>durationSpinBox</cstring>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="0" column="2">
0049     <spacer name="horizontalSpacer">
0050      <property name="orientation">
0051       <enum>Qt::Horizontal</enum>
0052      </property>
0053      <property name="sizeHint" stdset="0">
0054       <size>
0055        <width>40</width>
0056        <height>20</height>
0057       </size>
0058      </property>
0059     </spacer>
0060    </item>
0061    <item row="0" column="1">
0062     <widget class="QSpinBox" name="durationSpinBox">
0063      <property name="suffix">
0064       <string> ms</string>
0065      </property>
0066      <property name="minimum">
0067       <number>5</number>
0068      </property>
0069      <property name="maximum">
0070       <number>2000</number>
0071      </property>
0072      <property name="singleStep">
0073       <number>5</number>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <resources/>
0080  <connections/>
0081 </ui>