1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/SharerMax-VMS

Клонировать/Скачать
regdialog.h 444 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
SharerMax Отправлено 11.11.2013 23:31 fbae773
#ifndef REGDIALOG_H
#define REGDIALOG_H
#include <QDialog>
#include <QSqlQuery>
#include <QSqlError>
#include <QDebug>
#include <QMessageBox>
namespace Ui {
class RegDialog;
}
class RegDialog : public QDialog
{
Q_OBJECT
public:
explicit RegDialog(QWidget *parent = 0);
~RegDialog();
private slots:
void on_regButton_clicked();
void on_cancleButton_clicked();
private:
Ui::RegDialog *ui;
};
#endif // REGDIALOG_H

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/SharerMax-VMS.git
git@api.gitlife.ru:oschina-mirror/SharerMax-VMS.git
oschina-mirror
SharerMax-VMS
SharerMax-VMS
master