Add copy username and password actions to the clipboard.

Also add corresponding icons that I've put together from
various Oxygen icons.
This commit is contained in:
Felix Geyer 2014-01-14 19:46:44 +01:00
parent a914b837a1
commit 811eb2714f
7 changed files with 13 additions and 0 deletions

View file

@ -107,6 +107,8 @@ MainWindow::MainWindow()
m_ui->actionEntryEdit->setIcon(filePath()->icon("actions", "entry-edit", false));
m_ui->actionEntryDelete->setIcon(filePath()->icon("actions", "entry-delete", false));
m_ui->actionEntryAutoType->setIcon(filePath()->icon("actions", "auto-type", false));
m_ui->actionEntryCopyUsername->setIcon(filePath()->icon("actions", "username-copy", false));
m_ui->actionEntryCopyPassword->setIcon(filePath()->icon("actions", "password-copy", false));
m_ui->actionGroupNew->setIcon(filePath()->icon("actions", "group-new", false));
m_ui->actionGroupEdit->setIcon(filePath()->icon("actions", "group-edit", false));