ProjectDjango/DjangoSendTestEmailDataDialog.ui

changeset 125
d280acf98fb5
equal deleted inserted replaced
124:5c925935cbb9 125:d280acf98fb5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoSendTestEmailDataDialog</class>
4 <widget class="QDialog" name="DjangoSendTestEmailDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>sendtestemail Command Options</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="managersCheckBox">
22 <property name="toolTip">
23 <string>Select to send a test email to the defined managers</string>
24 </property>
25 <property name="text">
26 <string>Send to Managers</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QCheckBox" name="adminsCheckBox">
32 <property name="toolTip">
33 <string>Select to send a test email to the defined administrators</string>
34 </property>
35 <property name="text">
36 <string>Send to Administrators</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLabel" name="label">
42 <property name="text">
43 <string>Recipients (one per line):</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QPlainTextEdit" name="recipientsEdit">
49 <property name="toolTip">
50 <string>Enter email addresses one per line</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <resources/>
67 <connections>
68 <connection>
69 <sender>buttonBox</sender>
70 <signal>accepted()</signal>
71 <receiver>DjangoSendTestEmailDataDialog</receiver>
72 <slot>accept()</slot>
73 <hints>
74 <hint type="sourcelabel">
75 <x>248</x>
76 <y>254</y>
77 </hint>
78 <hint type="destinationlabel">
79 <x>157</x>
80 <y>274</y>
81 </hint>
82 </hints>
83 </connection>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>rejected()</signal>
87 <receiver>DjangoSendTestEmailDataDialog</receiver>
88 <slot>reject()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>316</x>
92 <y>260</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>286</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 </connections>
101 </ui>

eric ide

mercurial