Continue to implement fullsync
[kdepim.git] / kleopatra / newcertificatewizard / listwidget.ui
blob070a2b182d9ac8f72708ef6a82992b6f81dfd776
1 <ui version="4.0" >
2  <class>Kleo::NewCertificateUi::ListWidget</class>
3  <widget class="QWidget" name="Kleo::NewCertificateUi::ListWidget" >
4   <layout class="QVBoxLayout" name="verticalLayout" >
5    <property name="margin" >
6     <number>0</number>
7    </property>
8    <item>
9     <widget class="QListView" name="listView" >
10      <property name="selectionBehavior" >
11       <enum>QAbstractItemView::SelectRows</enum>
12      </property>
13      <property name="horizontalScrollMode" >
14       <enum>QAbstractItemView::ScrollPerPixel</enum>
15      </property>
16      <property name="resizeMode" >
17       <enum>QListView::Adjust</enum>
18      </property>
19     </widget>
20    </item>
21    <item>
22     <layout class="QHBoxLayout" name="horizontalLayout" >
23      <item>
24       <widget class="QToolButton" name="addTB" >
25        <property name="text" >
26         <string/>
27        </property>
28       </widget>
29      </item>
30      <item>
31       <widget class="QToolButton" name="removeTB" >
32        <property name="enabled" >
33         <bool>false</bool>
34        </property>
35        <property name="text" >
36         <string/>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <spacer name="horizontalSpacer" >
42        <property name="orientation" >
43         <enum>Qt::Horizontal</enum>
44        </property>
45        <property name="sizeHint" stdset="0" >
46         <size>
47          <width>40</width>
48          <height>20</height>
49         </size>
50        </property>
51       </spacer>
52      </item>
53      <item>
54       <widget class="QToolButton" name="upTB" >
55        <property name="enabled" >
56         <bool>false</bool>
57        </property>
58        <property name="text" >
59         <string/>
60        </property>
61       </widget>
62      </item>
63      <item>
64       <widget class="QToolButton" name="downTB" >
65        <property name="enabled" >
66         <bool>false</bool>
67        </property>
68        <property name="text" >
69         <string/>
70        </property>
71       </widget>
72      </item>
73     </layout>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections>
79   <connection>
80    <sender>addTB</sender>
81    <signal>clicked()</signal>
82    <receiver>Kleo::NewCertificateUi::ListWidget</receiver>
83    <slot>slotAdd()</slot>
84    <hints>
85     <hint type="sourcelabel" >
86      <x>13</x>
87      <y>206</y>
88     </hint>
89     <hint type="destinationlabel" >
90      <x>33</x>
91      <y>194</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>removeTB</sender>
97    <signal>clicked()</signal>
98    <receiver>Kleo::NewCertificateUi::ListWidget</receiver>
99    <slot>slotRemove()</slot>
100    <hints>
101     <hint type="sourcelabel" >
102      <x>43</x>
103      <y>210</y>
104     </hint>
105     <hint type="destinationlabel" >
106      <x>125</x>
107      <y>196</y>
108     </hint>
109    </hints>
110   </connection>
111   <connection>
112    <sender>upTB</sender>
113    <signal>clicked()</signal>
114    <receiver>Kleo::NewCertificateUi::ListWidget</receiver>
115    <slot>slotUp()</slot>
116    <hints>
117     <hint type="sourcelabel" >
118      <x>203</x>
119      <y>214</y>
120     </hint>
121     <hint type="destinationlabel" >
122      <x>257</x>
123      <y>140</y>
124     </hint>
125    </hints>
126   </connection>
127   <connection>
128    <sender>downTB</sender>
129    <signal>clicked()</signal>
130    <receiver>Kleo::NewCertificateUi::ListWidget</receiver>
131    <slot>slotDown()</slot>
132    <hints>
133     <hint type="sourcelabel" >
134      <x>245</x>
135      <y>220</y>
136     </hint>
137     <hint type="destinationlabel" >
138      <x>257</x>
139      <y>188</y>
140     </hint>
141    </hints>
142   </connection>
143  </connections>
144  <slots>
145   <slot>slotAdd()</slot>
146   <slot>slotRemove()</slot>
147   <slot>slotUp()</slot>
148   <slot>slotDown()</slot>
149  </slots>
150 </ui>