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