Warning, /network/konqueror/webenginepart/src/choosepagesaveformatdlg.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>ChoosePageSaveFormatDlg</class>
0004  <widget class="QDialog" name="ChoosePageSaveFormatDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>520</width>
0010     <height>186</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Choose Save Format</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>How would you like to save the page?</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QRadioButton" name="m_singleHTMLPage">
0026      <property name="text">
0027       <string>As an HTML file &amp;without external resources</string>
0028      </property>
0029      <property name="checked">
0030       <bool>true</bool>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QRadioButton" name="m_asDirectory">
0036      <property name="text">
0037       <string>As a &amp;complete HTML page</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item>
0042     <widget class="QRadioButton" name="m_asMHTMLPage">
0043      <property name="text">
0044       <string>As a &amp;MHTML file</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="QLabel" name="m_info">
0050      <property name="frameShape">
0051       <enum>QFrame::StyledPanel</enum>
0052      </property>
0053      <property name="frameShadow">
0054       <enum>QFrame::Sunken</enum>
0055      </property>
0056      <property name="text">
0057       <string>TextLabel</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QDialogButtonBox" name="buttonBox">
0063      <property name="orientation">
0064       <enum>Qt::Horizontal</enum>
0065      </property>
0066      <property name="standardButtons">
0067       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0068      </property>
0069     </widget>
0070    </item>
0071   </layout>
0072  </widget>
0073  <resources/>
0074  <connections>
0075   <connection>
0076    <sender>buttonBox</sender>
0077    <signal>accepted()</signal>
0078    <receiver>ChoosePageSaveFormatDlg</receiver>
0079    <slot>accept()</slot>
0080    <hints>
0081     <hint type="sourcelabel">
0082      <x>20</x>
0083      <y>20</y>
0084     </hint>
0085     <hint type="destinationlabel">
0086      <x>20</x>
0087      <y>20</y>
0088     </hint>
0089    </hints>
0090   </connection>
0091   <connection>
0092    <sender>buttonBox</sender>
0093    <signal>rejected()</signal>
0094    <receiver>ChoosePageSaveFormatDlg</receiver>
0095    <slot>reject()</slot>
0096    <hints>
0097     <hint type="sourcelabel">
0098      <x>20</x>
0099      <y>20</y>
0100     </hint>
0101     <hint type="destinationlabel">
0102      <x>20</x>
0103      <y>20</y>
0104     </hint>
0105    </hints>
0106   </connection>
0107  </connections>
0108 </ui>