~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/homedirmigration.ui

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-07-01 21:49:34 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140701214934-gt4dkgm94byi4vnn
Tags: 0.15-1
* New upstream version
* set debhelper compat level to 9
* set Standards-Version to 3.9.5 (no further changes)
* add lintian override regarding license-problem-non-free-RFC
* use qconf to regenerate configure script
* implement hardening using buildflags instead of hardening-wrapper

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>HomeDirMigration</class>
 
4
 <widget class="QDialog" name="HomeDirMigration">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>270</width>
 
10
    <height>182</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Import Wizard</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff>:/iconsets/system/default/psiplus/logo_16.png</normaloff>:/iconsets/system/default/psiplus/logo_16.png</iconset>
 
19
  </property>
 
20
  <layout class="QVBoxLayout" name="verticalLayout">
 
21
   <item>
 
22
    <widget class="QLabel" name="lbQuestion">
 
23
     <property name="text">
 
24
      <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;
 
25
&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;
 
26
p, li { white-space: pre-wrap; }
 
27
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Serif'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
 
28
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Import Settings and Data&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item>
 
33
    <widget class="Line" name="line">
 
34
     <property name="orientation">
 
35
      <enum>Qt::Horizontal</enum>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QRadioButton" name="rbCopy">
 
41
     <property name="toolTip">
 
42
      <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;
 
43
&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;
 
44
p, li { white-space: pre-wrap; }
 
45
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Serif'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
 
46
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:medium; color:#1a1a1a;&quot;&gt;Copy the existing profile to the new directory required to run Psi. The old profile will not be removed. You can remove it manually later.&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:medium; font-weight:600; color:#1a1a1a;&quot;&gt;(Recommended)&lt;/span&gt;&lt;span style=&quot; font-size:medium; color:#1a1a1a;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
47
     </property>
 
48
     <property name="text">
 
49
      <string>Import Psi profile</string>
 
50
     </property>
 
51
     <property name="checked">
 
52
      <bool>true</bool>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item>
 
57
    <widget class="QRadioButton" name="rbMove">
 
58
     <property name="toolTip">
 
59
      <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;
 
60
&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;
 
61
p, li { white-space: pre-wrap; }
 
62
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Serif'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
 
63
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:medium; color:#1a1a1a;&quot;&gt;Move the existing profile to the new directory. The old profile will be removed automatically when done.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
64
     </property>
 
65
     <property name="text">
 
66
      <string>Import Psi profile and remove it</string>
 
67
     </property>
 
68
    </widget>
 
69
   </item>
 
70
   <item>
 
71
    <widget class="QRadioButton" name="rbNothing">
 
72
     <property name="toolTip">
 
73
      <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;
 
74
&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;
 
75
p, li { white-space: pre-wrap; }
 
76
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Serif'; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
 
77
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:medium; color:#1a1a1a;&quot;&gt;Create a new Psi profile. The old profile will not be removed, but you will be unable to choose it.&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:medium; font-weight:600; color:#1a1a1a;&quot;&gt;(Not recommended)&lt;/span&gt;&lt;span style=&quot; font-size:medium; color:#1a1a1a;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
78
     </property>
 
79
     <property name="text">
 
80
      <string>Create new profile</string>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
   <item>
 
85
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
86
     <item>
 
87
      <widget class="BusyWidget" name="busy" native="true"/>
 
88
     </item>
 
89
     <item>
 
90
      <widget class="QDialogButtonBox" name="bxOkCancel">
 
91
       <property name="orientation">
 
92
        <enum>Qt::Horizontal</enum>
 
93
       </property>
 
94
       <property name="standardButtons">
 
95
        <set>QDialogButtonBox::Ok</set>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
    </layout>
 
100
   </item>
 
101
  </layout>
 
102
 </widget>
 
103
 <customwidgets>
 
104
  <customwidget>
 
105
   <class>BusyWidget</class>
 
106
   <extends>QWidget</extends>
 
107
   <header>busywidget.h</header>
 
108
   <container>1</container>
 
109
  </customwidget>
 
110
 </customwidgets>
 
111
 <resources/>
 
112
 <connections>
 
113
  <connection>
 
114
   <sender>bxOkCancel</sender>
 
115
   <signal>accepted()</signal>
 
116
   <receiver>HomeDirMigration</receiver>
 
117
   <slot>accept()</slot>
 
118
   <hints>
 
119
    <hint type="sourcelabel">
 
120
     <x>137</x>
 
121
     <y>149</y>
 
122
    </hint>
 
123
    <hint type="destinationlabel">
 
124
     <x>134</x>
 
125
     <y>90</y>
 
126
    </hint>
 
127
   </hints>
 
128
  </connection>
 
129
 </connections>
 
130
</ui>