diff --git a/src/account.ui b/src/account.ui --- a/src/account.ui +++ b/src/account.ui @@ -48,7 +48,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -90,7 +99,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -132,7 +150,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -183,7 +210,7 @@ - + Automatic Login: diff --git a/src/accountinfo.cpp b/src/accountinfo.cpp --- a/src/accountinfo.cpp +++ b/src/accountinfo.cpp @@ -60,6 +60,11 @@ connect(m_passwordEdit, SIGNAL(focused()), SLOT(changePassword())); connect(m_passwordEdit, SIGNAL(textEdited(QString)), SLOT(changePassword())); + //automaticLogin only sets a flag in AccountsService, which isn't supported by anything else + //so hide it until the situation is different + m_info->automaticLogin->setVisible(false); + m_info->automaticLoginLabel->setVisible(false); + connect(m_model, SIGNAL(dataChanged(QModelIndex,QModelIndex)), SLOT(dataChanged(QModelIndex))); m_info->face->setPopupMode(QToolButton::InstantPopup); QMenu* menu = new QMenu(this);