Warning, /education/kanagram/src/mainsettingswidget.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 <class>MainSettingsWidget</class> 0004 <widget class="QWidget" name="MainSettingsWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>263</width> 0010 <height>603</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string comment="@title:group main settings page name">General</string> 0015 </property> 0016 <property name="whatsThis"> 0017 <string>This setting allows you to set the length of time Kanagram's hint bubble is shown.</string> 0018 </property> 0019 <layout class="QVBoxLayout"> 0020 <item> 0021 <widget class="QGroupBox" name="groupBox1"> 0022 <property name="title"> 0023 <string>Hints</string> 0024 </property> 0025 <layout class="QVBoxLayout"> 0026 <item> 0027 <widget class="QLabel" name="textLabel1_2"> 0028 <property name="text"> 0029 <string>Auto-hide hints after:</string> 0030 </property> 0031 </widget> 0032 </item> 0033 <item> 0034 <widget class="QComboBox" name="kcfg_hintHideTime"> 0035 <item> 0036 <property name="text"> 0037 <string>Do Not Auto-Hide Hints</string> 0038 </property> 0039 </item> 0040 <item> 0041 <property name="text"> 0042 <string>3 Seconds</string> 0043 </property> 0044 </item> 0045 <item> 0046 <property name="text"> 0047 <string>5 Seconds</string> 0048 </property> 0049 </item> 0050 <item> 0051 <property name="text"> 0052 <string>7 Seconds</string> 0053 </property> 0054 </item> 0055 <item> 0056 <property name="text"> 0057 <string>9 Seconds</string> 0058 </property> 0059 </item> 0060 </widget> 0061 </item> 0062 <item> 0063 <widget class="QLabel" name="textLabelResolveTime"> 0064 <property name="text"> 0065 <string>Time for resolving the anagram:</string> 0066 </property> 0067 </widget> 0068 </item> 0069 <item> 0070 <widget class="QComboBox" name="kcfg_resolveTime"> 0071 <item> 0072 <property name="text"> 0073 <string>No time limit</string> 0074 </property> 0075 </item> 0076 <item> 0077 <property name="text"> 0078 <string>15 Seconds</string> 0079 </property> 0080 </item> 0081 <item> 0082 <property name="text"> 0083 <string>30 Seconds</string> 0084 </property> 0085 </item> 0086 <item> 0087 <property name="text"> 0088 <string>45 Seconds</string> 0089 </property> 0090 </item> 0091 <item> 0092 <property name="text"> 0093 <string>60 Seconds</string> 0094 </property> 0095 </item> 0096 </widget> 0097 </item> 0098 </layout> 0099 </widget> 0100 </item> 0101 <item> 0102 <widget class="QGroupBox" name="groupBox3"> 0103 <property name="title"> 0104 <string>Vocabulary Options</string> 0105 </property> 0106 <layout class="QVBoxLayout"> 0107 <item> 0108 <layout class="QHBoxLayout"> 0109 <item> 0110 <widget class="QLabel" name="textLabel1"> 0111 <property name="text"> 0112 <string>Play using:</string> 0113 </property> 0114 <property name="buddy"> 0115 <cstring>languageComboBox</cstring> 0116 </property> 0117 </widget> 0118 </item> 0119 <item> 0120 <widget class="QComboBox" name="languageComboBox"/> 0121 </item> 0122 </layout> 0123 </item> 0124 </layout> 0125 </widget> 0126 </item> 0127 <item> 0128 <widget class="QGroupBox" name="groupBox4"> 0129 <property name="title"> 0130 <string>Scoring Options</string> 0131 </property> 0132 <layout class="QVBoxLayout"> 0133 <item> 0134 <widget class="QLabel" name="textLabelScoreTime"> 0135 <property name="text"> 0136 <string>Set timer for scoring purpose:</string> 0137 </property> 0138 </widget> 0139 </item> 0140 <item> 0141 <widget class="QComboBox" name="kcfg_scoreTime"> 0142 <item> 0143 <property name="text"> 0144 <string>15 Seconds</string> 0145 </property> 0146 </item> 0147 <item> 0148 <property name="text"> 0149 <string>30 Seconds</string> 0150 </property> 0151 </item> 0152 <item> 0153 <property name="text"> 0154 <string>45 Seconds</string> 0155 </property> 0156 </item> 0157 <item> 0158 <property name="text"> 0159 <string>60 Seconds</string> 0160 </property> 0161 </item> 0162 </widget> 0163 </item> 0164 <item> 0165 <widget class="QCheckBox" name="scoringPointCheckbox"> 0166 <property name="text"> 0167 <string>Score Point Settings</string> 0168 </property> 0169 </widget> 0170 </item> 0171 <item> 0172 <widget class="QLabel" name="textCorrectAnswer"> 0173 <property name="text"> 0174 <string>Assign score for correct answer : </string> 0175 </property> 0176 </widget> 0177 </item> 0178 <item> 0179 <widget class="QComboBox" name="kcfg_correctAnswerScore"> 0180 <item> 0181 <property name="text"> 0182 <string>+5 points</string> 0183 </property> 0184 </item> 0185 <item> 0186 <property name="text"> 0187 <string>+10 points</string> 0188 </property> 0189 </item> 0190 <item> 0191 <property name="text"> 0192 <string>+15 points</string> 0193 </property> 0194 </item> 0195 <item> 0196 <property name="text"> 0197 <string>+20 points</string> 0198 </property> 0199 </item> 0200 </widget> 0201 </item> 0202 <item> 0203 <widget class="QLabel" name="textIncorrectAnswer"> 0204 <property name="text"> 0205 <string>Assign score for incorrect answer : </string> 0206 </property> 0207 </widget> 0208 </item> 0209 <item> 0210 <widget class="QComboBox" name="kcfg_incorrectAnswerScore"> 0211 <item> 0212 <property name="text"> 0213 <string>-1 point</string> 0214 </property> 0215 </item> 0216 <item> 0217 <property name="text"> 0218 <string>-2 points</string> 0219 </property> 0220 </item> 0221 <item> 0222 <property name="text"> 0223 <string>-3 points</string> 0224 </property> 0225 </item> 0226 <item> 0227 <property name="text"> 0228 <string>-4 points</string> 0229 </property> 0230 </item> 0231 </widget> 0232 </item> 0233 <item> 0234 <widget class="QLabel" name="textRevealAnswer"> 0235 <property name="text"> 0236 <string>Assign score for reveal answer : </string> 0237 </property> 0238 </widget> 0239 </item> 0240 <item> 0241 <widget class="QComboBox" name="kcfg_revealAnswerScore"> 0242 <item> 0243 <property name="text"> 0244 <string>-2 points</string> 0245 </property> 0246 </item> 0247 <item> 0248 <property name="text"> 0249 <string>-4 points</string> 0250 </property> 0251 </item> 0252 <item> 0253 <property name="text"> 0254 <string>-6 points</string> 0255 </property> 0256 </item> 0257 <item> 0258 <property name="text"> 0259 <string>-8 points</string> 0260 </property> 0261 </item> 0262 </widget> 0263 </item> 0264 <item> 0265 <widget class="QLabel" name="textSkippedWord"> 0266 <property name="text"> 0267 <string>Assign score for skipped word : </string> 0268 </property> 0269 </widget> 0270 </item> 0271 <item> 0272 <widget class="QComboBox" name="kcfg_skippedWordScore"> 0273 <item> 0274 <property name="text"> 0275 <string>-2 points</string> 0276 </property> 0277 </item> 0278 <item> 0279 <property name="text"> 0280 <string>-4 points</string> 0281 </property> 0282 </item> 0283 <item> 0284 <property name="text"> 0285 <string>-6 points</string> 0286 </property> 0287 </item> 0288 <item> 0289 <property name="text"> 0290 <string>-8 points</string> 0291 </property> 0292 </item> 0293 </widget> 0294 </item> 0295 </layout> 0296 </widget> 0297 </item> 0298 <item> 0299 <widget class="QCheckBox" name="kcfg_useSounds"> 0300 <property name="whatsThis"> 0301 <string>Turns sounds on/off.</string> 0302 </property> 0303 <property name="text"> 0304 <string>Use sou&nds</string> 0305 </property> 0306 </widget> 0307 </item> 0308 <item> 0309 <widget class="QCheckBox" name="kcfg_uppercaseOnly"> 0310 <property name="whatsThis"> 0311 <string>Use only uppercase letters.</string> 0312 </property> 0313 <property name="text"> 0314 <string>Only uppercase letters</string> 0315 </property> 0316 </widget> 0317 </item> 0318 <item> 0319 <widget class="QCheckBox" name="kcfg_enablePronunciation"> 0320 <property name="whatsThis"> 0321 <string>Turn pronunciations on or off.</string> 0322 </property> 0323 <property name="text"> 0324 <string>Say correct words</string> 0325 </property> 0326 </widget> 0327 </item> 0328 <item> 0329 <spacer> 0330 <property name="orientation"> 0331 <enum>Qt::Vertical</enum> 0332 </property> 0333 <property name="sizeType"> 0334 <enum>QSizePolicy::Expanding</enum> 0335 </property> 0336 <property name="sizeHint" stdset="0"> 0337 <size> 0338 <width>16</width> 0339 <height>16</height> 0340 </size> 0341 </property> 0342 </spacer> 0343 </item> 0344 </layout> 0345 </widget> 0346 <tabstops> 0347 <tabstop>kcfg_hintHideTime</tabstop> 0348 <tabstop>kcfg_useSounds</tabstop> 0349 <tabstop>kcfg_uppercaseOnly</tabstop> 0350 <tabstop>kcfg_enablePronunciation</tabstop> 0351 </tabstops> 0352 <resources/> 0353 <connections/> 0354 </ui>