Committing a lot of identity stuff which is still disabled.
[quassel.git] / src / qtui / settingspages / saveidentitiesdlg.ui
1 <ui version="4.0" >
2  <class>SaveIdentitiesDlg</class>
3  <widget class="QDialog" name="SaveIdentitiesDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>246</width>
9     <height>104</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Sync With Core</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>Syncing data with core, please wait...</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
23      </property>
24      <property name="wordWrap" >
25       <bool>true</bool>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <widget class="QProgressBar" name="progressBar" >
31      <property name="maximum" >
32       <number>0</number>
33      </property>
34      <property name="value" >
35       <number>0</number>
36      </property>
37      <property name="invertedAppearance" >
38       <bool>false</bool>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <spacer>
44      <property name="orientation" >
45       <enum>Qt::Vertical</enum>
46      </property>
47      <property name="sizeHint" >
48       <size>
49        <width>20</width>
50        <height>40</height>
51       </size>
52      </property>
53     </spacer>
54    </item>
55    <item>
56     <layout class="QHBoxLayout" >
57      <item>
58       <spacer>
59        <property name="orientation" >
60         <enum>Qt::Horizontal</enum>
61        </property>
62        <property name="sizeHint" >
63         <size>
64          <width>40</width>
65          <height>20</height>
66         </size>
67        </property>
68       </spacer>
69      </item>
70      <item>
71       <widget class="QPushButton" name="abort" >
72        <property name="sizePolicy" >
73         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
74          <horstretch>0</horstretch>
75          <verstretch>0</verstretch>
76         </sizepolicy>
77        </property>
78        <property name="text" >
79         <string>Abort</string>
80        </property>
81        <property name="icon" >
82         <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/dialog-cancel.png</iconset>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <spacer>
88        <property name="orientation" >
89         <enum>Qt::Horizontal</enum>
90        </property>
91        <property name="sizeHint" >
92         <size>
93          <width>40</width>
94          <height>20</height>
95         </size>
96        </property>
97       </spacer>
98      </item>
99     </layout>
100    </item>
101   </layout>
102  </widget>
103  <resources>
104   <include location="../../icons/icons.qrc" />
105  </resources>
106  <connections>
107   <connection>
108    <sender>abort</sender>
109    <signal>clicked()</signal>
110    <receiver>SaveIdentitiesDlg</receiver>
111    <slot>reject()</slot>
112    <hints>
113     <hint type="sourcelabel" >
114      <x>122</x>
115      <y>85</y>
116     </hint>
117     <hint type="destinationlabel" >
118      <x>122</x>
119      <y>51</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>