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

0001 <ui version="4.0" >
0002  <author>Peter Hedlund</author>
0003  <class>PrefGeneralBase</class>
0004  <widget class="QWidget" name="PrefGeneralBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>408</width>
0010     <height>208</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" >
0014    <property name="leftMargin" >
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin" >
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin" >
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin" >
0024     <number>0</number>
0025    </property>
0026    <property name="horizontalSpacing" >
0027     <number>6</number>
0028    </property>
0029    <property name="verticalSpacing" >
0030     <number>6</number>
0031    </property>
0032    <item row="0" column="0" >
0033     <widget class="QGroupBox" name="kcfg_StartSession" >
0034      <property name="toolTip" >
0035       <string>How vocabulary documents are opened</string>
0036      </property>
0037      <property name="whatsThis" >
0038       <string>Select the kind of session to load an opened vocabulary document in</string>
0039      </property>
0040      <property name="title" >
0041       <string>&amp;Open Vocabulary Documents in</string>
0042      </property>
0043      <layout class="QGridLayout" >
0044       <item row="0" column="0" >
0045        <widget class="QRadioButton" name="optEditor" >
0046         <property name="toolTip" >
0047          <string>Open vocabulary documents in the editor</string>
0048         </property>
0049         <property name="whatsThis" >
0050          <string>Select if the vocabulary documents should be opened in the editor</string>
0051         </property>
0052         <property name="text" >
0053          <string>&amp;Editor</string>
0054         </property>
0055        </widget>
0056       </item>
0057       <item row="1" column="0" >
0058        <widget class="QRadioButton" name="optFlashcard" >
0059         <property name="toolTip" >
0060          <string>Open vocabulary documents in a flashcard quiz</string>
0061         </property>
0062         <property name="whatsThis" >
0063          <string>Select if the vocabulary documents should be opened in a flashcard quiz</string>
0064         </property>
0065         <property name="text" >
0066          <string>&amp;Flashcard Quiz</string>
0067         </property>
0068        </widget>
0069       </item>
0070       <item row="2" column="0" >
0071        <widget class="QRadioButton" name="optMultipleChoice" >
0072         <property name="toolTip" >
0073          <string>Open vocabulary documents in a multiple choice quiz</string>
0074         </property>
0075         <property name="whatsThis" >
0076          <string>Select if the vocabulary documents should be opened in a multiple choice quiz</string>
0077         </property>
0078         <property name="text" >
0079          <string>&amp;Multiple Choice Quiz</string>
0080         </property>
0081        </widget>
0082       </item>
0083       <item row="3" column="0" >
0084        <widget class="QRadioButton" name="optQA" >
0085         <property name="toolTip" >
0086          <string>Open vocabulary documents in a question and answer quiz</string>
0087         </property>
0088         <property name="whatsThis" >
0089          <string>Select if the vocabulary documents should be opened in a question and answer quiz</string>
0090         </property>
0091         <property name="text" >
0092          <string>&amp;Question and Answer Quiz</string>
0093         </property>
0094        </widget>
0095       </item>
0096      </layout>
0097     </widget>
0098    </item>
0099    <item row="1" column="0" >
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>21</height>
0108       </size>
0109      </property>
0110     </spacer>
0111    </item>
0112   </layout>
0113  </widget>
0114  <customwidgets>
0115  </customwidgets>
0116  <includes/>
0117  <resources/>
0118  <connections/>
0119 </ui>