Warning, /utilities/kbackup/src/MainWidgetBase.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  <author>Martin Koller</author>
0004  <comment>(c) 2006</comment>
0005  <class>MainWidgetBase</class>
0006  <widget class="QWidget" name="MainWidgetBase">
0007   <property name="geometry">
0008    <rect>
0009     <x>0</x>
0010     <y>0</y>
0011     <width>501</width>
0012     <height>455</height>
0013    </rect>
0014   </property>
0015   <property name="windowTitle">
0016    <string>KBackup</string>
0017   </property>
0018   <layout class="QGridLayout" name="gridLayout">
0019    <item row="0" column="0">
0020     <layout class="QHBoxLayout">
0021      <item>
0022       <widget class="QPushButton" name="startButton">
0023        <property name="sizePolicy">
0024         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0025          <horstretch>0</horstretch>
0026          <verstretch>0</verstretch>
0027         </sizepolicy>
0028        </property>
0029        <property name="minimumSize">
0030         <size>
0031          <width>0</width>
0032          <height>50</height>
0033         </size>
0034        </property>
0035        <property name="font">
0036         <font>
0037          <pointsize>14</pointsize>
0038         </font>
0039        </property>
0040        <property name="text">
0041         <string>Start Backup</string>
0042        </property>
0043        <property name="iconSize">
0044         <size>
0045          <width>22</width>
0046          <height>22</height>
0047         </size>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QPushButton" name="cancelButton">
0053        <property name="enabled">
0054         <bool>false</bool>
0055        </property>
0056        <property name="sizePolicy">
0057         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0058          <horstretch>0</horstretch>
0059          <verstretch>0</verstretch>
0060         </sizepolicy>
0061        </property>
0062        <property name="minimumSize">
0063         <size>
0064          <width>0</width>
0065          <height>50</height>
0066         </size>
0067        </property>
0068        <property name="text">
0069         <string>Cancel Backup</string>
0070        </property>
0071        <property name="iconSize">
0072         <size>
0073          <width>22</width>
0074          <height>22</height>
0075         </size>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081    <item row="1" column="0">
0082     <layout class="QHBoxLayout" name="horizontalLayout">
0083      <item>
0084       <widget class="QLabel" name="label">
0085        <property name="sizePolicy">
0086         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0087          <horstretch>0</horstretch>
0088          <verstretch>0</verstretch>
0089         </sizepolicy>
0090        </property>
0091        <property name="text">
0092         <string>Next Backup:</string>
0093        </property>
0094       </widget>
0095      </item>
0096      <item>
0097       <widget class="QLabel" name="backupType">
0098        <property name="text">
0099         <string>TextLabel</string>
0100        </property>
0101       </widget>
0102      </item>
0103      <item>
0104       <widget class="QCheckBox" name="forceFullBackup">
0105        <property name="text">
0106         <string>Force Full Backup</string>
0107        </property>
0108       </widget>
0109      </item>
0110     </layout>
0111    </item>
0112    <item row="2" column="0">
0113     <widget class="QGroupBox" name="groupBox3">
0114      <property name="sizePolicy">
0115       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0116        <horstretch>0</horstretch>
0117        <verstretch>0</verstretch>
0118       </sizepolicy>
0119      </property>
0120      <property name="title">
0121       <string>Target</string>
0122      </property>
0123      <layout class="QGridLayout">
0124       <item row="0" column="0" colspan="2">
0125        <widget class="QLabel" name="textLabel2">
0126         <property name="text">
0127          <string>Folder:</string>
0128         </property>
0129         <property name="wordWrap">
0130          <bool>false</bool>
0131         </property>
0132        </widget>
0133       </item>
0134       <item row="1" column="0">
0135        <widget class="QLabel" name="sliceLabel">
0136         <property name="sizePolicy">
0137          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0138           <horstretch>0</horstretch>
0139           <verstretch>0</verstretch>
0140          </sizepolicy>
0141         </property>
0142         <property name="text">
0143          <string>Medium:</string>
0144         </property>
0145         <property name="wordWrap">
0146          <bool>false</bool>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="1" column="1">
0151        <widget class="QLabel" name="sliceNum">
0152         <property name="sizePolicy">
0153          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0154           <horstretch>0</horstretch>
0155           <verstretch>0</verstretch>
0156          </sizepolicy>
0157         </property>
0158         <property name="minimumSize">
0159          <size>
0160           <width>21</width>
0161           <height>0</height>
0162          </size>
0163         </property>
0164         <property name="text">
0165          <string>1</string>
0166         </property>
0167         <property name="wordWrap">
0168          <bool>false</bool>
0169         </property>
0170        </widget>
0171       </item>
0172       <item row="1" column="2">
0173        <widget class="QProgressBar" name="progressSlice">
0174         <property name="sizePolicy">
0175          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0176           <horstretch>0</horstretch>
0177           <verstretch>0</verstretch>
0178          </sizepolicy>
0179         </property>
0180        </widget>
0181       </item>
0182       <item row="1" column="3">
0183        <widget class="QLabel" name="textLabel1">
0184         <property name="text">
0185          <string>Size:</string>
0186         </property>
0187         <property name="wordWrap">
0188          <bool>false</bool>
0189         </property>
0190        </widget>
0191       </item>
0192       <item row="1" column="4" colspan="2">
0193        <widget class="QLabel" name="capacity">
0194         <property name="minimumSize">
0195          <size>
0196           <width>90</width>
0197           <height>0</height>
0198          </size>
0199         </property>
0200         <property name="text">
0201          <string>0 MB</string>
0202         </property>
0203         <property name="wordWrap">
0204          <bool>false</bool>
0205         </property>
0206        </widget>
0207       </item>
0208       <item row="0" column="5">
0209        <widget class="QPushButton" name="folder">
0210         <property name="sizePolicy">
0211          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0212           <horstretch>0</horstretch>
0213           <verstretch>0</verstretch>
0214          </sizepolicy>
0215         </property>
0216         <property name="text">
0217          <string/>
0218         </property>
0219        </widget>
0220       </item>
0221       <item row="0" column="2" colspan="3">
0222        <widget class="KLineEdit" name="targetDir"/>
0223       </item>
0224      </layout>
0225     </widget>
0226    </item>
0227    <item row="3" column="0">
0228     <widget class="QGroupBox" name="groupBox2">
0229      <property name="sizePolicy">
0230       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0231        <horstretch>0</horstretch>
0232        <verstretch>0</verstretch>
0233       </sizepolicy>
0234      </property>
0235      <property name="title">
0236       <string>Totals</string>
0237      </property>
0238      <layout class="QHBoxLayout">
0239       <item>
0240        <widget class="QLabel" name="textLabel4">
0241         <property name="sizePolicy">
0242          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0243           <horstretch>0</horstretch>
0244           <verstretch>0</verstretch>
0245          </sizepolicy>
0246         </property>
0247         <property name="text">
0248          <string>Files:</string>
0249         </property>
0250         <property name="wordWrap">
0251          <bool>false</bool>
0252         </property>
0253        </widget>
0254       </item>
0255       <item>
0256        <widget class="QLabel" name="totalFiles">
0257         <property name="text">
0258          <string>0</string>
0259         </property>
0260         <property name="alignment">
0261          <set>Qt::AlignVCenter</set>
0262         </property>
0263         <property name="wordWrap">
0264          <bool>false</bool>
0265         </property>
0266        </widget>
0267       </item>
0268       <item>
0269        <widget class="QLabel" name="textLabel6">
0270         <property name="sizePolicy">
0271          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0272           <horstretch>0</horstretch>
0273           <verstretch>0</verstretch>
0274          </sizepolicy>
0275         </property>
0276         <property name="text">
0277          <string>Size:</string>
0278         </property>
0279         <property name="wordWrap">
0280          <bool>false</bool>
0281         </property>
0282        </widget>
0283       </item>
0284       <item>
0285        <widget class="QLabel" name="totalSize">
0286         <property name="text">
0287          <string>0</string>
0288         </property>
0289         <property name="alignment">
0290          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0291         </property>
0292         <property name="wordWrap">
0293          <bool>false</bool>
0294         </property>
0295        </widget>
0296       </item>
0297       <item>
0298        <widget class="QLabel" name="totalSize_2">
0299         <property name="text">
0300          <string>MB</string>
0301         </property>
0302         <property name="alignment">
0303          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0304         </property>
0305         <property name="wordWrap">
0306          <bool>false</bool>
0307         </property>
0308        </widget>
0309       </item>
0310       <item>
0311        <spacer name="spacer1_2">
0312         <property name="orientation">
0313          <enum>Qt::Horizontal</enum>
0314         </property>
0315         <property name="sizeType">
0316          <enum>QSizePolicy::Expanding</enum>
0317         </property>
0318         <property name="sizeHint" stdset="0">
0319          <size>
0320           <width>10</width>
0321           <height>10</height>
0322          </size>
0323         </property>
0324        </spacer>
0325       </item>
0326       <item>
0327        <widget class="QLabel" name="textLabel8">
0328         <property name="sizePolicy">
0329          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0330           <horstretch>0</horstretch>
0331           <verstretch>0</verstretch>
0332          </sizepolicy>
0333         </property>
0334         <property name="text">
0335          <string>Duration:</string>
0336         </property>
0337         <property name="wordWrap">
0338          <bool>false</bool>
0339         </property>
0340        </widget>
0341       </item>
0342       <item>
0343        <widget class="QLabel" name="elapsedTime">
0344         <property name="text">
0345          <string>00:00:00</string>
0346         </property>
0347         <property name="wordWrap">
0348          <bool>false</bool>
0349         </property>
0350        </widget>
0351       </item>
0352      </layout>
0353     </widget>
0354    </item>
0355    <item row="4" column="0">
0356     <layout class="QVBoxLayout">
0357      <item>
0358       <widget class="QTextEdit" name="log">
0359        <property name="sizePolicy">
0360         <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
0361          <horstretch>0</horstretch>
0362          <verstretch>2</verstretch>
0363         </sizepolicy>
0364        </property>
0365        <property name="minimumSize">
0366         <size>
0367          <width>0</width>
0368          <height>80</height>
0369         </size>
0370        </property>
0371        <property name="undoRedoEnabled">
0372         <bool>false</bool>
0373        </property>
0374        <property name="lineWrapMode">
0375         <enum>QTextEdit::NoWrap</enum>
0376        </property>
0377        <property name="readOnly">
0378         <bool>true</bool>
0379        </property>
0380       </widget>
0381      </item>
0382      <item>
0383       <layout class="QHBoxLayout">
0384        <item>
0385         <widget class="QLabel" name="textLabel1_2">
0386          <property name="text">
0387           <string>Warnings:</string>
0388          </property>
0389          <property name="wordWrap">
0390           <bool>false</bool>
0391          </property>
0392         </widget>
0393        </item>
0394        <item>
0395         <spacer name="spacer2">
0396          <property name="orientation">
0397           <enum>Qt::Horizontal</enum>
0398          </property>
0399          <property name="sizeType">
0400           <enum>QSizePolicy::Expanding</enum>
0401          </property>
0402          <property name="sizeHint" stdset="0">
0403           <size>
0404            <width>40</width>
0405            <height>10</height>
0406           </size>
0407          </property>
0408         </spacer>
0409        </item>
0410        <item>
0411         <widget class="QLabel" name="fileProgressLabel">
0412          <property name="text">
0413           <string>Progress:</string>
0414          </property>
0415          <property name="wordWrap">
0416           <bool>false</bool>
0417          </property>
0418         </widget>
0419        </item>
0420        <item>
0421         <widget class="QProgressBar" name="fileProgress">
0422          <property name="maximumSize">
0423           <size>
0424            <width>32767</width>
0425            <height>18</height>
0426           </size>
0427          </property>
0428         </widget>
0429        </item>
0430       </layout>
0431      </item>
0432      <item>
0433       <widget class="QTextEdit" name="warnings">
0434        <property name="sizePolicy">
0435         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0436          <horstretch>0</horstretch>
0437          <verstretch>1</verstretch>
0438         </sizepolicy>
0439        </property>
0440        <property name="minimumSize">
0441         <size>
0442          <width>0</width>
0443          <height>50</height>
0444         </size>
0445        </property>
0446        <property name="palette">
0447         <palette>
0448          <active>
0449           <colorrole role="Text">
0450            <brush brushstyle="SolidPattern">
0451             <color alpha="255">
0452              <red>255</red>
0453              <green>0</green>
0454              <blue>0</blue>
0455             </color>
0456            </brush>
0457           </colorrole>
0458          </active>
0459          <inactive>
0460           <colorrole role="Text">
0461            <brush brushstyle="SolidPattern">
0462             <color alpha="255">
0463              <red>255</red>
0464              <green>0</green>
0465              <blue>0</blue>
0466             </color>
0467            </brush>
0468           </colorrole>
0469          </inactive>
0470          <disabled>
0471           <colorrole role="Text">
0472            <brush brushstyle="SolidPattern">
0473             <color alpha="255">
0474              <red>122</red>
0475              <green>123</green>
0476              <blue>125</blue>
0477             </color>
0478            </brush>
0479           </colorrole>
0480          </disabled>
0481         </palette>
0482        </property>
0483        <property name="undoRedoEnabled">
0484         <bool>false</bool>
0485        </property>
0486        <property name="lineWrapMode">
0487         <enum>QTextEdit::NoWrap</enum>
0488        </property>
0489        <property name="readOnly">
0490         <bool>true</bool>
0491        </property>
0492       </widget>
0493      </item>
0494     </layout>
0495    </item>
0496   </layout>
0497  </widget>
0498  <layoutdefault spacing="6" margin="11"/>
0499  <pixmapfunction>SmallIcon</pixmapfunction>
0500  <customwidgets>
0501   <customwidget>
0502    <class>KLineEdit</class>
0503    <extends>QLineEdit</extends>
0504    <header>klineedit.h</header>
0505   </customwidget>
0506  </customwidgets>
0507  <includes>
0508   <include location="local">klineedit.h</include>
0509  </includes>
0510  <resources/>
0511  <connections/>
0512 </ui>