项目作者: Saber2pr

项目描述 :
Notepad by qtcreator
高级语言: C++
项目地址: git://github.com/Saber2pr/Notepad.git
创建时间: 2018-12-10T10:43:55Z
项目社区:https://github.com/Saber2pr/Notepad

开源协议:

下载


note.exe

  1. Local::getInstance()->connect(this->path_current.toStdString(), input)([=](auto data){
  2. ui->textEdit->setText(QString::fromStdString(data));
  3. });

loadingImage...