Death to .ui: Add a 'StashView' class
[git-cola.git] / ui / stash.ui
blobd1a23e600b9312e64b81dd8abd76b0ed453976b8
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>497</width>
9     <height>292</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Stash</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" colspan="4" >
17     <widget class="QListWidget" name="stash_list" />
18    </item>
19    <item row="1" column="0" >
20     <widget class="QPushButton" name="button_stash_show" >
21      <property name="toolTip" >
22       <string>Show the changes recorded in the selected stash stash as a diff</string>
23      </property>
24      <property name="text" >
25       <string>Show</string>
26      </property>
27     </widget>
28    </item>
29    <item row="1" column="1" >
30     <widget class="QPushButton" name="button_stash_apply" >
31      <property name="toolTip" >
32       <string>Apply the selected stash</string>
33      </property>
34      <property name="text" >
35       <string>Apply</string>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="2" >
40     <widget class="QPushButton" name="button_stash_save" >
41      <property name="text" >
42       <string>Save</string>
43      </property>
44     </widget>
45    </item>
46    <item row="4" column="0" >
47     <widget class="QPushButton" name="button_stash_drop" >
48      <property name="toolTip" >
49       <string>Remove the selected stash</string>
50      </property>
51      <property name="text" >
52       <string>Remove</string>
53      </property>
54     </widget>
55    </item>
56    <item row="4" column="1" >
57     <widget class="QPushButton" name="button_stash_clear" >
58      <property name="toolTip" >
59       <string>Remove all stashed states</string>
60      </property>
61      <property name="text" >
62       <string>Remove All</string>
63      </property>
64     </widget>
65    </item>
66    <item row="4" column="2" >
67     <widget class="QPushButton" name="button_stash_done" >
68      <property name="text" >
69       <string>Done</string>
70      </property>
71     </widget>
72    </item>
73    <item row="4" column="3" >
74     <spacer name="horizontalSpacer" >
75      <property name="orientation" >
76       <enum>Qt::Horizontal</enum>
77      </property>
78      <property name="sizeHint" stdset="0" >
79       <size>
80        <width>221</width>
81        <height>24</height>
82       </size>
83      </property>
84     </spacer>
85    </item>
86    <item row="1" column="3" >
87     <widget class="QCheckBox" name="keep_index" >
88      <property name="text" >
89       <string>Keep Index</string>
90      </property>
91      <property name="checked" >
92       <bool>true</bool>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <tabstops>
99   <tabstop>button_stash_save</tabstop>
100   <tabstop>button_stash_show</tabstop>
101   <tabstop>button_stash_apply</tabstop>
102   <tabstop>button_stash_drop</tabstop>
103   <tabstop>button_stash_clear</tabstop>
104  </tabstops>
105  <resources/>
106  <connections>
107   <connection>
108    <sender>button_stash_done</sender>
109    <signal>clicked()</signal>
110    <receiver>stash</receiver>
111    <slot>accept()</slot>
112    <hints>
113     <hint type="sourcelabel" >
114      <x>562</x>
115      <y>292</y>
116     </hint>
117     <hint type="destinationlabel" >
118      <x>314</x>
119      <y>157</y>
120     </hint>
121    </hints>
122   </connection>
123  </connections>
124 </ui>