Warning, /education/parley/src/collection/entryfilterdialog.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>EntryFilterDialog</class>
0004  <widget class="QDialog" name="EntryFilterDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>440</width>
0010     <height>430</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Start Practice</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="headerLabel">
0019      <property name="text">
0020       <string>&lt;p&gt;Your selection of vocabulary for the practice is empty.&lt;/p&gt;&lt;p&gt;Below you can choose to ignore some of your configuration settings to start a practice anyway.&lt;/p&gt;</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QGroupBox" name="ignoreGroupBox">
0029      <property name="title">
0030       <string>Ignore Configuration for:</string>
0031      </property>
0032      <layout class="QGridLayout" name="_2">
0033       <item row="1" column="0">
0034        <widget class="QCheckBox" name="lessonCheckBox">
0035         <property name="text">
0036          <string>Ignore Lessons</string>
0037         </property>
0038         <property name="checked">
0039          <bool>false</bool>
0040         </property>
0041        </widget>
0042       </item>
0043       <item row="1" column="1">
0044        <widget class="QLabel" name="lessonLabel">
0045         <property name="text">
0046          <string comment="KDE::DoNotExtract">TextLabel</string>
0047         </property>
0048         <property name="alignment">
0049          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0050         </property>
0051        </widget>
0052       </item>
0053       <item row="2" column="0">
0054        <widget class="QCheckBox" name="wordTypeCheckBox">
0055         <property name="text">
0056          <string>Ignore Word Types</string>
0057         </property>
0058         <property name="checked">
0059          <bool>false</bool>
0060         </property>
0061        </widget>
0062       </item>
0063       <item row="2" column="1">
0064        <widget class="QLabel" name="wordTypeLabel">
0065         <property name="text">
0066          <string comment="KDE::DoNotExtract">TextLabel</string>
0067         </property>
0068         <property name="alignment">
0069          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0070         </property>
0071        </widget>
0072       </item>
0073       <item row="3" column="0">
0074        <widget class="QCheckBox" name="blockedCheckBox">
0075         <property name="text">
0076          <string>Ignore Blocked</string>
0077         </property>
0078         <property name="checked">
0079          <bool>false</bool>
0080         </property>
0081        </widget>
0082       </item>
0083       <item row="3" column="1">
0084        <widget class="QLabel" name="blockedLabel">
0085         <property name="text">
0086          <string comment="KDE::DoNotExtract">TextLabel</string>
0087         </property>
0088         <property name="alignment">
0089          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0090         </property>
0091        </widget>
0092       </item>
0093       <item row="4" column="0">
0094        <widget class="QCheckBox" name="timesWrongCheckBox">
0095         <property name="text">
0096          <string>Ignore Times Answered Incorrectly</string>
0097         </property>
0098         <property name="checked">
0099          <bool>false</bool>
0100         </property>
0101        </widget>
0102       </item>
0103       <item row="4" column="1">
0104        <widget class="QLabel" name="timesWrongLabel">
0105         <property name="text">
0106          <string comment="KDE::DoNotExtract">TextLabel</string>
0107         </property>
0108         <property name="alignment">
0109          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="5" column="0">
0114        <widget class="QCheckBox" name="timesPracticedCheckBox">
0115         <property name="text">
0116          <string>Ignore Times Practiced</string>
0117         </property>
0118         <property name="checked">
0119          <bool>false</bool>
0120         </property>
0121        </widget>
0122       </item>
0123       <item row="5" column="1">
0124        <widget class="QLabel" name="timesPracticedLabel">
0125         <property name="text">
0126          <string comment="KDE::DoNotExtract">TextLabel</string>
0127         </property>
0128         <property name="alignment">
0129          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0130         </property>
0131        </widget>
0132       </item>
0133       <item row="6" column="0">
0134        <widget class="QCheckBox" name="minMaxGradeCheckBox">
0135         <property name="text">
0136          <string>Ignore Minimum/Maximum Grade</string>
0137         </property>
0138         <property name="checked">
0139          <bool>false</bool>
0140         </property>
0141        </widget>
0142       </item>
0143       <item row="6" column="1">
0144        <widget class="QLabel" name="minMaxGradeLabel">
0145         <property name="text">
0146          <string comment="KDE::DoNotExtract">TextLabel</string>
0147         </property>
0148         <property name="alignment">
0149          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0150         </property>
0151        </widget>
0152       </item>
0153       <item row="0" column="1">
0154        <widget class="QLabel" name="numberAffectedWordsLabel">
0155         <property name="text">
0156          <string>Number of Affected Words</string>
0157         </property>
0158         <property name="alignment">
0159          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0160         </property>
0161        </widget>
0162       </item>
0163      </layout>
0164     </widget>
0165    </item>
0166    <item>
0167     <layout class="QHBoxLayout" name="documentTotalLayout">
0168      <item>
0169       <widget class="QLabel" name="documentTotalDescriptionLabel">
0170        <property name="text">
0171         <string>Total number of entries:</string>
0172        </property>
0173       </widget>
0174      </item>
0175      <item>
0176       <widget class="QLabel" name="documentTotalLabel">
0177        <property name="text">
0178         <string comment="KDE::DoNotExtract">TextLabel</string>
0179        </property>
0180        <property name="alignment">
0181         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0182        </property>
0183       </widget>
0184      </item>
0185     </layout>
0186    </item>
0187    <item>
0188     <layout class="QHBoxLayout" name="totalLayout">
0189      <item>
0190       <widget class="QLabel" name="totalDescriptionLabel">
0191        <property name="text">
0192         <string>Resulting number of words to practice:</string>
0193        </property>
0194       </widget>
0195      </item>
0196      <item>
0197       <widget class="QLabel" name="totalLabel">
0198        <property name="text">
0199         <string comment="KDE::DoNotExtract">TextLabel</string>
0200        </property>
0201        <property name="alignment">
0202         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0203        </property>
0204       </widget>
0205      </item>
0206     </layout>
0207    </item>
0208    <item>
0209     <spacer name="spacer">
0210      <property name="orientation">
0211       <enum>Qt::Vertical</enum>
0212      </property>
0213      <property name="sizeHint" stdset="0">
0214       <size>
0215        <width>20</width>
0216        <height>57</height>
0217       </size>
0218      </property>
0219     </spacer>
0220    </item>
0221    <item>
0222     <widget class="QDialogButtonBox" name="buttonBox">
0223      <property name="orientation">
0224       <enum>Qt::Horizontal</enum>
0225      </property>
0226      <property name="standardButtons">
0227       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0228      </property>
0229     </widget>
0230    </item>
0231   </layout>
0232  </widget>
0233  <resources/>
0234  <connections/>
0235 </ui>