|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitWorktreePathsDialog</class> |
|
4 <widget class="QDialog" name="GitWorktreePathsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Worktree Paths</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout" name="gridLayout"> |
|
22 <item row="0" column="0" rowspan="5"> |
|
23 <widget class="QListWidget" name="pathsList"> |
|
24 <property name="alternatingRowColors"> |
|
25 <bool>true</bool> |
|
26 </property> |
|
27 <property name="selectionMode"> |
|
28 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
29 </property> |
|
30 <property name="sortingEnabled"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item row="0" column="1"> |
|
36 <widget class="QPushButton" name="addButton"> |
|
37 <property name="toolTip"> |
|
38 <string>Press to add an entry</string> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string>&Add...</string> |
|
42 </property> |
|
43 <property name="autoDefault"> |
|
44 <bool>false</bool> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="1" column="1"> |
|
49 <widget class="Line" name="addLine"> |
|
50 <property name="orientation"> |
|
51 <enum>Qt::Horizontal</enum> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="2" column="1"> |
|
56 <widget class="QPushButton" name="removeButton"> |
|
57 <property name="toolTip"> |
|
58 <string>Press to remove the selected entries</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>&Remove</string> |
|
62 </property> |
|
63 <property name="autoDefault"> |
|
64 <bool>false</bool> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="3" column="1"> |
|
69 <widget class="QPushButton" name="removeAllButton"> |
|
70 <property name="toolTip"> |
|
71 <string>Press to remove all entries</string> |
|
72 </property> |
|
73 <property name="text"> |
|
74 <string>R&emove All</string> |
|
75 </property> |
|
76 <property name="autoDefault"> |
|
77 <bool>false</bool> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="4" column="1"> |
|
82 <spacer name="verticalSpacer_3"> |
|
83 <property name="orientation"> |
|
84 <enum>Qt::Vertical</enum> |
|
85 </property> |
|
86 <property name="sizeHint" stdset="0"> |
|
87 <size> |
|
88 <width>20</width> |
|
89 <height>40</height> |
|
90 </size> |
|
91 </property> |
|
92 </spacer> |
|
93 </item> |
|
94 </layout> |
|
95 </item> |
|
96 <item> |
|
97 <widget class="QDialogButtonBox" name="buttonBox"> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Horizontal</enum> |
|
100 </property> |
|
101 <property name="standardButtons"> |
|
102 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 </layout> |
|
107 </widget> |
|
108 <resources/> |
|
109 <connections> |
|
110 <connection> |
|
111 <sender>buttonBox</sender> |
|
112 <signal>accepted()</signal> |
|
113 <receiver>GitWorktreePathsDialog</receiver> |
|
114 <slot>accept()</slot> |
|
115 <hints> |
|
116 <hint type="sourcelabel"> |
|
117 <x>248</x> |
|
118 <y>254</y> |
|
119 </hint> |
|
120 <hint type="destinationlabel"> |
|
121 <x>157</x> |
|
122 <y>274</y> |
|
123 </hint> |
|
124 </hints> |
|
125 </connection> |
|
126 <connection> |
|
127 <sender>buttonBox</sender> |
|
128 <signal>rejected()</signal> |
|
129 <receiver>GitWorktreePathsDialog</receiver> |
|
130 <slot>reject()</slot> |
|
131 <hints> |
|
132 <hint type="sourcelabel"> |
|
133 <x>316</x> |
|
134 <y>260</y> |
|
135 </hint> |
|
136 <hint type="destinationlabel"> |
|
137 <x>286</x> |
|
138 <y>274</y> |
|
139 </hint> |
|
140 </hints> |
|
141 </connection> |
|
142 </connections> |
|
143 </ui> |