gitmodel: implement fetch/push/pull_helper()
[ugit.git] / ui / bookmark.ui
bloba529cbd1f2a8d24e8aa5873bb828dfb4ba7387ff
1 <ui version="4.0" >
2  <class>bookmark</class>
3  <widget class="QDialog" name="bookmark" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>531</width>
9     <height>513</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Bookmarks</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QListWidget" name="bookmarks" >
18      <property name="alternatingRowColors" >
19       <bool>true</bool>
20      </property>
21      <property name="selectionMode" >
22       <enum>QAbstractItemView::ExtendedSelection</enum>
23      </property>
24     </widget>
25    </item>
26    <item>
27     <layout class="QHBoxLayout" >
28      <item>
29       <widget class="QPushButton" name="button_open" >
30        <property name="text" >
31         <string>Open</string>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QPushButton" name="button_delete" >
37        <property name="text" >
38         <string>Delete</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <spacer>
44        <property name="orientation" >
45         <enum>Qt::Horizontal</enum>
46        </property>
47        <property name="sizeHint" >
48         <size>
49          <width>91</width>
50          <height>20</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55      <item>
56       <widget class="QPushButton" name="button_save" >
57        <property name="text" >
58         <string>Save</string>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QPushButton" name="button_cancel" >
64        <property name="text" >
65         <string>Cancel</string>
66        </property>
67       </widget>
68      </item>
69     </layout>
70    </item>
71   </layout>
72  </widget>
73  <resources/>
74  <connections>
75   <connection>
76    <sender>button_save</sender>
77    <signal>clicked()</signal>
78    <receiver>bookmark</receiver>
79    <slot>accept()</slot>
80    <hints>
81     <hint type="sourcelabel" >
82      <x>398</x>
83      <y>490</y>
84     </hint>
85     <hint type="destinationlabel" >
86      <x>265</x>
87      <y>256</y>
88     </hint>
89    </hints>
90   </connection>
91   <connection>
92    <sender>button_cancel</sender>
93    <signal>clicked()</signal>
94    <receiver>bookmark</receiver>
95    <slot>reject()</slot>
96    <hints>
97     <hint type="sourcelabel" >
98      <x>483</x>
99      <y>490</y>
100     </hint>
101     <hint type="destinationlabel" >
102      <x>265</x>
103      <y>256</y>
104     </hint>
105    </hints>
106   </connection>
107  </connections>
108 </ui>