Updated packaging for new 0.0.2 release.
[qwerkisync] / dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>569</width>
10     <height>269</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QWidget" name="verticalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>10</y>
21      <width>471</width>
22      <height>251</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout" stretch="3,3,1">
26     <property name="spacing">
27      <number>0</number>
28     </property>
29     <property name="sizeConstraint">
30      <enum>QLayout::SetNoConstraint</enum>
31     </property>
32     <property name="leftMargin">
33      <number>20</number>
34     </property>
35     <property name="rightMargin">
36      <number>20</number>
37     </property>
38     <item>
39      <widget class="QLabel" name="label">
40       <property name="text">
41        <string>A backup has been found that suggests this program crashed during an import.</string>
42       </property>
43       <property name="textFormat">
44        <enum>Qt::PlainText</enum>
45       </property>
46       <property name="alignment">
47        <set>Qt::AlignCenter</set>
48       </property>
49       <property name="wordWrap">
50        <bool>true</bool>
51       </property>
52      </widget>
53     </item>
54     <item>
55      <widget class="QLabel" name="label_2">
56       <property name="sizePolicy">
57        <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
58         <horstretch>0</horstretch>
59         <verstretch>0</verstretch>
60        </sizepolicy>
61       </property>
62       <property name="text">
63        <string>It is strongly advised that you restore this backup so the system is operating from a known valid state.</string>
64       </property>
65       <property name="scaledContents">
66        <bool>false</bool>
67       </property>
68       <property name="alignment">
69        <set>Qt::AlignCenter</set>
70       </property>
71       <property name="wordWrap">
72        <bool>true</bool>
73       </property>
74      </widget>
75     </item>
76     <item>
77      <layout class="QHBoxLayout" name="horizontalLayout">
78       <item>
79        <widget class="QPushButton" name="pushButton">
80         <property name="text">
81          <string>PushButton</string>
82         </property>
83        </widget>
84       </item>
85       <item>
86        <widget class="QLabel" name="label_3">
87         <property name="text">
88          <string>TextLabel</string>
89         </property>
90        </widget>
91       </item>
92       <item>
93        <widget class="QPushButton" name="pushButton_2">
94         <property name="text">
95          <string>PushButton</string>
96         </property>
97        </widget>
98       </item>
99      </layout>
100     </item>
101    </layout>
102   </widget>
103  </widget>
104  <resources/>
105  <connections/>
106 </ui>