commands: Add an AddSignoff command
[git-cola.git] / ui / items.ui
blob29de0a6fb1c979a086098ae82a3df4e99a27b60a
1 <ui version="4.0" >
2  <class>items</class>
3  <widget class="QDialog" name="items" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>523</width>
9     <height>299</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QListWidget" name="items_widget" />
15    </item>
16    <item>
17     <widget class="QDialogButtonBox" name="button_box" >
18      <property name="orientation" >
19       <enum>Qt::Horizontal</enum>
20      </property>
21      <property name="standardButtons" >
22       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
23      </property>
24     </widget>
25    </item>
26   </layout>
27  </widget>
28  <tabstops>
29   <tabstop>items_widget</tabstop>
30   <tabstop>button_box</tabstop>
31  </tabstops>
32  <resources/>
33  <connections>
34   <connection>
35    <sender>button_box</sender>
36    <signal>accepted()</signal>
37    <receiver>items</receiver>
38    <slot>accept()</slot>
39    <hints>
40     <hint type="sourcelabel" >
41      <x>248</x>
42      <y>254</y>
43     </hint>
44     <hint type="destinationlabel" >
45      <x>157</x>
46      <y>274</y>
47     </hint>
48    </hints>
49   </connection>
50   <connection>
51    <sender>button_box</sender>
52    <signal>rejected()</signal>
53    <receiver>items</receiver>
54    <slot>reject()</slot>
55    <hints>
56     <hint type="sourcelabel" >
57      <x>316</x>
58      <y>260</y>
59     </hint>
60     <hint type="destinationlabel" >
61      <x>286</x>
62      <y>274</y>
63     </hint>
64    </hints>
65   </connection>
66  </connections>
67 </ui>