| | |
| | | #ifndef SEARCHINFO_H |
| | | #ifndef SEARCHINFO_H |
| | | #define SEARCHINFO_H |
| | | |
| | | #include <QMainWindow> |
| | |
| | | QVector<QVector<QString>> getResult(QString &sql,int colCnt); |
| | | void setLabels(); |
| | | |
| | | void createTableAllComInfo(QString tableName); // 单位信息表全 |
| | | void createTableRectifyResultInfo(QString tableName); // 整改结果信息表 |
| | | void createTableProblemListInfo(QString tableName); // 问题清单列表信息表 |
| | | void createTableComprehensiveEntryInfo(QString tableName); // 综合录入信息表 |
| | | |
| | | private slots: |
| | | void on_pushButton_search_clicked(); |
| | | |
| | |
| | | |
| | | void addComName(QString name); |
| | | |
| | | void on_checkBox_clicked(); |
| | | |
| | | private: |
| | | Ui::SearchInfo *ui; |
| | | QSqlDatabase m_db; |