eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui

changeset 6942
2602857055c5
parent 1053
c54aa980ea8e
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgQueuesQueueManagementDialog</class>
4 <widget class="QDialog" name="HgQueuesQueueManagementDialog">
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="sizeGripEnabled">
14 <bool>true</bool>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QFrame" name="inputFrame">
19 <layout class="QHBoxLayout" name="horizontalLayout">
20 <property name="margin">
21 <number>0</number>
22 </property>
23 <item>
24 <widget class="QLabel" name="label">
25 <property name="text">
26 <string>Queue Name:</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLineEdit" name="nameEdit">
32 <property name="toolTip">
33 <string>Enter the queue name</string>
34 </property>
35 </widget>
36 </item>
37 </layout>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLabel" name="selectLabel">
42 <property name="text">
43 <string>Select queue name:</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QListWidget" name="queuesList">
49 <property name="toolTip">
50 <string>This shows a list of available queues (active queue in bold)</string>
51 </property>
52 <property name="alternatingRowColors">
53 <bool>true</bool>
54 </property>
55 </widget>
56 </item>
57 <item>
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::Close|QDialogButtonBox::Ok</set>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 <tabstops>
70 <tabstop>nameEdit</tabstop>
71 <tabstop>queuesList</tabstop>
72 <tabstop>buttonBox</tabstop>
73 </tabstops>
74 <resources/>
75 <connections>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>accepted()</signal>
79 <receiver>HgQueuesQueueManagementDialog</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>HgQueuesQueueManagementDialog</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