32 ShowProfiles, NewProfile, ImportZipProfile, ImportDirProfile,
33 ExportSingleProfile, ExportAllProfiles, EditCurrentProfile, DeleteCurrentProfile
38 int execAction(ProfileAction profile_action);
51 virtual void keyPressEvent(QKeyEvent *event);
54 Ui::ProfileDialog *pd_ui_;
55 QPushButton *ok_button_;
56 QPushButton *import_button_;
57#if defined(HAVE_MINIZIP) || defined(HAVE_MINIZIPNG)
58 QPushButton *export_button_;
59 QAction *export_selected_entry_;
67 void finishImport(QFileInfo fi,
int count,
int skipped, QStringList
import);
70 void currentItemChanged(
const QModelIndex & c = QModelIndex(),
const QModelIndex & p = QModelIndex());
71#if defined(HAVE_MINIZIP) || defined(HAVE_MINIZIPNG)
72 void exportProfiles(
bool exportAllPersonalProfiles =
false);
75 void importFromDirectory();
77 void newToolButtonClicked();
78 void deleteToolButtonClicked();
79 void copyToolButtonClicked();
80 void buttonBoxAccepted();
81 void buttonBoxRejected();
82 void buttonBoxHelpRequested();
83 void dataChanged(
const QModelIndex &);
85 void filterChanged(
const QString &);
87 void selectionChanged();
88 QModelIndexList selectedProfiles();