diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-23 19:29:00 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-24 06:37:41 -0800 |
commit | a7e148c0a8e121aa677e52827d5d4cfbdd4ebea7 (patch) | |
tree | 7b27997cdf1b0da9e9a3de9c5f49944617961562 /qt-ui/preferences.ui | |
parent | cc69e6ffa2a3f8e6e65e02459d8508f688fdaaf2 (diff) | |
download | subsurface-a7e148c0a8e121aa677e52827d5d4cfbdd4ebea7.tar.gz |
Disconnect from facebook manually.
Added a button to disconnect from facebook.
This clears the webview cookies so it correctly
disconnects us from facebook, and clears the
access token.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 9611b49d9..b9f8bdb66 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>562</width> + <width>924</width> <height>718</height> </rect> </property> @@ -972,7 +972,7 @@ </layout> </widget> <widget class="QWidget" name="page_6"> - <layout class="QHBoxLayout" name="horizontalLayout_10"> + <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <widget class="QWebView" name="facebookWebView"> <property name="url"> @@ -982,6 +982,13 @@ </property> </widget> </item> + <item> + <widget class="QPushButton" name="btnDisconnectFacebook"> + <property name="text"> + <string>Disconnect from facebook</string> + </property> + </widget> + </item> </layout> </widget> </widget> |