new Icons (for compalibility with Win32-KeePass 1.04)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@41 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -132,7 +132,7 @@ if(event->spontaneous()==false){
|
||||
}
|
||||
|
||||
void CEditEntryDlg::InitIconComboBox(){
|
||||
for(int i=0;i<52;i++){
|
||||
for(int i=0;i<NUM_CLIENT_ICONS;i++){
|
||||
Combo_IconPicker->insertItem(EntryIcons[i],"",i);
|
||||
}
|
||||
Combo_IconPicker->setCurrentItem(entry->ImageID);
|
||||
@@ -229,7 +229,7 @@ if(QString::compare(Edit_Password_w->text(),Edit_Password->text().mid(0,(Edit_Pa
|
||||
Edit_Password_w->setPaletteBackgroundColor(QColor(255,125,125));
|
||||
}else
|
||||
{
|
||||
Edit_Password_w->setPaletteBackgroundColor(QColor(255,255,255)); ///@FIXME Standart-Hintergrundfarbe nicht weiß
|
||||
Edit_Password_w->setPaletteBackgroundColor(QColor(255,255,255)); ///@FIXME Standard-Hintergrundfarbe nicht weiß
|
||||
}
|
||||
|
||||
|
||||
@@ -243,7 +243,7 @@ Edit_Password_w->setPaletteBackgroundColor(QColor(255,125,125));
|
||||
}
|
||||
else
|
||||
{
|
||||
Edit_Password_w->setPaletteBackgroundColor(QColor(255,255,255)); ///@FIXME Standart-Hintergrundfarbe nicht weiß
|
||||
Edit_Password_w->setPaletteBackgroundColor(QColor(255,255,255)); ///@FIXME Standard-Hintergrundfarbe nicht weiß
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ CEditGroupDialog::~CEditGroupDialog()
|
||||
void CEditGroupDialog::showEvent(QShowEvent *event){
|
||||
if(event->spontaneous()==false){
|
||||
EditTitle->setText(GroupName);
|
||||
for(int i=0;i<52;i++){
|
||||
for(int i=0;i<NUM_CLIENT_ICONS;i++){
|
||||
ComboIconPicker->insertItem(EntryIcons[i],"",i);
|
||||
}
|
||||
ComboIconPicker->setCurrentItem(IconID);
|
||||
|
||||
Reference in New Issue
Block a user