ProjectDjangoTagsMenu/IfTagInputDialog.ui

changeset 8
7e8f788fe340
child 55
5390ef66c327
equal deleted inserted replaced
7:8d928ad07c0a 8:7e8f788fe340
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IfTagInputDialog</class>
4 <widget class="QDialog" name="IfTagInputDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>If Tag Template</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>'if' expression:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="E5ClearableLineEdit" name="ifEdit">
29 <property name="statusTip">
30 <string>Enter the 'if' expression</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>'elif' expressions (one per line):</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QPlainTextEdit" name="elifEdit">
43 <property name="toolTip">
44 <string>Enter 'elif' expressions one per line</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QCheckBox" name="elseCheckBox">
50 <property name="toolTip">
51 <string>Select to include an 'else' part</string>
52 </property>
53 <property name="text">
54 <string>Include 'else'</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <customwidgets>
71 <customwidget>
72 <class>E5ClearableLineEdit</class>
73 <extends>QLineEdit</extends>
74 <header>E5Gui/E5LineEdit.h</header>
75 </customwidget>
76 </customwidgets>
77 <tabstops>
78 <tabstop>ifEdit</tabstop>
79 <tabstop>elifEdit</tabstop>
80 <tabstop>elseCheckBox</tabstop>
81 <tabstop>buttonBox</tabstop>
82 </tabstops>
83 <resources/>
84 <connections>
85 <connection>
86 <sender>buttonBox</sender>
87 <signal>accepted()</signal>
88 <receiver>IfTagInputDialog</receiver>
89 <slot>accept()</slot>
90 <hints>
91 <hint type="sourcelabel">
92 <x>248</x>
93 <y>254</y>
94 </hint>
95 <hint type="destinationlabel">
96 <x>157</x>
97 <y>274</y>
98 </hint>
99 </hints>
100 </connection>
101 <connection>
102 <sender>buttonBox</sender>
103 <signal>rejected()</signal>
104 <receiver>IfTagInputDialog</receiver>
105 <slot>reject()</slot>
106 <hints>
107 <hint type="sourcelabel">
108 <x>316</x>
109 <y>260</y>
110 </hint>
111 <hint type="destinationlabel">
112 <x>286</x>
113 <y>274</y>
114 </hint>
115 </hints>
116 </connection>
117 </connections>
118 </ui>

eric ide

mercurial