src/eric7/Project/NewDialogClassDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>NewDialogClassDialog</class>
4 <widget class="QDialog" name="NewDialogClassDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>124</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>New Dialog Class</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>&amp;Classname:</string>
26 </property>
27 <property name="buddy">
28 <cstring>classnameEdit</cstring>
29 </property>
30 </widget>
31 </item>
32 <item row="0" column="1">
33 <widget class="QLineEdit" name="classnameEdit">
34 <property name="toolTip">
35 <string>Enter the name of the new class</string>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="0">
40 <widget class="QLabel" name="label_2">
41 <property name="text">
42 <string>&amp;Filename:</string>
43 </property>
44 <property name="buddy">
45 <cstring>filenameEdit</cstring>
46 </property>
47 </widget>
48 </item>
49 <item row="1" column="1">
50 <widget class="QLineEdit" name="filenameEdit">
51 <property name="toolTip">
52 <string>Enter the name of the file for the forms code</string>
53 </property>
54 </widget>
55 </item>
56 <item row="2" column="0">
57 <widget class="QLabel" name="label_3">
58 <property name="text">
59 <string>&amp;Path:</string>
60 </property>
61 <property name="buddy">
62 <cstring>pathnamePicker</cstring>
63 </property>
64 </widget>
65 </item>
66 <item row="2" column="1">
67 <widget class="EricPathPicker" name="pathnamePicker" native="true">
68 <property name="sizePolicy">
69 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
70 <horstretch>0</horstretch>
71 <verstretch>0</verstretch>
72 </sizepolicy>
73 </property>
74 <property name="focusPolicy">
75 <enum>Qt::StrongFocus</enum>
76 </property>
77 <property name="toolTip">
78 <string>Enter the path of the file for the forms code</string>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </item>
84 <item>
85 <widget class="QDialogButtonBox" name="buttonBox">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="standardButtons">
90 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 <customwidgets>
97 <customwidget>
98 <class>EricPathPicker</class>
99 <extends>QWidget</extends>
100 <header>EricWidgets/EricPathPicker.h</header>
101 <container>1</container>
102 </customwidget>
103 </customwidgets>
104 <tabstops>
105 <tabstop>classnameEdit</tabstop>
106 <tabstop>filenameEdit</tabstop>
107 <tabstop>buttonBox</tabstop>
108 </tabstops>
109 <resources/>
110 <connections>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>accepted()</signal>
114 <receiver>NewDialogClassDialog</receiver>
115 <slot>accept()</slot>
116 <hints>
117 <hint type="sourcelabel">
118 <x>248</x>
119 <y>254</y>
120 </hint>
121 <hint type="destinationlabel">
122 <x>157</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 <connection>
128 <sender>buttonBox</sender>
129 <signal>rejected()</signal>
130 <receiver>NewDialogClassDialog</receiver>
131 <slot>reject()</slot>
132 <hints>
133 <hint type="sourcelabel">
134 <x>316</x>
135 <y>260</y>
136 </hint>
137 <hint type="destinationlabel">
138 <x>286</x>
139 <y>274</y>
140 </hint>
141 </hints>
142 </connection>
143 </connections>
144 </ui>

eric ide

mercurial