|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitStashDataDialog</class> |
|
4 <widget class="QDialog" name="GitStashDataDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>238</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Stash</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label_3"> |
|
22 <property name="text"> |
|
23 <string>Message:</string> |
|
24 </property> |
|
25 <property name="alignment"> |
|
26 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <widget class="QLineEdit" name="messageEdit"> |
|
32 <property name="toolTip"> |
|
33 <string>Enter a message for the stash</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0" colspan="2"> |
|
38 <widget class="QCheckBox" name="keepCheckBox"> |
|
39 <property name="text"> |
|
40 <string>Keep changes in staging area</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="2" column="0" colspan="2"> |
|
45 <widget class="QGroupBox" name="groupBox"> |
|
46 <property name="title"> |
|
47 <string>Untracked/Ignored Files</string> |
|
48 </property> |
|
49 <layout class="QVBoxLayout" name="verticalLayout"> |
|
50 <item> |
|
51 <widget class="QRadioButton" name="noneRadioButton"> |
|
52 <property name="toolTip"> |
|
53 <string>Select to not stash untracked or ignored files</string> |
|
54 </property> |
|
55 <property name="text"> |
|
56 <string>Don't stash untracked or ignored files</string> |
|
57 </property> |
|
58 <property name="checked"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QRadioButton" name="untrackedRadioButton"> |
|
65 <property name="toolTip"> |
|
66 <string>Select to stash untracked files</string> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>Stash untracked files</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QRadioButton" name="allRadioButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Select to stash untracked and ignored files</string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>Stash untracked and ignored files</string> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 </layout> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="3" column="0" colspan="2"> |
|
87 <widget class="QDialogButtonBox" name="buttonBox"> |
|
88 <property name="orientation"> |
|
89 <enum>Qt::Horizontal</enum> |
|
90 </property> |
|
91 <property name="standardButtons"> |
|
92 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 </layout> |
|
97 </widget> |
|
98 <tabstops> |
|
99 <tabstop>messageEdit</tabstop> |
|
100 <tabstop>keepCheckBox</tabstop> |
|
101 <tabstop>noneRadioButton</tabstop> |
|
102 <tabstop>untrackedRadioButton</tabstop> |
|
103 <tabstop>allRadioButton</tabstop> |
|
104 </tabstops> |
|
105 <resources/> |
|
106 <connections> |
|
107 <connection> |
|
108 <sender>buttonBox</sender> |
|
109 <signal>accepted()</signal> |
|
110 <receiver>GitStashDataDialog</receiver> |
|
111 <slot>accept()</slot> |
|
112 <hints> |
|
113 <hint type="sourcelabel"> |
|
114 <x>248</x> |
|
115 <y>254</y> |
|
116 </hint> |
|
117 <hint type="destinationlabel"> |
|
118 <x>157</x> |
|
119 <y>274</y> |
|
120 </hint> |
|
121 </hints> |
|
122 </connection> |
|
123 <connection> |
|
124 <sender>buttonBox</sender> |
|
125 <signal>rejected()</signal> |
|
126 <receiver>GitStashDataDialog</receiver> |
|
127 <slot>reject()</slot> |
|
128 <hints> |
|
129 <hint type="sourcelabel"> |
|
130 <x>316</x> |
|
131 <y>260</y> |
|
132 </hint> |
|
133 <hint type="destinationlabel"> |
|
134 <x>286</x> |
|
135 <y>274</y> |
|
136 </hint> |
|
137 </hints> |
|
138 </connection> |
|
139 </connections> |
|
140 </ui> |