Warning, /education/parley/src/exportdialog.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>ExportOptions</class>
0004  <widget class="QWidget" name="ExportOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>484</width>
0010     <height>129</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Export</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QRadioButton" name="flashCardRadio">
0019      <property name="text">
0020       <string>Flash Cards - to print learning cards (HTML)</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QRadioButton" name="tableRadio">
0029      <property name="text">
0030       <string>A vocabulary list that works in a web-browser and can be printed (HTML)</string>
0031      </property>
0032      <property name="checked">
0033       <bool>false</bool>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <widget class="QRadioButton" name="csvRadio">
0039      <property name="text">
0040       <string>Comma separated values (CSV)</string>
0041      </property>
0042     </widget>
0043    </item>
0044    <item>
0045     <spacer name="verticalSpacer">
0046      <property name="orientation">
0047       <enum>Qt::Vertical</enum>
0048      </property>
0049      <property name="sizeHint" stdset="0">
0050       <size>
0051        <width>20</width>
0052        <height>43</height>
0053       </size>
0054      </property>
0055     </spacer>
0056    </item>
0057   </layout>
0058  </widget>
0059  <resources/>
0060  <connections/>
0061 </ui>