30 explicit UatFrame(QWidget *parent = NULL);
39 void showEvent(QShowEvent *);
48 void checkForErrorHint(
const QModelIndex ¤t,
const QModelIndex &previous);
49 bool trySetErrorHintFromField(
const QModelIndex &index);
50 void addRecord(
bool copy_from_current =
false);
55 void copyFromProfile(QString filename);
56 void modelDataChanged(
const QModelIndex &topLeft);
57 void modelRowsRemoved();
58 void modelRowsReset();
59 void uatTreeViewSelectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
60 void on_uatTreeView_currentItemChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
61 void on_newToolButton_clicked();
62 void on_deleteToolButton_clicked();
63 void on_copyToolButton_clicked();
64 void on_moveUpToolButton_clicked();
65 void on_moveDownToolButton_clicked();
66 void on_clearToolButton_clicked();