| 115 | } |
| 116 | |
| 117 | void IconPickerDialog::activated(QModelIndex index) |
| 118 | { |
| 119 | selectedIconKey = index.data(Qt::UserRole).toString(); |
| 120 | accept(); |
| 121 | } |
| 122 | |
| 123 | void IconPickerDialog::selectionChanged(QItemSelection selected, QItemSelection deselected) |
| 124 | { |