Warning, /education/labplot/src/kdefrontend/ui/spreadsheet/samplevalueswidget.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>SampleValuesWidget</class> 0004 <widget class="QWidget" name="SampleValuesWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>330</width> 0010 <height>107</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Form</string> 0015 </property> 0016 <layout class="QGridLayout" name="gridLayout"> 0017 <item row="1" column="1"> 0018 <widget class="QSpinBox" name="sbValue"> 0019 <property name="minimum"> 0020 <number>1</number> 0021 </property> 0022 <property name="maximum"> 0023 <number>9999</number> 0024 </property> 0025 </widget> 0026 </item> 0027 <item row="1" column="0"> 0028 <widget class="QLabel" name="lValue"> 0029 <property name="text"> 0030 <string>Period:</string> 0031 </property> 0032 </widget> 0033 </item> 0034 <item row="0" column="1"> 0035 <widget class="QComboBox" name="cbMethod"> 0036 <property name="sizePolicy"> 0037 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0038 <horstretch>0</horstretch> 0039 <verstretch>0</verstretch> 0040 </sizepolicy> 0041 </property> 0042 </widget> 0043 </item> 0044 <item row="0" column="0"> 0045 <widget class="QLabel" name="lMethod"> 0046 <property name="text"> 0047 <string>Method:</string> 0048 </property> 0049 </widget> 0050 </item> 0051 <item row="2" column="0"> 0052 <spacer name="verticalSpacer"> 0053 <property name="orientation"> 0054 <enum>Qt::Vertical</enum> 0055 </property> 0056 <property name="sizeHint" stdset="0"> 0057 <size> 0058 <width>20</width> 0059 <height>40</height> 0060 </size> 0061 </property> 0062 </spacer> 0063 </item> 0064 </layout> 0065 </widget> 0066 <resources/> 0067 <connections/> 0068 </ui>