更新
This commit is contained in:
27
ntpclient/frmntpclient.h
Normal file
27
ntpclient/frmntpclient.h
Normal file
@@ -0,0 +1,27 @@
|
||||
#ifndef FRMNTPCLIENT_H
|
||||
#define FRMNTPCLIENT_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QDateTime>
|
||||
|
||||
namespace Ui {
|
||||
class frmNtpClient;
|
||||
}
|
||||
|
||||
class frmNtpClient : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmNtpClient(QWidget *parent = 0);
|
||||
~frmNtpClient();
|
||||
|
||||
private:
|
||||
Ui::frmNtpClient *ui;
|
||||
|
||||
private slots:
|
||||
void on_btnGetTime_clicked();
|
||||
void receiveTime(const QDateTime &dateTime);
|
||||
};
|
||||
|
||||
#endif // FRMNTPCLIENT_H
|
||||
Reference in New Issue
Block a user