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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitListDialog</class>
4 <widget class="QDialog" name="GitListDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Select</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Select from the list:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QListWidget" name="selectionList">
29 <property name="alternatingRowColors">
30 <bool>true</bool>
31 </property>
32 <property name="selectionMode">
33 <enum>QAbstractItemView::ExtendedSelection</enum>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QDialogButtonBox" name="buttonBox">
39 <property name="orientation">
40 <enum>Qt::Horizontal</enum>
41 </property>
42 <property name="standardButtons">
43 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </widget>
49 <tabstops>
50 <tabstop>selectionList</tabstop>
51 </tabstops>
52 <resources/>
53 <connections>
54 <connection>
55 <sender>buttonBox</sender>
56 <signal>accepted()</signal>
57 <receiver>GitListDialog</receiver>
58 <slot>accept()</slot>
59 <hints>
60 <hint type="sourcelabel">
61 <x>248</x>
62 <y>254</y>
63 </hint>
64 <hint type="destinationlabel">
65 <x>157</x>
66 <y>274</y>
67 </hint>
68 </hints>
69 </connection>
70 <connection>
71 <sender>buttonBox</sender>
72 <signal>rejected()</signal>
73 <receiver>GitListDialog</receiver>
74 <slot>reject()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>316</x>
78 <y>260</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>286</x>
82 <y>274</y>
83 </hint>
84 </hints>
85 </connection>
86 </connections>
87 </ui>

eric ide

mercurial