src/eric7/Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9201
2f1ccadee231
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AddProjectUrlDialog</class>
4 <widget class="QDialog" name="AddProjectUrlDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>156</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Project URL</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>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="nameComboBox">
29 <property name="toolTip">
30 <string>Enter a name for the URL</string>
31 </property>
32 <property name="editable">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>URL:</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QLineEdit" name="urlEdit">
46 <property name="toolTip">
47 <string>Enter the URL</string>
48 </property>
49 <property name="clearButtonEnabled">
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <tabstops>
67 <tabstop>nameComboBox</tabstop>
68 <tabstop>urlEdit</tabstop>
69 </tabstops>
70 <resources/>
71 <connections>
72 <connection>
73 <sender>buttonBox</sender>
74 <signal>accepted()</signal>
75 <receiver>AddProjectUrlDialog</receiver>
76 <slot>accept()</slot>
77 <hints>
78 <hint type="sourcelabel">
79 <x>248</x>
80 <y>254</y>
81 </hint>
82 <hint type="destinationlabel">
83 <x>157</x>
84 <y>274</y>
85 </hint>
86 </hints>
87 </connection>
88 <connection>
89 <sender>buttonBox</sender>
90 <signal>rejected()</signal>
91 <receiver>AddProjectUrlDialog</receiver>
92 <slot>reject()</slot>
93 <hints>
94 <hint type="sourcelabel">
95 <x>316</x>
96 <y>260</y>
97 </hint>
98 <hint type="destinationlabel">
99 <x>286</x>
100 <y>274</y>
101 </hint>
102 </hints>
103 </connection>
104 </connections>
105 </ui>

eric ide

mercurial