emailgateway.ui
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>EmailGatewayDialog</class> 4 <widget class="QDialog" name="EmailGatewayDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>386</width> 10 <height>240</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Email gateway</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout"> 17 <item row="3" column="0"> 18 <widget class="QLabel" name="label_2"> 19 <property name="enabled"> 20 <bool>true</bool> 21 </property> 22 <property name="text"> 23 <string>Desired email address (including @mailchuck.com):</string> 24 </property> 25 </widget> 26 </item> 27 <item row="2" column="0"> 28 <widget class="QRadioButton" name="radioButtonRegister"> 29 <property name="text"> 30 <string>Register on email gateway</string> 31 </property> 32 <property name="checked"> 33 <bool>true</bool> 34 </property> 35 </widget> 36 </item> 37 <item row="8" column="0"> 38 <widget class="QDialogButtonBox" name="buttonBox"> 39 <property name="minimumSize"> 40 <size> 41 <width>368</width> 42 <height>0</height> 43 </size> 44 </property> 45 <property name="orientation"> 46 <enum>Qt::Horizontal</enum> 47 </property> 48 <property name="standardButtons"> 49 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 50 </property> 51 </widget> 52 </item> 53 <item row="4" column="0"> 54 <widget class="QLineEdit" name="lineEditEmail"> 55 <property name="enabled"> 56 <bool>true</bool> 57 </property> 58 <property name="text"> 59 <string>@mailchuck.com</string> 60 </property> 61 <property name="cursorPosition"> 62 <number>0</number> 63 </property> 64 </widget> 65 </item> 66 <item row="0" column="0"> 67 <widget class="QLabel" name="label"> 68 <property name="text"> 69 <string>Email gateway allows you to communicate with email users. Currently, only the Mailchuck email gateway (@mailchuck.com) is available.</string> 70 </property> 71 <property name="wordWrap"> 72 <bool>true</bool> 73 </property> 74 </widget> 75 </item> 76 <item row="5" column="0"> 77 <widget class="QRadioButton" name="radioButtonStatus"> 78 <property name="enabled"> 79 <bool>false</bool> 80 </property> 81 <property name="text"> 82 <string>Account status at email gateway</string> 83 </property> 84 <property name="checked"> 85 <bool>false</bool> 86 </property> 87 </widget> 88 </item> 89 <item row="6" column="0"> 90 <widget class="QRadioButton" name="radioButtonSettings"> 91 <property name="enabled"> 92 <bool>false</bool> 93 </property> 94 <property name="text"> 95 <string>Change account settings at email gateway</string> 96 </property> 97 <property name="checked"> 98 <bool>false</bool> 99 </property> 100 </widget> 101 </item> 102 <item row="7" column="0"> 103 <widget class="QRadioButton" name="radioButtonUnregister"> 104 <property name="enabled"> 105 <bool>false</bool> 106 </property> 107 <property name="text"> 108 <string>Unregister from email gateway</string> 109 </property> 110 <property name="checked"> 111 <bool>false</bool> 112 </property> 113 </widget> 114 </item> 115 </layout> 116 </widget> 117 <tabstops> 118 <tabstop>radioButtonRegister</tabstop> 119 <tabstop>lineEditEmail</tabstop> 120 <tabstop>radioButtonStatus</tabstop> 121 <tabstop>radioButtonSettings</tabstop> 122 <tabstop>radioButtonUnregister</tabstop> 123 <tabstop>buttonBox</tabstop> 124 </tabstops> 125 <resources/> 126 <connections> 127 <connection> 128 <sender>buttonBox</sender> 129 <signal>accepted()</signal> 130 <receiver>EmailGatewayDialog</receiver> 131 <slot>accept()</slot> 132 <hints> 133 <hint type="sourcelabel"> 134 <x>227</x> 135 <y>152</y> 136 </hint> 137 <hint type="destinationlabel"> 138 <x>157</x> 139 <y>171</y> 140 </hint> 141 </hints> 142 </connection> 143 <connection> 144 <sender>buttonBox</sender> 145 <signal>rejected()</signal> 146 <receiver>EmailGatewayDialog</receiver> 147 <slot>reject()</slot> 148 <hints> 149 <hint type="sourcelabel"> 150 <x>295</x> 151 <y>158</y> 152 </hint> 153 <hint type="destinationlabel"> 154 <x>286</x> 155 <y>171</y> 156 </hint> 157 </hints> 158 </connection> 159 <connection> 160 <sender>radioButtonRegister</sender> 161 <signal>clicked(bool)</signal> 162 <receiver>lineEditEmail</receiver> 163 <slot>setEnabled(bool)</slot> 164 <hints> 165 <hint type="sourcelabel"> 166 <x>95</x> 167 <y>40</y> 168 </hint> 169 <hint type="destinationlabel"> 170 <x>94</x> 171 <y>123</y> 172 </hint> 173 </hints> 174 </connection> 175 <connection> 176 <sender>radioButtonUnregister</sender> 177 <signal>clicked(bool)</signal> 178 <receiver>lineEditEmail</receiver> 179 <slot>setDisabled(bool)</slot> 180 <hints> 181 <hint type="sourcelabel"> 182 <x>139</x> 183 <y>19</y> 184 </hint> 185 <hint type="destinationlabel"> 186 <x>187</x> 187 <y>123</y> 188 </hint> 189 </hints> 190 </connection> 191 <connection> 192 <sender>radioButtonStatus</sender> 193 <signal>clicked(bool)</signal> 194 <receiver>lineEditEmail</receiver> 195 <slot>setDisabled(bool)</slot> 196 <hints> 197 <hint type="sourcelabel"> 198 <x>20</x> 199 <y>20</y> 200 </hint> 201 <hint type="destinationlabel"> 202 <x>20</x> 203 <y>20</y> 204 </hint> 205 </hints> 206 </connection> 207 <connection> 208 <sender>radioButtonSettings</sender> 209 <signal>clicked(bool)</signal> 210 <receiver>lineEditEmail</receiver> 211 <slot>setDisabled(bool)</slot> 212 <hints> 213 <hint type="sourcelabel"> 214 <x>20</x> 215 <y>20</y> 216 </hint> 217 <hint type="destinationlabel"> 218 <x>20</x> 219 <y>20</y> 220 </hint> 221 </hints> 222 </connection> 223 </connections> 224 </ui>