src/eric7/Project/CreateDialogCodeDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8350
74a3b2a6a944
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CreateDialogCodeDialog</class>
4 <widget class="QDialog" name="CreateDialogCodeDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>584</width>
10 <height>466</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Forms code generator</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>classNameCombo</cstring>
29 </property>
30 </widget>
31 </item>
32 <item row="0" column="1">
33 <widget class="QComboBox" name="classNameCombo">
34 <property name="sizePolicy">
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
38 </sizepolicy>
39 </property>
40 <property name="toolTip">
41 <string>Select the class that should get the forms code</string>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="2">
46 <widget class="QPushButton" name="newButton">
47 <property name="toolTip">
48 <string>Press to generate a new forms class</string>
49 </property>
50 <property name="text">
51 <string>&amp;New...</string>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="0">
56 <widget class="QLabel" name="label_2">
57 <property name="text">
58 <string>&amp;Filename:</string>
59 </property>
60 <property name="buddy">
61 <cstring>filenameEdit</cstring>
62 </property>
63 </widget>
64 </item>
65 <item row="1" column="1" colspan="2">
66 <widget class="QLineEdit" name="filenameEdit">
67 <property name="toolTip">
68 <string>Displays the name of the file containing the code</string>
69 </property>
70 <property name="readOnly">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item row="2" column="0">
76 <widget class="QLabel" name="label_3">
77 <property name="text">
78 <string>Filter &amp;with:</string>
79 </property>
80 <property name="buddy">
81 <cstring>filterEdit</cstring>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="1" colspan="2">
86 <widget class="QLineEdit" name="filterEdit">
87 <property name="toolTip">
88 <string>Enter a regular expression to filter the list below</string>
89 </property>
90 <property name="clearButtonEnabled">
91 <bool>true</bool>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 <item>
98 <widget class="QTreeView" name="slotsView">
99 <property name="sortingEnabled">
100 <bool>true</bool>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <widget class="QDialogButtonBox" name="buttonBox">
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
108 </property>
109 <property name="standardButtons">
110 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
111 </property>
112 </widget>
113 </item>
114 </layout>
115 </widget>
116 <tabstops>
117 <tabstop>classNameCombo</tabstop>
118 <tabstop>newButton</tabstop>
119 <tabstop>filenameEdit</tabstop>
120 <tabstop>filterEdit</tabstop>
121 <tabstop>slotsView</tabstop>
122 <tabstop>buttonBox</tabstop>
123 </tabstops>
124 <resources/>
125 <connections>
126 <connection>
127 <sender>buttonBox</sender>
128 <signal>rejected()</signal>
129 <receiver>CreateDialogCodeDialog</receiver>
130 <slot>reject()</slot>
131 <hints>
132 <hint type="sourcelabel">
133 <x>292</x>
134 <y>453</y>
135 </hint>
136 <hint type="destinationlabel">
137 <x>286</x>
138 <y>274</y>
139 </hint>
140 </hints>
141 </connection>
142 </connections>
143 </ui>

eric ide

mercurial