src/eric7/Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.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>AddEntryPointDialog</class>
4 <widget class="QDialog" name="AddEntryPointDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>214</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Entry Point</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_3">
22 <property name="text">
23 <string>Script Type:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="typeComboBox">
29 <property name="toolTip">
30 <string>Select the script type</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="label">
36 <property name="text">
37 <string>Name:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QLineEdit" name="nameEdit">
43 <property name="toolTip">
44 <string>Enter a name for the entry point</string>
45 </property>
46 <property name="clearButtonEnabled">
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QLabel" name="label_2">
53 <property name="text">
54 <string>Script Function:</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <layout class="QHBoxLayout" name="horizontalLayout">
60 <item>
61 <widget class="QLineEdit" name="scriptEdit">
62 <property name="toolTip">
63 <string>Enter the script and function</string>
64 </property>
65 <property name="clearButtonEnabled">
66 <bool>true</bool>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QToolButton" name="scriptButton">
72 <property name="toolTip">
73 <string>Press to select the script via a file selection dialog</string>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </item>
79 <item>
80 <widget class="QDialogButtonBox" name="buttonBox">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="standardButtons">
85 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 <tabstops>
92 <tabstop>typeComboBox</tabstop>
93 <tabstop>nameEdit</tabstop>
94 <tabstop>scriptEdit</tabstop>
95 <tabstop>scriptButton</tabstop>
96 </tabstops>
97 <resources/>
98 <connections>
99 <connection>
100 <sender>buttonBox</sender>
101 <signal>accepted()</signal>
102 <receiver>AddEntryPointDialog</receiver>
103 <slot>accept()</slot>
104 <hints>
105 <hint type="sourcelabel">
106 <x>248</x>
107 <y>254</y>
108 </hint>
109 <hint type="destinationlabel">
110 <x>157</x>
111 <y>274</y>
112 </hint>
113 </hints>
114 </connection>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>rejected()</signal>
118 <receiver>AddEntryPointDialog</receiver>
119 <slot>reject()</slot>
120 <hints>
121 <hint type="sourcelabel">
122 <x>316</x>
123 <y>260</y>
124 </hint>
125 <hint type="destinationlabel">
126 <x>286</x>
127 <y>274</y>
128 </hint>
129 </hints>
130 </connection>
131 </connections>
132 </ui>

eric ide

mercurial