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="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>1</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Save storage as...</string>
0021   </property>
0022   <property name="toolTip">
0023    <string>Choose XML if unsure.</string>
0024   </property>
0025   <layout class="QVBoxLayout" name="verticalLayout">
0026    <item>
0027     <widget class="QTextBrowser" name="textBrowser">
0028      <property name="sizePolicy">
0029       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
0030        <horstretch>0</horstretch>
0031        <verstretch>1</verstretch>
0032       </sizepolicy>
0033      </property>
0034      <property name="minimumSize">
0035       <size>
0036        <width>0</width>
0037        <height>0</height>
0038       </size>
0039      </property>
0040      <property name="styleSheet">
0041       <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
0042      </property>
0043      <property name="frameShape">
0044       <enum>QFrame::NoFrame</enum>
0045      </property>
0046      <property name="html">
0047       <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;
0048 &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;
0049 p, li { white-space: pre-wrap; }
0050 &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;
0051 &lt;p align=&quot;justify&quot; style=&quot; margin: 0; -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;
0052 &lt;p align=&quot;justify&quot; style=&quot; margin: 0; -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>
0053      </property>
0054     </widget>
0055    </item>
0056    <item>
0057     <widget class="Line" name="line">
0058      <property name="orientation">
0059       <enum>Qt::Horizontal</enum>
0060      </property>
0061     </widget>
0062    </item>
0063    <item>
0064     <layout class="QHBoxLayout" name="horizontalLayout">
0065      <item>
0066       <widget class="QLabel" name="label_2">
0067        <property name="text">
0068         <string>Storage type to use for your data</string>
0069        </property>
0070       </widget>
0071      </item>
0072      <item>
0073       <spacer name="horizontalSpacer">
0074        <property name="orientation">
0075         <enum>Qt::Horizontal</enum>
0076        </property>
0077        <property name="sizeHint" stdset="0">
0078         <size>
0079          <width>40</width>
0080          <height>20</height>
0081         </size>
0082        </property>
0083       </spacer>
0084      </item>
0085      <item>
0086       <widget class="QComboBox" name="fileType"/>
0087      </item>
0088     </layout>
0089    </item>
0090    <item>
0091     <widget class="QDialogButtonBox" name="buttonBox">
0092      <property name="standardButtons">
0093       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0094      </property>
0095     </widget>
0096    </item>
0097   </layout>
0098  </widget>
0099  <layoutdefault spacing="6" margin="11"/>
0100  <resources/>
0101  <connections>
0102   <connection>
0103    <sender>buttonBox</sender>
0104    <signal>accepted()</signal>
0105    <receiver>KSaveAsQuestion</receiver>
0106    <slot>accept()</slot>
0107    <hints>
0108     <hint type="sourcelabel">
0109      <x>320</x>
0110      <y>272</y>
0111     </hint>
0112     <hint type="destinationlabel">
0113      <x>320</x>
0114      <y>150</y>
0115     </hint>
0116    </hints>
0117   </connection>
0118   <connection>
0119    <sender>buttonBox</sender>
0120    <signal>rejected()</signal>
0121    <receiver>KSaveAsQuestion</receiver>
0122    <slot>reject()</slot>
0123    <hints>
0124     <hint type="sourcelabel">
0125      <x>320</x>
0126      <y>272</y>
0127     </hint>
0128     <hint type="destinationlabel">
0129      <x>320</x>
0130      <y>150</y>
0131     </hint>
0132    </hints>
0133   </connection>
0134  </connections>
0135 </ui>