diff --git a/QCPShow.pro.user b/QCPShow.pro.user index c7606d9..9b2e290 100644 --- a/QCPShow.pro.user +++ b/QCPShow.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/main.cpp b/main.cpp index c85d16d..67b6bea 100644 --- a/main.cpp +++ b/main.cpp @@ -47,8 +47,8 @@ int main(int argc, char *argv[]) QObject::connect(&w,&MainWidget::statusChanged,&httpService,&HttpService::updateStatus); QObject::connect(&w,&MainWidget::complexOneKeyStart,&httpService,&HttpService::onComplexOneKeyStart); - w.show(); -// w.showFullScreen(); +// w.show(); + w.showFullScreen(); return a.exec(); } diff --git a/setting.ini b/setting.ini deleted file mode 100644 index 9bdbde9..0000000 --- a/setting.ini +++ /dev/null @@ -1,27 +0,0 @@ -[MAIN] -;最大患者数量 -maxPatientNum = 5 -;切换病人时间(s) -switchPatientInterval = 5 - -[USER] -;登录用户名 -username = shoufeichu -;登录密码 -password = 123456 - -[HTTP] -;登录请求URL -loginUrl = http://test.tall.wiki/gateway/tall3/v3.0/users/signin -;发送身份证信息URL -sendUserInfoUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/idCardDiscern -;一键启动URL -oneKeyStartUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/buttonStart -;服务状态改变URL(rgb) -serviceStatusChangedUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/updateStatus - -[WEBSOCKET] -;Websocket URL -wsUrl = wss://test.tall.wiki/websocket/message/v4.0/ws -;Websocket心跳间隔(s) -wsHeartInterval = 10