src/eric7/Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui

branch
eric7
changeset 9620
9563c83ce83d
equal deleted inserted replaced
9619:7033f25b1462 9620:9563c83ce83d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitWorktreeDialog</class>
4 <widget class="QWidget" name="GitWorktreeDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Worktree</string>
15 </property>
16 <property name="sizeGripEnabled" stdset="0">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QToolButton" name="actionsButton">
24 <property name="toolTip">
25 <string>Select action from menu</string>
26 </property>
27 <property name="popupMode">
28 <enum>QToolButton::InstantPopup</enum>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <spacer name="horizontalSpacer_2">
34 <property name="orientation">
35 <enum>Qt::Horizontal</enum>
36 </property>
37 <property name="sizeHint" stdset="0">
38 <size>
39 <width>40</width>
40 <height>20</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
45 <item>
46 <widget class="QCheckBox" name="expireCheckBox">
47 <property name="toolTip">
48 <string>Select to annotate missing worktrees older than the entered date and time as prunable.</string>
49 </property>
50 <property name="text">
51 <string>Expire:</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QDateTimeEdit" name="expireDateTimeEdit">
57 <property name="enabled">
58 <bool>false</bool>
59 </property>
60 <property name="toolTip">
61 <string>All missing worktrees older than the entered date and time will be annotated as prunable.</string>
62 </property>
63 <property name="displayFormat">
64 <string>yyyy-MM-dd HH:mm:ss</string>
65 </property>
66 <property name="calendarPopup">
67 <bool>true</bool>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </item>
73 <item>
74 <widget class="QTreeWidget" name="worktreeList">
75 <property name="sizePolicy">
76 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
77 <horstretch>0</horstretch>
78 <verstretch>2</verstretch>
79 </sizepolicy>
80 </property>
81 <property name="alternatingRowColors">
82 <bool>true</bool>
83 </property>
84 <property name="selectionMode">
85 <enum>QAbstractItemView::SingleSelection</enum>
86 </property>
87 <property name="rootIsDecorated">
88 <bool>false</bool>
89 </property>
90 <property name="itemsExpandable">
91 <bool>false</bool>
92 </property>
93 <property name="sortingEnabled">
94 <bool>true</bool>
95 </property>
96 <property name="expandsOnDoubleClick">
97 <bool>false</bool>
98 </property>
99 <column>
100 <property name="text">
101 <string>Name</string>
102 </property>
103 </column>
104 <column>
105 <property name="text">
106 <string>Path</string>
107 </property>
108 </column>
109 <column>
110 <property name="text">
111 <string>Commit</string>
112 </property>
113 </column>
114 <column>
115 <property name="text">
116 <string>Branch</string>
117 </property>
118 </column>
119 </widget>
120 </item>
121 <item>
122 <widget class="QGroupBox" name="errorGroup">
123 <property name="sizePolicy">
124 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
125 <horstretch>0</horstretch>
126 <verstretch>1</verstretch>
127 </sizepolicy>
128 </property>
129 <property name="title">
130 <string>Errors</string>
131 </property>
132 <layout class="QVBoxLayout" name="_2">
133 <item>
134 <widget class="QTextEdit" name="errors">
135 <property name="readOnly">
136 <bool>true</bool>
137 </property>
138 <property name="acceptRichText">
139 <bool>false</bool>
140 </property>
141 </widget>
142 </item>
143 </layout>
144 </widget>
145 </item>
146 <item>
147 <widget class="QDialogButtonBox" name="buttonBox">
148 <property name="orientation">
149 <enum>Qt::Horizontal</enum>
150 </property>
151 <property name="standardButtons">
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <tabstops>
159 <tabstop>actionsButton</tabstop>
160 <tabstop>expireCheckBox</tabstop>
161 <tabstop>expireDateTimeEdit</tabstop>
162 <tabstop>worktreeList</tabstop>
163 <tabstop>errors</tabstop>
164 </tabstops>
165 <resources/>
166 <connections>
167 <connection>
168 <sender>expireCheckBox</sender>
169 <signal>toggled(bool)</signal>
170 <receiver>expireDateTimeEdit</receiver>
171 <slot>setEnabled(bool)</slot>
172 <hints>
173 <hint type="sourcelabel">
174 <x>644</x>
175 <y>20</y>
176 </hint>
177 <hint type="destinationlabel">
178 <x>728</x>
179 <y>21</y>
180 </hint>
181 </hints>
182 </connection>
183 </connections>
184 <slots>
185 <slot>accept()</slot>
186 <slot>reject()</slot>
187 </slots>
188 </ui>

eric ide

mercurial