skiars / SerialTool

A cross platform Serial-Port/TCP/UDP debugging tool.
GNU General Public License v3.0
691 stars 245 forks source link

textedit.h:4:10: error: 'Qsci/qsciscintilla.h' file not found #33

Open WYGNG opened 3 years ago

WYGNG commented 3 years ago

缺少这个库是什么原因,没办法编译了

WYGNG commented 3 years ago

搞好了,在英文小网站下了qsci库,可惜命令行qmake坏了,还好qtcreate可以编译,生成了要用的lib,dll文件,当然头文件在src里,差点没找到,最后在项目pro路径下添加了该库的头文件和lib文件之后就可以编译了。

WYGNG commented 3 years ago

不过最近有一个问题QIODevice::setTextModeEnabled (QSerialPort): The device is not open

WYGNG commented 3 years ago

不清楚什么原因,正在排查

WYGNG commented 3 years ago

没有edit栏,好难受呀,下载直接运行的那种也不行

WYGNG commented 3 years ago

没有edit栏,好难受呀

WYGNG commented 3 years ago

换了一台电脑之后试了一下,只要关掉小窗口之后,本台电脑就永远也无法显示text区域,无论是release直接运行,还是源码编译运行,都是这样,不知道出了什么问题

WYGNG commented 3 years ago

可能是windows的qt运行环境记住了窗口的开关状态,只是没办法找到再次打开的地方了

WYGNG commented 3 years ago

右击空白就出来了。。。。我怎么这么菜呀