Warning, /office/kmymoney/kmymoney/dialogs/kbackupdlg.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>KBackupDlg</class>
0004  <widget class="QDialog" name="KBackupDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>641</width>
0010     <height>369</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Backup</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QVBoxLayout" name="verticalLayout">
0019      <item>
0020       <widget class="QLabel" name="TextLabel1">
0021        <property name="text">
0022         <string>Use this dialog to backup your data.
0023 
0024 Please make sure you have a disk inserted and that the drive is ready. Then choose the mount point from either the Choose button or by entering the path in the available box.
0025 
0026 Click OK to perform the backup.</string>
0027        </property>
0028        <property name="alignment">
0029         <set>Qt::AlignTop</set>
0030        </property>
0031        <property name="wordWrap">
0032         <bool>true</bool>
0033        </property>
0034       </widget>
0035      </item>
0036      <item>
0037       <widget class="QLabel" name="txtAutoMount">
0038        <property name="text">
0039         <string>If your system does not use an automounter, make sure you mark the checkbox below to &quot;mount this directory before backing up.&quot;</string>
0040        </property>
0041        <property name="wordWrap">
0042         <bool>true</bool>
0043        </property>
0044       </widget>
0045      </item>
0046     </layout>
0047    </item>
0048    <item>
0049     <widget class="Line" name="Line1">
0050      <property name="frameShape">
0051       <enum>QFrame::HLine</enum>
0052      </property>
0053      <property name="frameShadow">
0054       <enum>QFrame::Raised</enum>
0055      </property>
0056     </widget>
0057    </item>
0058    <item>
0059     <widget class="QGroupBox" name="GroupBox1">
0060      <property name="title">
0061       <string>Device options</string>
0062      </property>
0063      <layout class="QVBoxLayout">
0064       <property name="spacing">
0065        <number>6</number>
0066       </property>
0067       <property name="leftMargin">
0068        <number>11</number>
0069       </property>
0070       <property name="topMargin">
0071        <number>11</number>
0072       </property>
0073       <property name="rightMargin">
0074        <number>11</number>
0075       </property>
0076       <property name="bottomMargin">
0077        <number>11</number>
0078       </property>
0079       <item>
0080        <layout class="QHBoxLayout">
0081         <property name="spacing">
0082          <number>6</number>
0083         </property>
0084         <property name="leftMargin">
0085          <number>0</number>
0086         </property>
0087         <property name="topMargin">
0088          <number>0</number>
0089         </property>
0090         <property name="rightMargin">
0091          <number>0</number>
0092         </property>
0093         <property name="bottomMargin">
0094          <number>0</number>
0095         </property>
0096         <item>
0097          <widget class="QLabel" name="lblMountPoint">
0098           <property name="text">
0099            <string comment="This is the mount point">Mount Point:</string>
0100           </property>
0101           <property name="wordWrap">
0102            <bool>false</bool>
0103           </property>
0104          </widget>
0105         </item>
0106         <item>
0107          <widget class="KLineEdit" name="txtMountPoint"/>
0108         </item>
0109         <item>
0110          <widget class="QPushButton" name="chooseButton">
0111           <property name="toolTip">
0112            <string>Select mount point</string>
0113           </property>
0114           <property name="whatsThis">
0115            <string>Use this to browse to the mount point.</string>
0116           </property>
0117           <property name="text">
0118            <string>C&amp;hoose...</string>
0119           </property>
0120          </widget>
0121         </item>
0122        </layout>
0123       </item>
0124       <item>
0125        <widget class="QCheckBox" name="mountCheckBox">
0126         <property name="text">
0127          <string>Mount this directory before backing up.</string>
0128         </property>
0129        </widget>
0130       </item>
0131       <item>
0132        <spacer name="Spacer17">
0133         <property name="orientation">
0134          <enum>Qt::Vertical</enum>
0135         </property>
0136         <property name="sizeType">
0137          <enum>QSizePolicy::Expanding</enum>
0138         </property>
0139         <property name="sizeHint" stdset="0">
0140          <size>
0141           <width>0</width>
0142           <height>24</height>
0143          </size>
0144         </property>
0145        </spacer>
0146       </item>
0147      </layout>
0148     </widget>
0149    </item>
0150    <item>
0151     <widget class="QDialogButtonBox" name="buttonBox">
0152      <property name="standardButtons">
0153       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0154      </property>
0155     </widget>
0156    </item>
0157   </layout>
0158  </widget>
0159  <layoutdefault spacing="6" margin="11"/>
0160  <customwidgets>
0161   <customwidget>
0162    <class>KLineEdit</class>
0163    <extends>QLineEdit</extends>
0164    <header>klineedit.h</header>
0165   </customwidget>
0166  </customwidgets>
0167  <resources/>
0168  <connections>
0169   <connection>
0170    <sender>buttonBox</sender>
0171    <signal>accepted()</signal>
0172    <receiver>KBackupDlg</receiver>
0173    <slot>accept()</slot>
0174    <hints>
0175     <hint type="sourcelabel">
0176      <x>320</x>
0177      <y>272</y>
0178     </hint>
0179     <hint type="destinationlabel">
0180      <x>320</x>
0181      <y>150</y>
0182     </hint>
0183    </hints>
0184   </connection>
0185   <connection>
0186    <sender>buttonBox</sender>
0187    <signal>rejected()</signal>
0188    <receiver>KBackupDlg</receiver>
0189    <slot>reject()</slot>
0190    <hints>
0191     <hint type="sourcelabel">
0192      <x>320</x>
0193      <y>272</y>
0194     </hint>
0195     <hint type="destinationlabel">
0196      <x>320</x>
0197      <y>150</y>
0198     </hint>
0199    </hints>
0200   </connection>
0201  </connections>
0202 </ui>