Skip to content

VDuZane/RobotControl_QT_MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

VDu

使用qt-mvvm 框架(https://github.com/gpospelov/qt-mvvm)+ QT5设计器

设计 RobotControl 的软件界面和相关逻辑,同时设计一个 dialog 界面,可以用于显示其他信息

代码位于:examples/robotcontrol/ 中

编译命令如下:

mkdir build && cd build
cmake ..
make -j8
sudo make install
cd ../examples/robotcontrol/
mkdir build && cd build
cmake ..
make -j8
./RobotControlMVVM  # 程序运行

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors