修正大量demo

master
feiyangqingyun 2021-03-08 09:10:04 +08:00
parent ece0d2df6e
commit d1f09f1f47
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
frmNtpClient::frmNtpClient(QWidget *parent) : QWidget(parent), ui(new Ui::frmNtpClient) frmNtpClient::frmNtpClient(QWidget *parent) : QWidget(parent), ui(new Ui::frmNtpClient)
{ {
ui->setupUi(this); ui->setupUi(this);
ui->txtNtpIP->setText("ntp1.aliyun.com");
connect(NtpClient::Instance(), SIGNAL(receiveTime(QDateTime)), this, SLOT(receiveTime(QDateTime))); connect(NtpClient::Instance(), SIGNAL(receiveTime(QDateTime)), this, SLOT(receiveTime(QDateTime)));
} }

View File

@ -13,13 +13,13 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QWidget" name=""> <widget class="QWidget" name="layoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>10</y> <y>10</y>
<width>321</width> <width>381</width>
<height>48</height> <height>51</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
@ -33,7 +33,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="txtNtpIP"> <widget class="QLineEdit" name="txtNtpIP">
<property name="text"> <property name="text">
<string>133.100.11.8</string> <string/>
</property> </property>
</widget> </widget>
</item> </item>