mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Add/remove/drag&drop for the icon picker.
This commit is contained in:
@ -15,7 +15,8 @@ public:
|
||||
~IconPickerDialog();
|
||||
int exec(QString selection);
|
||||
QString selectedIconKey;
|
||||
|
||||
protected:
|
||||
virtual bool eventFilter ( QObject* , QEvent* );
|
||||
private:
|
||||
Ui::IconPickerDialog *ui;
|
||||
|
||||
@ -23,4 +24,6 @@ private slots:
|
||||
void selectionChanged ( QItemSelection,QItemSelection );
|
||||
void activated ( QModelIndex );
|
||||
void delayed_scroll ( QModelIndex );
|
||||
void addNewIcon();
|
||||
void removeSelectedIcon();
|
||||
};
|
||||
|
Reference in New Issue
Block a user