Warning, /education/kwordquiz/src/qaviewbase.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>QAViewBase</class>
0004  <widget class="QWidget" name="QAViewBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>402</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" >
0014    <property name="margin" >
0015     <number>0</number>
0016    </property>
0017    <item row="0" column="0" >
0018     <widget class="QStackedWidget" name="stackedWidget" >
0019      <property name="currentIndex" >
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="pageQuiz" >
0023       <layout class="QGridLayout" >
0024        <item row="0" column="0" >
0025         <layout class="QGridLayout" >
0026          <property name="margin" >
0027           <number>0</number>
0028          </property>
0029          <property name="spacing" >
0030           <number>6</number>
0031          </property>
0032          <item row="0" column="1" >
0033           <widget class="QLabel" name="lblQuestionLanguage" >
0034            <property name="sizePolicy" >
0035             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0036              <horstretch>0</horstretch>
0037              <verstretch>0</verstretch>
0038             </sizepolicy>
0039            </property>
0040            <property name="minimumSize" >
0041             <size>
0042              <width>0</width>
0043              <height>20</height>
0044             </size>
0045            </property>
0046            <property name="font" >
0047             <font>
0048              <pointsize>12</pointsize>
0049              <weight>50</weight>
0050              <italic>false</italic>
0051              <bold>false</bold>
0052              <underline>false</underline>
0053              <strikeout>false</strikeout>
0054             </font>
0055            </property>
0056            <property name="toolTip" >
0057             <string>The question</string>
0058            </property>
0059            <property name="whatsThis" >
0060             <string>Language or other identifier for the question</string>
0061            </property>
0062            <property name="text" >
0063             <string>Language 1</string>
0064            </property>
0065            <property name="alignment" >
0066             <set>Qt::AlignTop</set>
0067            </property>
0068           </widget>
0069          </item>
0070          <item row="0" column="0" >
0071           <widget class="QLabel" name="picQuestion" >
0072            <property name="sizePolicy" >
0073             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0074              <horstretch>0</horstretch>
0075              <verstretch>0</verstretch>
0076             </sizepolicy>
0077            </property>
0078            <property name="maximumSize" >
0079             <size>
0080              <width>32</width>
0081              <height>32</height>
0082             </size>
0083            </property>
0084            <property name="toolTip" >
0085             <string>The question</string>
0086            </property>
0087            <property name="scaledContents" >
0088             <bool>true</bool>
0089            </property>
0090           </widget>
0091          </item>
0092          <item row="1" column="1" >
0093           <widget class="QLabel" name="lblQuestion" >
0094            <property name="sizePolicy" >
0095             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0096              <horstretch>0</horstretch>
0097              <verstretch>0</verstretch>
0098             </sizepolicy>
0099            </property>
0100            <property name="toolTip" >
0101             <string>The question</string>
0102            </property>
0103            <property name="whatsThis" >
0104             <string>The question</string>
0105            </property>
0106            <property name="text" >
0107             <string>This is your question</string>
0108            </property>
0109            <property name="textFormat" >
0110             <enum>Qt::AutoText</enum>
0111            </property>
0112            <property name="scaledContents" >
0113             <bool>false</bool>
0114            </property>
0115            <property name="alignment" >
0116             <set>Qt::AlignTop</set>
0117            </property>
0118            <property name="wordWrap" >
0119             <bool>true</bool>
0120            </property>
0121           </widget>
0122          </item>
0123         </layout>
0124        </item>
0125        <item row="1" column="0" >
0126         <layout class="QGridLayout" >
0127          <property name="margin" >
0128           <number>0</number>
0129          </property>
0130          <property name="spacing" >
0131           <number>6</number>
0132          </property>
0133          <item row="1" column="1" >
0134           <widget class="QLabel" name="lblAnswerBlank" >
0135            <property name="sizePolicy" >
0136             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0137              <horstretch>0</horstretch>
0138              <verstretch>0</verstretch>
0139             </sizepolicy>
0140            </property>
0141            <property name="toolTip" >
0142             <string>Type your answer</string>
0143            </property>
0144            <property name="whatsThis" >
0145             <string>The answer showing blanks for a Fill-in-the-blank question</string>
0146            </property>
0147            <property name="text" >
0148             <string>This is _____ answer</string>
0149            </property>
0150            <property name="textFormat" >
0151             <enum>Qt::AutoText</enum>
0152            </property>
0153            <property name="scaledContents" >
0154             <bool>false</bool>
0155            </property>
0156            <property name="alignment" >
0157             <set>Qt::AlignTop</set>
0158            </property>
0159            <property name="wordWrap" >
0160             <bool>true</bool>
0161            </property>
0162           </widget>
0163          </item>
0164          <item row="2" column="1" >
0165           <widget class="QLineEdit" name="txtAnswer" >
0166            <property name="sizePolicy" >
0167             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0168              <horstretch>0</horstretch>
0169              <verstretch>0</verstretch>
0170             </sizepolicy>
0171            </property>
0172            <property name="toolTip" >
0173             <string>Type your answer</string>
0174            </property>
0175            <property name="whatsThis" >
0176             <string>Type the answer to the question</string>
0177            </property>
0178           </widget>
0179          </item>
0180          <item row="0" column="1" >
0181           <widget class="QLabel" name="lblAnswerLanguage" >
0182            <property name="sizePolicy" >
0183             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0184              <horstretch>0</horstretch>
0185              <verstretch>0</verstretch>
0186             </sizepolicy>
0187            </property>
0188            <property name="minimumSize" >
0189             <size>
0190              <width>0</width>
0191              <height>32</height>
0192             </size>
0193            </property>
0194            <property name="font" >
0195             <font>
0196              <pointsize>12</pointsize>
0197              <weight>50</weight>
0198              <italic>false</italic>
0199              <bold>false</bold>
0200              <underline>false</underline>
0201              <strikeout>false</strikeout>
0202             </font>
0203            </property>
0204            <property name="toolTip" >
0205             <string>Type your answer</string>
0206            </property>
0207            <property name="whatsThis" >
0208             <string>Language or other identifier for the answer</string>
0209            </property>
0210            <property name="text" >
0211             <string>Language 2</string>
0212            </property>
0213            <property name="alignment" >
0214             <set>Qt::AlignTop</set>
0215            </property>
0216           </widget>
0217          </item>
0218          <item row="0" column="0" >
0219           <widget class="QLabel" name="picAnswer" >
0220            <property name="sizePolicy" >
0221             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0222              <horstretch>0</horstretch>
0223              <verstretch>0</verstretch>
0224             </sizepolicy>
0225            </property>
0226            <property name="maximumSize" >
0227             <size>
0228              <width>32</width>
0229              <height>32</height>
0230             </size>
0231            </property>
0232            <property name="toolTip" >
0233             <string>Type your answer</string>
0234            </property>
0235            <property name="scaledContents" >
0236             <bool>true</bool>
0237            </property>
0238           </widget>
0239          </item>
0240         </layout>
0241        </item>
0242        <item row="2" column="0" >
0243         <widget class="Line" name="line1" >
0244          <property name="frameShape" >
0245           <enum>QFrame::HLine</enum>
0246          </property>
0247          <property name="frameShadow" >
0248           <enum>QFrame::Sunken</enum>
0249          </property>
0250          <property name="orientation" >
0251           <enum>Qt::Horizontal</enum>
0252          </property>
0253         </widget>
0254        </item>
0255        <item row="3" column="0" >
0256         <layout class="QGridLayout" >
0257          <property name="margin" >
0258           <number>0</number>
0259          </property>
0260          <property name="spacing" >
0261           <number>6</number>
0262          </property>
0263          <item row="0" column="1" >
0264           <widget class="QLabel" name="lblPreviousQuestionHeader" >
0265            <property name="sizePolicy" >
0266             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0267              <horstretch>0</horstretch>
0268              <verstretch>0</verstretch>
0269             </sizepolicy>
0270            </property>
0271            <property name="minimumSize" >
0272             <size>
0273              <width>0</width>
0274              <height>32</height>
0275             </size>
0276            </property>
0277            <property name="font" >
0278             <font>
0279              <pointsize>12</pointsize>
0280              <weight>50</weight>
0281              <italic>false</italic>
0282              <bold>false</bold>
0283              <underline>false</underline>
0284              <strikeout>false</strikeout>
0285             </font>
0286            </property>
0287            <property name="toolTip" >
0288             <string>Previous question</string>
0289            </property>
0290            <property name="whatsThis" >
0291             <string>The previous question</string>
0292            </property>
0293            <property name="text" >
0294             <string>Previous Question</string>
0295            </property>
0296            <property name="alignment" >
0297             <set>Qt::AlignTop</set>
0298            </property>
0299           </widget>
0300          </item>
0301          <item row="1" column="1" >
0302           <widget class="QLabel" name="lblPreviousQuestion" >
0303            <property name="sizePolicy" >
0304             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0305              <horstretch>0</horstretch>
0306              <verstretch>0</verstretch>
0307             </sizepolicy>
0308            </property>
0309            <property name="toolTip" >
0310             <string>Previous question</string>
0311            </property>
0312            <property name="whatsThis" >
0313             <string>The previous question</string>
0314            </property>
0315            <property name="text" >
0316             <string>This was your question</string>
0317            </property>
0318            <property name="textFormat" >
0319             <enum>Qt::AutoText</enum>
0320            </property>
0321            <property name="scaledContents" >
0322             <bool>false</bool>
0323            </property>
0324            <property name="alignment" >
0325             <set>Qt::AlignTop</set>
0326            </property>
0327            <property name="wordWrap" >
0328             <bool>true</bool>
0329            </property>
0330           </widget>
0331          </item>
0332          <item row="0" column="0" >
0333           <widget class="QLabel" name="picPrevious" >
0334            <property name="sizePolicy" >
0335             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0336              <horstretch>0</horstretch>
0337              <verstretch>0</verstretch>
0338             </sizepolicy>
0339            </property>
0340            <property name="maximumSize" >
0341             <size>
0342              <width>32</width>
0343              <height>32</height>
0344             </size>
0345            </property>
0346            <property name="toolTip" >
0347             <string>Previous question</string>
0348            </property>
0349            <property name="scaledContents" >
0350             <bool>true</bool>
0351            </property>
0352           </widget>
0353          </item>
0354         </layout>
0355        </item>
0356        <item row="4" column="0" >
0357         <layout class="QGridLayout" >
0358          <property name="margin" >
0359           <number>0</number>
0360          </property>
0361          <property name="spacing" >
0362           <number>6</number>
0363          </property>
0364          <item row="0" column="1" >
0365           <widget class="QLabel" name="lblYourAnswerHeader" >
0366            <property name="sizePolicy" >
0367             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0368              <horstretch>0</horstretch>
0369              <verstretch>0</verstretch>
0370             </sizepolicy>
0371            </property>
0372            <property name="minimumSize" >
0373             <size>
0374              <width>0</width>
0375              <height>32</height>
0376             </size>
0377            </property>
0378            <property name="font" >
0379             <font>
0380              <pointsize>12</pointsize>
0381              <weight>50</weight>
0382              <italic>false</italic>
0383              <bold>false</bold>
0384              <underline>false</underline>
0385              <strikeout>false</strikeout>
0386             </font>
0387            </property>
0388            <property name="toolTip" >
0389             <string>Your previous answer</string>
0390            </property>
0391            <property name="whatsThis" >
0392             <string>Your answer to the previous question</string>
0393            </property>
0394            <property name="text" >
0395             <string>Your Answer</string>
0396            </property>
0397            <property name="alignment" >
0398             <set>Qt::AlignTop</set>
0399            </property>
0400           </widget>
0401          </item>
0402          <item row="1" column="1" >
0403           <widget class="QLabel" name="lblYourAnswer" >
0404            <property name="sizePolicy" >
0405             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0406              <horstretch>0</horstretch>
0407              <verstretch>0</verstretch>
0408             </sizepolicy>
0409            </property>
0410            <property name="toolTip" >
0411             <string>Your previous answer</string>
0412            </property>
0413            <property name="whatsThis" >
0414             <string>Your answer to the previous question</string>
0415            </property>
0416            <property name="text" >
0417             <string>This was your answer</string>
0418            </property>
0419            <property name="textFormat" >
0420             <enum>Qt::AutoText</enum>
0421            </property>
0422            <property name="scaledContents" >
0423             <bool>false</bool>
0424            </property>
0425            <property name="alignment" >
0426             <set>Qt::AlignTop</set>
0427            </property>
0428            <property name="wordWrap" >
0429             <bool>true</bool>
0430            </property>
0431           </widget>
0432          </item>
0433          <item row="0" column="0" >
0434           <widget class="QLabel" name="picYourAnswer" >
0435            <property name="sizePolicy" >
0436             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0437              <horstretch>0</horstretch>
0438              <verstretch>0</verstretch>
0439             </sizepolicy>
0440            </property>
0441            <property name="maximumSize" >
0442             <size>
0443              <width>32</width>
0444              <height>32</height>
0445             </size>
0446            </property>
0447            <property name="toolTip" >
0448             <string>Your previous answer</string>
0449            </property>
0450            <property name="scaledContents" >
0451             <bool>true</bool>
0452            </property>
0453           </widget>
0454          </item>
0455         </layout>
0456        </item>
0457        <item row="5" column="0" >
0458         <layout class="QGridLayout" >
0459          <property name="margin" >
0460           <number>0</number>
0461          </property>
0462          <property name="spacing" >
0463           <number>6</number>
0464          </property>
0465          <item row="0" column="0" >
0466           <widget class="QLabel" name="picCorrectAnswer" >
0467            <property name="sizePolicy" >
0468             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0469              <horstretch>0</horstretch>
0470              <verstretch>0</verstretch>
0471             </sizepolicy>
0472            </property>
0473            <property name="maximumSize" >
0474             <size>
0475              <width>32</width>
0476              <height>32</height>
0477             </size>
0478            </property>
0479            <property name="toolTip" >
0480             <string>Previous correct answer</string>
0481            </property>
0482            <property name="scaledContents" >
0483             <bool>true</bool>
0484            </property>
0485           </widget>
0486          </item>
0487          <item row="0" column="1" >
0488           <widget class="QLabel" name="lblCorrectHeader" >
0489            <property name="sizePolicy" >
0490             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0491              <horstretch>0</horstretch>
0492              <verstretch>0</verstretch>
0493             </sizepolicy>
0494            </property>
0495            <property name="minimumSize" >
0496             <size>
0497              <width>0</width>
0498              <height>32</height>
0499             </size>
0500            </property>
0501            <property name="font" >
0502             <font>
0503              <pointsize>12</pointsize>
0504              <weight>50</weight>
0505              <italic>false</italic>
0506              <bold>false</bold>
0507              <underline>false</underline>
0508              <strikeout>false</strikeout>
0509             </font>
0510            </property>
0511            <property name="toolTip" >
0512             <string>Previous correct answer</string>
0513            </property>
0514            <property name="whatsThis" >
0515             <string>The correct answer to the previous question</string>
0516            </property>
0517            <property name="text" >
0518             <string>Correct Answer</string>
0519            </property>
0520            <property name="alignment" >
0521             <set>Qt::AlignTop</set>
0522            </property>
0523           </widget>
0524          </item>
0525          <item row="1" column="1" >
0526           <widget class="QLabel" name="lblCorrect" >
0527            <property name="sizePolicy" >
0528             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0529              <horstretch>0</horstretch>
0530              <verstretch>0</verstretch>
0531             </sizepolicy>
0532            </property>
0533            <property name="toolTip" >
0534             <string>Previous correct answer</string>
0535            </property>
0536            <property name="whatsThis" >
0537             <string>The correct answer to the previous question</string>
0538            </property>
0539            <property name="text" >
0540             <string>This was the correct answer</string>
0541            </property>
0542            <property name="textFormat" >
0543             <enum>Qt::AutoText</enum>
0544            </property>
0545            <property name="scaledContents" >
0546             <bool>false</bool>
0547            </property>
0548            <property name="alignment" >
0549             <set>Qt::AlignTop</set>
0550            </property>
0551            <property name="wordWrap" >
0552             <bool>true</bool>
0553            </property>
0554           </widget>
0555          </item>
0556         </layout>
0557        </item>
0558        <item row="6" column="0">
0559         <widget class="KWQScoreWidget" name="score" native="true">
0560          <property name="sizePolicy">
0561           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0562            <horstretch>0</horstretch>
0563            <verstretch>0</verstretch>
0564           </sizepolicy>
0565          </property>
0566          <property name="minimumSize">
0567           <size>
0568            <width>0</width>
0569            <height>32</height>
0570           </size>
0571          </property>
0572          <property name="baseSize">
0573           <size>
0574            <width>0</width>
0575            <height>0</height>
0576           </size>
0577          </property>
0578         </widget>
0579        </item>
0580       </layout>
0581      </widget>
0582      <widget class="QWidget" name="pageWarning" >
0583       <layout class="QGridLayout" >
0584        <item row="0" column="0" >
0585         <widget class="QLabel" name="label" >
0586          <property name="text" >
0587           <string>&lt;html>There are too few entries in your vocabulary.&lt;br />You need at least one entry for a question and answer quiz.&lt;/html></string>
0588          </property>
0589          <property name="alignment" >
0590           <set>Qt::AlignCenter</set>
0591          </property>
0592          <property name="wordWrap" >
0593           <bool>true</bool>
0594          </property>
0595         </widget>
0596        </item>
0597       </layout>
0598      </widget>
0599     </widget>
0600    </item>
0601   </layout>
0602  </widget>
0603  <customwidgets>
0604          <customwidget>
0605                  <class>KWQScoreWidget</class>
0606                  <extends>QWidget</extends>
0607                  <header location="global">kwqscorewidget.h</header>
0608                  <container>1</container>
0609          </customwidget>
0610  </customwidgets>
0611  <resources/>
0612  <connections/>
0613 </ui>