1 #ifndef DELETEINSERTDIALOG_H
2 #define DELETEINSERTDIALOG_H
5 #include "platformg_global.h"
23 typedef enum InputAction { NOTHING, INSERT, DELETE } INPUT_ACTION ;
27 InputAction *condition;
47 static DeleteInsertDialog::InputAction getAction(
int index, QString tagname,
QWidget *parent = 0 );
50 void on_pushButtonDelete_clicked();
51 void on_pushButtonInsert_clicked();
52 void on_pushButtonCancel_clicked();
55 Ui::DeleteInsertDialog *ui;
The DeleteInsertDialog class pjanice usage for insert data.
Definition: deleteinsertdialog.h:18