diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-23 21:45:06 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-24 06:38:12 -0800 |
commit | 14a858cf2a9e9dfd113dad049625bdb055830478 (patch) | |
tree | 3dbd3d00748444e5443d6267ecbba2e179393784 /qt-ui/preferences.ui | |
parent | 5aa9fc6fe76837181d523bad768209556dfca90e (diff) | |
download | subsurface-14a858cf2a9e9dfd113dad049625bdb055830478.tar.gz |
Save and restore Facebook Prefs.
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 | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index b9f8bdb66..a89dde894 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -983,10 +983,43 @@ </widget> </item> <item> - <widget class="QPushButton" name="btnDisconnectFacebook"> - <property name="text"> - <string>Disconnect from facebook</string> - </property> + <widget class="QWidget" name="fbConnected" native="true"> + <layout class="QVBoxLayout" name="verticalLayout_9"> + <item> + <layout class="QHBoxLayout" name="connectedLayout"> + <item> + <widget class="QLabel" name="label_26"> + <property name="text"> + <string>Facebook Album for Subsurface Uploads</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="facebookAlbum"/> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="btnDisconnectFacebook"> + <property name="text"> + <string>Disconnect from facebook</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> </widget> </item> </layout> |