Skip to content

Instantly share code, notes, and snippets.

@improve100
Created August 8, 2018 08:56
Show Gist options
  • Save improve100/ec2edcbacb4c985f562ba0ac26a0d6f1 to your computer and use it in GitHub Desktop.
Save improve100/ec2edcbacb4c985f562ba0ac26a0d6f1 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
安装Qt5 creator和designer
$ sudo apt-get install qtcreator
$ sudo apt-get install qt5-default qttools5-dev-tools
安装完成之后designer 可以在/usr/lib/x86_64-linux-gnu/qt5/bin/designer中找到,通过如下方式启动designer
$ designer
or
$ /usr/lib/x86_64-linux-gnu/qt5/bin/designer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment