Warning, /office/kmymoney/kmymoney/dialogs/ksaveasquestion.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>KSaveAsQuestion</class>
0004  <widget class="QDialog" name="KSaveAsQuestion">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>537</width>
0010     <height>211</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Save storage as...</string>
0015   </property>
0016   <property name="toolTip">
0017    <string>Choose XML if unsure.</string>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QTextBrowser" name="textBrowser">
0022      <property name="styleSheet">
0023       <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
0024      </property>
0025      <property name="frameShape">
0026       <enum>QFrame::NoFrame</enum>
0027      </property>
0028      <property name="html">
0029       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0030 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0031 p, li { white-space: pre-wrap; }
0032 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
0033 &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;KMyMoney supports multiple storage types. The availability of storage types depends on the presence of plugins and their activation in the application settings.&lt;/p&gt;
0034 &lt;p align=&quot;justify&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;If you are uncertain what to choose here, then &lt;span style=&quot; font-weight:600;&quot;&gt;XML&lt;/span&gt; is probably your best choice.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item>
0039     <widget class="Line" name="line">
0040      <property name="orientation">
0041       <enum>Qt::Horizontal</enum>
0042      </property>
0043     </widget>
0044    </item>
0045    <item>
0046     <layout class="QHBoxLayout" name="horizontalLayout">
0047      <item>
0048       <widget class="QLabel" name="label_2">
0049        <property name="text">
0050         <string>Storage type to use for your data</string>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <spacer name="horizontalSpacer">
0056        <property name="orientation">
0057         <enum>Qt::Horizontal</enum>
0058        </property>
0059        <property name="sizeHint" stdset="0">
0060         <size>
0061          <width>40</width>
0062          <height>20</height>
0063         </size>
0064        </property>
0065       </spacer>
0066      </item>
0067      <item>
0068       <widget class="QComboBox" name="fileType"/>
0069      </item>
0070     </layout>
0071    </item>
0072    <item>
0073     <widget class="QDialogButtonBox" name="buttonBox">
0074      <property name="standardButtons">
0075       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0076      </property>
0077     </widget>
0078    </item>
0079   </layout>
0080  </widget>
0081  <layoutdefault spacing="6" margin="11"/>
0082  <resources/>
0083  <connections>
0084   <connection>
0085    <sender>buttonBox</sender>
0086    <signal>accepted()</signal>
0087    <receiver>KSaveAsQuestion</receiver>
0088    <slot>accept()</slot>
0089    <hints>
0090     <hint type="sourcelabel">
0091      <x>320</x>
0092      <y>272</y>
0093     </hint>
0094     <hint type="destinationlabel">
0095      <x>320</x>
0096      <y>150</y>
0097     </hint>
0098    </hints>
0099   </connection>
0100   <connection>
0101    <sender>buttonBox</sender>
0102    <signal>rejected()</signal>
0103    <receiver>KSaveAsQuestion</receiver>
0104    <slot>reject()</slot>
0105    <hints>
0106     <hint type="sourcelabel">
0107      <x>320</x>
0108      <y>272</y>
0109     </hint>
0110     <hint type="destinationlabel">
0111      <x>320</x>
0112      <y>150</y>
0113     </hint>
0114    </hints>
0115   </connection>
0116  </connections>
0117 </ui>