Add new ItemView settingspage
[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" stdset="0" >
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>32</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" stdset="0" >
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>
85            <normaloff>:/22x22/actions/oxygen/22x22/actions/dialog-cancel.png</normaloff>:/22x22/actions/oxygen/22x22/actions/dialog-cancel.png</iconset>
86          </property>
87         </widget>
88        </item>
89        <item>
90         <spacer>
91          <property name="orientation" >
92           <enum>Qt::Horizontal</enum>
93          </property>
94          <property name="sizeHint" stdset="0" >
95           <size>
96            <width>40</width>
97            <height>20</height>
98           </size>
99          </property>
100         </spacer>
101        </item>
102       </layout>
103      </item>
104     </layout>
105    </item>
106   </layout>
107  </widget>
108  <resources/>
109  <connections>
110   <connection>
111    <sender>abort</sender>
112    <signal>clicked()</signal>
113    <receiver>SaveIdentitiesDlg</receiver>
114    <slot>reject()</slot>
115    <hints>
116     <hint type="sourcelabel" >
117      <x>122</x>
118      <y>85</y>
119     </hint>
120     <hint type="destinationlabel" >
121      <x>122</x>
122      <y>51</y>
123     </hint>
124    </hints>
125   </connection>
126  </connections>
127 </ui>