37 void setUat(
struct epan_uat *uat = NULL);
40 void copyFromProfile(QString filename);
41 void modelDataChanged(
const QModelIndex &topLeft);
42 void modelRowsRemoved();
43 void modelRowsReset();
44 void uatTreeViewSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
45 void on_uatTreeView_currentItemChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
48 void on_newToolButton_clicked();
49 void on_deleteToolButton_clicked();
50 void on_copyToolButton_clicked();
51 void on_moveUpToolButton_clicked();
52 void on_moveDownToolButton_clicked();
53 void on_clearToolButton_clicked();
54 void on_buttonBox_helpRequested();
60 QPushButton *ok_button_;
61 QPushButton *help_button_;
64 void checkForErrorHint(
const QModelIndex ¤t,
const QModelIndex &previous);
65 bool trySetErrorHintFromField(
const QModelIndex &index);
67 void addRecord(
bool copy_from_current =
false);