~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to nepomuk/services/backupsync/gui/mergeconflictwidget.ui

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-03 21:50:00 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120603215000-vn7oarsq0ynrydj5
Tags: upstream-4.8.80
Import upstream version 4.8.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>MergeConflictWidget</class>
4
 
 <widget class="QWidget" name="MergeConflictWidget">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>306</width>
10
 
    <height>317</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout">
14
 
   <property name="margin">
15
 
    <number>0</number>
16
 
   </property>
17
 
   <item>
18
 
    <widget class="QLabel" name="label">
19
 
     <property name="text">
20
 
      <string>Not all files in the backup could be identified. Please resolve the conflicts by choosing the corresponding file or discarding the data.</string>
21
 
     </property>
22
 
     <property name="wordWrap">
23
 
      <bool>true</bool>
24
 
     </property>
25
 
    </widget>
26
 
   </item>
27
 
   <item>
28
 
    <widget class="QTreeView" name="m_viewConflicts">
29
 
     <attribute name="headerVisible">
30
 
      <bool>false</bool>
31
 
     </attribute>
32
 
    </widget>
33
 
   </item>
34
 
   <item>
35
 
    <widget class="QProgressBar" name="m_progressBar">
36
 
     <property name="value">
37
 
      <number>0</number>
38
 
     </property>
39
 
     <property name="textVisible">
40
 
      <bool>true</bool>
41
 
     </property>
42
 
    </widget>
43
 
   </item>
44
 
   <item>
45
 
    <layout class="QHBoxLayout" name="horizontalLayout">
46
 
     <item>
47
 
      <spacer name="horizontalSpacer">
48
 
       <property name="orientation">
49
 
        <enum>Qt::Horizontal</enum>
50
 
       </property>
51
 
       <property name="sizeHint" stdset="0">
52
 
        <size>
53
 
         <width>40</width>
54
 
         <height>20</height>
55
 
        </size>
56
 
       </property>
57
 
      </spacer>
58
 
     </item>
59
 
     <item>
60
 
      <widget class="KPushButton" name="m_buttonDiscardAll">
61
 
       <property name="text">
62
 
        <string>Discard All</string>
63
 
       </property>
64
 
      </widget>
65
 
     </item>
66
 
    </layout>
67
 
   </item>
68
 
  </layout>
69
 
 </widget>
70
 
 <customwidgets>
71
 
  <customwidget>
72
 
   <class>KPushButton</class>
73
 
   <extends>QPushButton</extends>
74
 
   <header>kpushbutton.h</header>
75
 
  </customwidget>
76
 
 </customwidgets>
77
 
 <resources/>
78
 
 <connections/>
79
 
</ui>