QT学习之四:Linux 下 Qt Creator 的一个Qt 项目全过程
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux 下 Qt Creator 的一个Qt项目全过程
1.启动桌面上的 Qt Creator。新建工程 HelloWorld,
点击“File” -> New File orProject...
如下图所示:
2. 新建类 Hello
右键单击项目名 Hello,Add New... -> C++下选择 C++ Source File,点击“OK” ->输入类名 Hello点击“Next” -> Finish。
结束后项目目录下面会多了一个hello.cpp文件
3. 添加代码
4. Build
5. 运行
在终端打开qvfb
就会出现如下图的图框,即qvfb了
设置启动命令-qws,作为client运行于qvbf上
左边的project下,run中的arguments添加参数:-qws
Run
提示:connetctedto VFB server
在qvfb中看到程序运行的结果
参考:
Linux 下 Qt Creator的安装使用
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献18条内容
所有评论(0)