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