diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-21 13:02:44 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-23 11:25:03 -0300 |
commit | 1801a78f9d05ea9d2f3c0321f3b1cc257d1ad278 (patch) | |
tree | d174a9f396d8fda8e4a925b6838f9ef3cc3aa154 /src/leap/bitmask/gui/ui | |
parent | 7001408dd893b5e8302c4ff8a0dfe63f50e283fa (diff) |
Add password change feature.
Diffstat (limited to 'src/leap/bitmask/gui/ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/preferences.ui | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/src/leap/bitmask/gui/ui/preferences.ui b/src/leap/bitmask/gui/ui/preferences.ui index ffca381e..8c63ccad 100644 --- a/src/leap/bitmask/gui/ui/preferences.ui +++ b/src/leap/bitmask/gui/ui/preferences.ui @@ -166,54 +166,5 @@ <resources> <include location="../../../../../data/resources/mainwindow.qrc"/> </resources> - <connections> - <connection> - <sender>leCurrentPassword</sender> - <signal>returnPressed()</signal> - <receiver>leNewPassword</receiver> - <slot>setFocus()</slot> - <hints> - <hint type="sourcelabel"> - <x>273</x> - <y>113</y> - </hint> - <hint type="destinationlabel"> - <x>272</x> - <y>135</y> - </hint> - </hints> - </connection> - <connection> - <sender>leNewPassword</sender> - <signal>returnPressed()</signal> - <receiver>leNewPassword2</receiver> - <slot>setFocus()</slot> - <hints> - <hint type="sourcelabel"> - <x>349</x> - <y>139</y> - </hint> - <hint type="destinationlabel"> - <x>351</x> - <y>163</y> - </hint> - </hints> - </connection> - <connection> - <sender>leNewPassword2</sender> - <signal>returnPressed()</signal> - <receiver>pbChangePassword</receiver> - <slot>setFocus()</slot> - <hints> - <hint type="sourcelabel"> - <x>178</x> - <y>169</y> - </hint> - <hint type="destinationlabel"> - <x>178</x> - <y>198</y> - </hint> - </hints> - </connection> - </connections> + <connections/> </ui> |