You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
335 B

#ifndef SERCH_H
#define SERCH_H
#include <QDialog>
namespace Ui {
class serch;
}
class serch : public QDialog
{
Q_OBJECT
public:
explicit serch(QWidget *parent = nullptr);
~serch();
private slots:
void on_pushButton_2_clicked();
void on_pushButton_clicked();
private:
Ui::serch *ui;
};
#endif // SERCH_H