Commit c606afa8 authored by Qiu Chuntao's avatar Qiu Chuntao

Add new file

parent 3fc3e1b5
#ifndef SHOWTABLE_H
#define SHOWTABLE_H
#include <QMainWindow>
#include "QSqlDatabase"
#include "QSqlQuery"
#include "QDebug"
#include "QSqlQueryModel"
#include "qsql.h"
#include "QSqlTableModel"
namespace Ui {
class ShowTable;
}
class ShowTable : public QMainWindow
{
Q_OBJECT
public:
explicit ShowTable(QWidget *parent = 0);
~ShowTable();
public slots:
void dowork(QSqlDatabase,QString);
private slots:
void on_close_clicked();
private:
Ui::ShowTable *ui;
};
#endif // SHOWTABLE_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment