models/utils: more unicode fixes
[git-cola.git] / ui / stash.ui
blob84a24c8a4658a1bb591c5d8febeae38f9ff78599
1 <ui version="4.0" >
2  <class>stash</class>
3  <widget class="QDialog" name="stash" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>683</width>
9     <height>201</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Stash</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QListWidget" name="stash_list" />
18    </item>
19    <item>
20     <layout class="QHBoxLayout" name="horizontalLayout_2" >
21      <item>
22       <widget class="QPushButton" name="button_stash_show" >
23        <property name="toolTip" >
24         <string>Show the changes recorded in the selected stash stash as a diff</string>
25        </property>
26        <property name="text" >
27         <string>Show</string>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QPushButton" name="button_stash_save" >
33        <property name="text" >
34         <string>Save</string>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <widget class="QPushButton" name="button_stash_apply" >
40        <property name="toolTip" >
41         <string>Apply the selected stash</string>
42        </property>
43        <property name="text" >
44         <string>Apply</string>
45        </property>
46       </widget>
47      </item>
48     </layout>
49    </item>
50    <item>
51     <layout class="QHBoxLayout" name="horizontalLayout" >
52      <item>
53       <widget class="QPushButton" name="button_stash_done" >
54        <property name="text" >
55         <string>Done</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QPushButton" name="button_stash_drop" >
61        <property name="toolTip" >
62         <string>Remove the selected stash</string>
63        </property>
64        <property name="text" >
65         <string>Remove</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QPushButton" name="button_stash_clear" >
71        <property name="toolTip" >
72         <string>Remove all stashed states</string>
73        </property>
74        <property name="text" >
75         <string>Remove All</string>
76        </property>
77       </widget>
78      </item>
79     </layout>
80    </item>
81   </layout>
82  </widget>
83  <tabstops>
84   <tabstop>button_stash_save</tabstop>
85   <tabstop>button_stash_show</tabstop>
86   <tabstop>button_stash_apply</tabstop>
87   <tabstop>button_stash_drop</tabstop>
88   <tabstop>button_stash_clear</tabstop>
89   <tabstop>button_stash_done</tabstop>
90  </tabstops>
91  <resources/>
92  <connections>
93   <connection>
94    <sender>button_stash_done</sender>
95    <signal>clicked()</signal>
96    <receiver>stash</receiver>
97    <slot>accept()</slot>
98    <hints>
99     <hint type="sourcelabel" >
100      <x>562</x>
101      <y>292</y>
102     </hint>
103     <hint type="destinationlabel" >
104      <x>314</x>
105      <y>157</y>
106     </hint>
107    </hints>
108   </connection>
109  </connections>
110 </ui>