28 explicit UatFrame(QWidget *parent = NULL);
37 void showEvent(QShowEvent *);
46 void checkForErrorHint(
const QModelIndex ¤t,
const QModelIndex &previous);
47 bool trySetErrorHintFromField(
const QModelIndex &index);
48 void addRecord(
bool copy_from_current =
false);
53 void copyFromProfile(QString filename);
54 void modelDataChanged(
const QModelIndex &topLeft);
55 void modelRowsRemoved();
56 void modelRowsReset();
57 void on_uatTreeView_currentItemChanged(
const QModelIndex ¤t,
const QModelIndex &previous);
58 void on_newToolButton_clicked();
59 void on_deleteToolButton_clicked();
60 void on_copyToolButton_clicked();
61 void on_moveUpToolButton_clicked();
62 void on_moveDownToolButton_clicked();
63 void on_clearToolButton_clicked();
Definition: uat_delegate.h:24
Definition: uat_frame.h:24
Definition: uat_model.h:25