eric6/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBookmarkRenameDialog</class>
4 <widget class="QDialog" name="HgBookmarkRenameDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>102</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Rename Bookmark</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">
22 <property name="text">
23 <string>New Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="nameEdit">
29 <property name="toolTip">
30 <string>Enter the bookmark name</string>
31 </property>
32 </widget>
33 </item>
34 <item row="1" column="0">
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>Bookmark:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="1">
42 <widget class="QComboBox" name="bookmarkCombo">
43 <property name="sizePolicy">
44 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
45 <horstretch>0</horstretch>
46 <verstretch>0</verstretch>
47 </sizepolicy>
48 </property>
49 <property name="toolTip">
50 <string>Enter the bookmark name to be renamed</string>
51 </property>
52 <property name="editable">
53 <bool>true</bool>
54 </property>
55 </widget>
56 </item>
57 <item row="2" column="0" colspan="2">
58 <widget class="QDialogButtonBox" name="buttonBox">
59 <property name="orientation">
60 <enum>Qt::Horizontal</enum>
61 </property>
62 <property name="standardButtons">
63 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 <tabstops>
70 <tabstop>nameEdit</tabstop>
71 <tabstop>bookmarkCombo</tabstop>
72 <tabstop>buttonBox</tabstop>
73 </tabstops>
74 <resources/>
75 <connections>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>accepted()</signal>
79 <receiver>HgBookmarkRenameDialog</receiver>
80 <slot>accept()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>248</x>
84 <y>254</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>157</x>
88 <y>274</y>
89 </hint>
90 </hints>
91 </connection>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>rejected()</signal>
95 <receiver>HgBookmarkRenameDialog</receiver>
96 <slot>reject()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>316</x>
100 <y>260</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>286</x>
104 <y>274</y>
105 </hint>
106 </hints>
107 </connection>
108 </connections>
109 </ui>

eric ide

mercurial