Warning, /education/kwordquiz/src/prefeditorbase.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>PrefEditorBase</class>
0004  <widget class="QWidget" name="PrefEditorBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>432</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize" >
0014    <size>
0015     <width>300</width>
0016     <height>300</height>
0017    </size>
0018   </property>
0019   <layout class="QVBoxLayout" >
0020    <property name="margin" >
0021     <number>0</number>
0022    </property>
0023    <property name="spacing" >
0024     <number>6</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="kcfg_EnterMove" >
0028      <property name="toolTip" >
0029       <string>How enter key moves</string>
0030      </property>
0031      <property name="whatsThis" >
0032       <string>Select how the Enter key should behave in the editor</string>
0033      </property>
0034      <property name="title" >
0035       <string>Enter Ke&amp;y Moves</string>
0036      </property>
0037      <layout class="QVBoxLayout" >
0038       <property name="margin" >
0039        <number>9</number>
0040       </property>
0041       <property name="spacing" >
0042        <number>6</number>
0043       </property>
0044       <item>
0045        <widget class="QRadioButton" name="optDown" >
0046         <property name="toolTip" >
0047          <string>How enter key moves</string>
0048         </property>
0049         <property name="whatsThis" >
0050          <string>Select if the next cell below should become active when pressing Enter.</string>
0051         </property>
0052         <property name="text" >
0053          <string>&amp;Down</string>
0054         </property>
0055        </widget>
0056       </item>
0057       <item>
0058        <widget class="QRadioButton" name="optRight" >
0059         <property name="toolTip" >
0060          <string>How enter key moves</string>
0061         </property>
0062         <property name="whatsThis" >
0063          <string>Select if the next cell to the right should become active when pressing Enter</string>
0064         </property>
0065         <property name="text" >
0066          <string>&amp;Right</string>
0067         </property>
0068        </widget>
0069       </item>
0070       <item>
0071        <widget class="QRadioButton" name="optNoMove" >
0072         <property name="toolTip" >
0073          <string>How enter key moves</string>
0074         </property>
0075         <property name="whatsThis" >
0076          <string>Select if the current cell should remain active when pressing Enter</string>
0077         </property>
0078         <property name="text" >
0079          <string>Does not &amp;move</string>
0080         </property>
0081        </widget>
0082       </item>
0083      </layout>
0084     </widget>
0085    </item>
0086    <item>
0087     <widget class="QCheckBox" name="kcfg_EnableBlanks" >
0088      <property name="toolTip" >
0089       <string>Check to enable fill-in-the-blank</string>
0090      </property>
0091      <property name="whatsThis" >
0092       <string>Select to enable the functions for Fill-in-the-blank</string>
0093      </property>
0094      <property name="text" >
0095       <string>E&amp;nable fill-in-the-blank</string>
0096      </property>
0097     </widget>
0098    </item>
0099    <item>
0100     <spacer>
0101      <property name="orientation" >
0102       <enum>Qt::Vertical</enum>
0103      </property>
0104      <property name="sizeHint" >
0105       <size>
0106        <width>171</width>
0107        <height>61</height>
0108       </size>
0109      </property>
0110     </spacer>
0111    </item>
0112   </layout>
0113  </widget>
0114  <customwidgets>
0115  </customwidgets>
0116  <resources/>
0117  <connections/>
0118 </ui>