ProjectDjangoTagsMenu/FindTemplateTagDialog.ui

changeset 2
4be31b0908c7
child 55
5390ef66c327
equal deleted inserted replaced
1:b2f26d630942 2:4be31b0908c7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FindTemplateTagDialog</class>
4 <widget class="QDialog" name="FindTemplateTagDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>132</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Find Template Tag</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>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="E5ClearableLineEdit" name="tagEdit">
29 <property name="toolTip">
30 <string>Type to find tag</string>
31 </property>
32 <property name="placeholderText">
33 <string>Type to find tag</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <layout class="QHBoxLayout" name="horizontalLayout">
39 <item>
40 <spacer name="horizontalSpacer">
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="sizeHint" stdset="0">
45 <size>
46 <width>40</width>
47 <height>20</height>
48 </size>
49 </property>
50 </spacer>
51 </item>
52 <item>
53 <widget class="QPushButton" name="createButton">
54 <property name="minimumSize">
55 <size>
56 <width>250</width>
57 <height>0</height>
58 </size>
59 </property>
60 <property name="toolTip">
61 <string>Press to create the entered template tag</string>
62 </property>
63 <property name="text">
64 <string>Create Template Tag</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <spacer name="horizontalSpacer_2">
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="sizeHint" stdset="0">
74 <size>
75 <width>40</width>
76 <height>20</height>
77 </size>
78 </property>
79 </spacer>
80 </item>
81 </layout>
82 </item>
83 <item>
84 <widget class="QDialogButtonBox" name="buttonBox">
85 <property name="orientation">
86 <enum>Qt::Horizontal</enum>
87 </property>
88 <property name="standardButtons">
89 <set>QDialogButtonBox::Close</set>
90 </property>
91 </widget>
92 </item>
93 </layout>
94 </widget>
95 <customwidgets>
96 <customwidget>
97 <class>E5ClearableLineEdit</class>
98 <extends>QLineEdit</extends>
99 <header>E5Gui/E5LineEdit.h</header>
100 </customwidget>
101 </customwidgets>
102 <tabstops>
103 <tabstop>tagEdit</tabstop>
104 <tabstop>createButton</tabstop>
105 <tabstop>buttonBox</tabstop>
106 </tabstops>
107 <resources/>
108 <connections>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>accepted()</signal>
112 <receiver>FindTemplateTagDialog</receiver>
113 <slot>accept()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>248</x>
117 <y>254</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>157</x>
121 <y>274</y>
122 </hint>
123 </hints>
124 </connection>
125 <connection>
126 <sender>buttonBox</sender>
127 <signal>rejected()</signal>
128 <receiver>FindTemplateTagDialog</receiver>
129 <slot>reject()</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>316</x>
133 <y>260</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>286</x>
137 <y>274</y>
138 </hint>
139 </hints>
140 </connection>
141 </connections>
142 </ui>

eric ide

mercurial