Warning, /education/kwordquiz/src/cleardialogbase.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 &lt;peter.hedlund@kdemail.net&gt;</author>
0004  <class>ClearDialogBase</class>
0005  <widget class="QWidget" name="ClearDialogBase">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>229</width>
0011     <height>153</height>
0012    </rect>
0013   </property>
0014   <layout class="QGridLayout" name="gridLayout">
0015    <property name="margin">
0016     <number>0</number>
0017    </property>
0018    <item row="0" column="0">
0019     <widget class="QGroupBox" name="clearButtonGroup">
0020      <property name="title">
0021       <string>Selection</string>
0022      </property>
0023      <property name="checkable">
0024       <bool>false</bool>
0025      </property>
0026      <layout class="QVBoxLayout" name="verticalLayout">
0027       <item>
0028        <widget class="QCheckBox" name="clearAllCheckBox">
0029         <property name="toolTip">
0030          <string>Delete all information in selected entries</string>
0031         </property>
0032         <property name="whatsThis">
0033          <string>When checked all information will be deleted from the selected entries</string>
0034         </property>
0035         <property name="text">
0036          <string>Clear &amp;All</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item>
0041        <spacer name="topVerticalSpacer">
0042         <property name="orientation">
0043          <enum>Qt::Vertical</enum>
0044         </property>
0045         <property name="sizeType">
0046          <enum>QSizePolicy::Fixed</enum>
0047         </property>
0048         <property name="sizeHint" stdset="0">
0049          <size>
0050           <width>20</width>
0051           <height>6</height>
0052          </size>
0053         </property>
0054        </spacer>
0055       </item>
0056       <item>
0057        <widget class="QCheckBox" name="clearTextCheckBox">
0058         <property name="toolTip">
0059          <string>Delete the text from selected entries</string>
0060         </property>
0061         <property name="whatsThis">
0062          <string>When checked the text will be deleted from selected entries</string>
0063         </property>
0064         <property name="text">
0065          <string>&amp;Text</string>
0066         </property>
0067        </widget>
0068       </item>
0069       <item>
0070        <widget class="QCheckBox" name="clearImageCheckBox">
0071         <property name="toolTip">
0072          <string>Delete the image link from selected entries</string>
0073         </property>
0074         <property name="whatsThis">
0075          <string>When checked the image link will be deleted from selected entries</string>
0076         </property>
0077         <property name="text">
0078          <string>&amp;Image Links</string>
0079         </property>
0080        </widget>
0081       </item>
0082       <item>
0083        <widget class="QCheckBox" name="clearSoundCheckBox">
0084         <property name="toolTip">
0085          <string>Delete the sound link from selected entries</string>
0086         </property>
0087         <property name="whatsThis">
0088          <string>When checked the sound link will be deleted from selected entries</string>
0089         </property>
0090         <property name="text">
0091          <string>&amp;Sound Links</string>
0092         </property>
0093        </widget>
0094       </item>
0095       <item>
0096        <spacer name="bottomVerticalSpacer">
0097         <property name="orientation">
0098          <enum>Qt::Vertical</enum>
0099         </property>
0100         <property name="sizeHint" stdset="0">
0101          <size>
0102           <width>20</width>
0103           <height>69</height>
0104          </size>
0105         </property>
0106        </spacer>
0107       </item>
0108      </layout>
0109     </widget>
0110    </item>
0111   </layout>
0112  </widget>
0113  <resources/>
0114  <connections/>
0115 </ui>