Warning, /education/kwordquiz/src/prefquizbase.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author>Peter Hedlund &lt;peter.hedlund@kdemail.net></author>
0003  <class>PrefQuizBase</class>
0004  <widget class="QWidget" name="PrefQuizBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>354</width>
0010     <height>413</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize" >
0014    <size>
0015     <width>300</width>
0016     <height>350</height>
0017    </size>
0018   </property>
0019   <property name="windowTitle" >
0020    <string>Quiz</string>
0021   </property>
0022   <layout class="QGridLayout" >
0023    <property name="leftMargin" >
0024     <number>0</number>
0025    </property>
0026    <property name="topMargin" >
0027     <number>0</number>
0028    </property>
0029    <property name="rightMargin" >
0030     <number>0</number>
0031    </property>
0032    <property name="bottomMargin" >
0033     <number>0</number>
0034    </property>
0035    <property name="horizontalSpacing" >
0036     <number>6</number>
0037    </property>
0038    <property name="verticalSpacing" >
0039     <number>6</number>
0040    </property>
0041    <item row="2" column="0" >
0042     <widget class="QGroupBox" name="grpQA" >
0043      <property name="whatsThis" >
0044       <string>Specify behavior for a question and answer session</string>
0045      </property>
0046      <property name="title" >
0047       <string>Question &amp;&amp; Answer</string>
0048      </property>
0049      <layout class="QGridLayout" >
0050       <property name="leftMargin" >
0051        <number>10</number>
0052       </property>
0053       <property name="topMargin" >
0054        <number>10</number>
0055       </property>
0056       <property name="rightMargin" >
0057        <number>10</number>
0058       </property>
0059       <property name="bottomMargin" >
0060        <number>10</number>
0061       </property>
0062       <property name="horizontalSpacing" >
0063        <number>6</number>
0064       </property>
0065       <property name="verticalSpacing" >
0066        <number>6</number>
0067       </property>
0068       <item row="0" column="0" >
0069        <widget class="QCheckBox" name="kcfg_HintError" >
0070         <property name="toolTip" >
0071          <string>Check to count hint as error</string>
0072         </property>
0073         <property name="whatsThis" >
0074          <string>Select if questions where the hint function has been used should be counted as errors</string>
0075         </property>
0076         <property name="text" >
0077          <string>&amp;Treat hint as error</string>
0078         </property>
0079        </widget>
0080       </item>
0081      </layout>
0082     </widget>
0083    </item>
0084    <item row="3" column="0" >
0085     <widget class="QGroupBox" name="grpScore" >
0086      <property name="whatsThis" >
0087       <string>Specify behavior of the score presentation in any session</string>
0088      </property>
0089      <property name="title" >
0090       <string>Score</string>
0091      </property>
0092      <layout class="QGridLayout" >
0093       <property name="leftMargin" >
0094        <number>10</number>
0095       </property>
0096       <property name="topMargin" >
0097        <number>10</number>
0098       </property>
0099       <property name="rightMargin" >
0100        <number>10</number>
0101       </property>
0102       <property name="bottomMargin" >
0103        <number>10</number>
0104       </property>
0105       <property name="horizontalSpacing" >
0106        <number>6</number>
0107       </property>
0108       <property name="verticalSpacing" >
0109        <number>6</number>
0110       </property>
0111       <item row="0" column="0" >
0112        <widget class="QCheckBox" name="kcfg_Percent" >
0113         <property name="toolTip" >
0114          <string>Check to show score as a percentage</string>
0115         </property>
0116         <property name="whatsThis" >
0117          <string>Select if the score should be shown as a percentage</string>
0118         </property>
0119         <property name="text" >
0120          <string>&amp;Show score as a percentage</string>
0121         </property>
0122        </widget>
0123       </item>
0124      </layout>
0125     </widget>
0126    </item>
0127    <item row="4" column="0" >
0128     <spacer>
0129      <property name="orientation" >
0130       <enum>Qt::Vertical</enum>
0131      </property>
0132      <property name="sizeType" >
0133       <enum>QSizePolicy::Expanding</enum>
0134      </property>
0135      <property name="sizeHint" >
0136       <size>
0137        <width>21</width>
0138        <height>31</height>
0139       </size>
0140      </property>
0141     </spacer>
0142    </item>
0143    <item row="1" column="0" >
0144     <widget class="QGroupBox" name="grpMultiple" >
0145      <property name="whatsThis" >
0146       <string>Specify behavior for a multiple choice session</string>
0147      </property>
0148      <property name="title" >
0149       <string>Multiple Choice</string>
0150      </property>
0151      <layout class="QGridLayout" >
0152       <property name="leftMargin" >
0153        <number>10</number>
0154       </property>
0155       <property name="topMargin" >
0156        <number>10</number>
0157       </property>
0158       <property name="rightMargin" >
0159        <number>10</number>
0160       </property>
0161       <property name="bottomMargin" >
0162        <number>10</number>
0163       </property>
0164       <property name="horizontalSpacing" >
0165        <number>6</number>
0166       </property>
0167       <property name="verticalSpacing" >
0168        <number>6</number>
0169       </property>
0170       <item row="0" column="0" >
0171        <widget class="QCheckBox" name="kcfg_AutoCheck" >
0172         <property name="toolTip" >
0173          <string>Check to correct automatically</string>
0174         </property>
0175         <property name="whatsThis" >
0176          <string>Select if a choice should be checked immediately</string>
0177         </property>
0178         <property name="text" >
0179          <string>Check selection a&amp;utomatically</string>
0180         </property>
0181        </widget>
0182       </item>
0183      </layout>
0184     </widget>
0185    </item>
0186    <item row="0" column="0" >
0187     <widget class="QGroupBox" name="KeepDiscard" >
0188      <property name="whatsThis" >
0189       <string>Specify behavior of a flashcard session</string>
0190      </property>
0191      <property name="title" >
0192       <string>Flashcard</string>
0193      </property>
0194      <layout class="QGridLayout" >
0195       <property name="leftMargin" >
0196        <number>10</number>
0197       </property>
0198       <property name="topMargin" >
0199        <number>10</number>
0200       </property>
0201       <property name="rightMargin" >
0202        <number>10</number>
0203       </property>
0204       <property name="bottomMargin" >
0205        <number>10</number>
0206       </property>
0207       <property name="horizontalSpacing" >
0208        <number>6</number>
0209       </property>
0210       <property name="verticalSpacing" >
0211        <number>6</number>
0212       </property>
0213       <item rowspan="2" row="1" column="0" >
0214        <spacer>
0215         <property name="orientation" >
0216          <enum>Qt::Horizontal</enum>
0217         </property>
0218         <property name="sizeType" >
0219          <enum>QSizePolicy::Fixed</enum>
0220         </property>
0221         <property name="sizeHint" >
0222          <size>
0223           <width>20</width>
0224           <height>70</height>
0225          </size>
0226         </property>
0227        </spacer>
0228       </item>
0229       <item row="1" column="2" >
0230        <widget class="QLabel" name="lblSeconds" >
0231         <property name="sizePolicy" >
0232          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0233           <horstretch>0</horstretch>
0234           <verstretch>0</verstretch>
0235          </sizepolicy>
0236         </property>
0237         <property name="whatsThis" >
0238          <string>Specify the amount of time between card flips</string>
0239         </property>
0240         <property name="text" >
0241          <string>seconds and</string>
0242         </property>
0243        </widget>
0244       </item>
0245       <item row="1" column="1" >
0246        <widget class="QSpinBox" name="kcfg_FlipDelay" >
0247         <property name="toolTip" >
0248          <string>Delay to flip card</string>
0249         </property>
0250         <property name="whatsThis" >
0251          <string>Delay in seconds to flip card</string>
0252         </property>
0253        </widget>
0254       </item>
0255       <item row="2" column="1" colspan="2" >
0256        <widget class="QGroupBox" name="kcfg_KeepDiscard" >
0257         <property name="styleSheet" >
0258          <string>QGroupBox {border-width: 0px; border-style: none;}</string>
0259         </property>
0260         <property name="title" >
0261          <string/>
0262         </property>
0263         <layout class="QGridLayout" >
0264          <property name="leftMargin" >
0265           <number>0</number>
0266          </property>
0267          <property name="topMargin" >
0268           <number>0</number>
0269          </property>
0270          <property name="rightMargin" >
0271           <number>0</number>
0272          </property>
0273          <property name="bottomMargin" >
0274           <number>0</number>
0275          </property>
0276          <property name="horizontalSpacing" >
0277           <number>6</number>
0278          </property>
0279          <property name="verticalSpacing" >
0280           <number>6</number>
0281          </property>
0282          <item row="0" column="0" >
0283           <widget class="QRadioButton" name="optCorrect" >
0284            <property name="toolTip" >
0285             <string>Select how to count card</string>
0286            </property>
0287            <property name="whatsThis" >
0288             <string>Select if the previous card should be counted as correct when moving to the next card</string>
0289            </property>
0290            <property name="text" >
0291             <string>Count &amp;as correct</string>
0292            </property>
0293           </widget>
0294          </item>
0295          <item row="1" column="0" >
0296           <widget class="QRadioButton" name="optError" >
0297            <property name="toolTip" >
0298             <string>Select how to count card</string>
0299            </property>
0300            <property name="whatsThis" >
0301             <string>Select if the previous card should be counted as incorrect when moving to the next card</string>
0302            </property>
0303            <property name="text" >
0304             <string>Count as &amp;error</string>
0305            </property>
0306           </widget>
0307          </item>
0308         </layout>
0309        </widget>
0310       </item>
0311       <item row="0" column="0" colspan="3" >
0312        <widget class="QCheckBox" name="kcfg_AutoFlip" >
0313         <property name="toolTip" >
0314          <string>Check to flip card automatically</string>
0315         </property>
0316         <property name="whatsThis" >
0317          <string>Select if you want a card to turn over automatically after the given amount of time</string>
0318         </property>
0319         <property name="text" >
0320          <string>&amp;Flip card automatically after</string>
0321         </property>
0322        </widget>
0323       </item>
0324      </layout>
0325     </widget>
0326    </item>
0327   </layout>
0328  </widget>
0329  <customwidgets>
0330  </customwidgets>
0331  <resources/>
0332  <connections/>
0333 </ui>