Warning, /education/parley/src/practice/configure/specificpracticeoptions.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>SpecificPracticeOptions</class>
0004  <widget class="QWidget" name="SpecificPracticeOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>585</width>
0010     <height>413</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0" colspan="2">
0015     <widget class="QGroupBox" name="groupBox_2">
0016      <property name="title">
0017       <string>Multiple Choice</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2">
0020       <item>
0021        <widget class="QCheckBox" name="kcfg_MultipleChoiceWordTypeConsistancy">
0022         <property name="toolTip">
0023          <string>When creating multiple choice practices, try to show answers of the same word type.</string>
0024         </property>
0025         <property name="text">
0026          <string>Use choices of the same word type</string>
0027         </property>
0028         <property name="checked">
0029          <bool>true</bool>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <layout class="QHBoxLayout" name="horizontalLayout">
0035         <item>
0036          <widget class="QLabel" name="label_4">
0037           <property name="lineWidth">
0038            <number>1</number>
0039           </property>
0040           <property name="text">
0041            <string>Number of choices:</string>
0042           </property>
0043           <property name="indent">
0044            <number>0</number>
0045           </property>
0046          </widget>
0047         </item>
0048         <item>
0049          <widget class="QSpinBox" name="kcfg_NumberMultipleChoiceAnswers">
0050           <property name="maximumSize">
0051            <size>
0052             <width>74</width>
0053             <height>16777215</height>
0054            </size>
0055           </property>
0056           <property name="minimum">
0057            <number>2</number>
0058           </property>
0059           <property name="maximum">
0060            <number>5</number>
0061           </property>
0062           <property name="value">
0063            <number>5</number>
0064           </property>
0065          </widget>
0066         </item>
0067         <item>
0068          <spacer name="horizontalSpacer">
0069           <property name="orientation">
0070            <enum>Qt::Horizontal</enum>
0071           </property>
0072           <property name="sizeHint" stdset="0">
0073            <size>
0074             <width>0</width>
0075             <height>20</height>
0076            </size>
0077           </property>
0078          </spacer>
0079         </item>
0080        </layout>
0081       </item>
0082      </layout>
0083     </widget>
0084    </item>
0085    <item row="1" column="0" colspan="2">
0086     <spacer name="verticalSpacer">
0087      <property name="orientation">
0088       <enum>Qt::Vertical</enum>
0089      </property>
0090      <property name="sizeHint" stdset="0">
0091       <size>
0092        <width>20</width>
0093        <height>0</height>
0094       </size>
0095      </property>
0096     </spacer>
0097    </item>
0098   </layout>
0099  </widget>
0100  <resources/>
0101  <connections/>
0102 </ui>