windows下Qt4.4(最新版本)安装教程

windows下安装:

1.到网上下载一个MinGW-3.2

2.qt官网上下载qt-win-opensource- 4.4.0 -mingw.exe

3.安装MinGW-3.2(它会自动从网上下载所需文件)

4.然后安装qt-win-opensource- 4.4.0 -mingw.exe

注意:安装MinGW后才能安装qt-win-opensource- 4.4.0 -mingw.exe

      MinGW必须是3.2版本

 Qt4.3版本同上

 

Qtwindows中开始跟cmd一样,需要掌握常用的命令:

dir 查看文件列表,同linux下的“ls

cd 改变文件目录 cd  ..”返回到上一层 cd  /”到所在磁盘,一般为c

del 删除一个文件

mkdir创建一个文件夹

rmdir 删除一个空文件夹

notepad xx.cpp 用记事本打开(如果没有则是创建)xx.cpp文件 也可以是.h文件

 

qt编程的一般过程:

开始—>所有程序—>QT by Trolltech v4.4opensource)—>Qt 4.4 Command Prompt,进入编译环境:

1.       创建好.cpp(及.h)文件,如:notepad hello.cpp,问是否建立,选“是”,敲入代码,保存

2.       敲入“qmake –project

3.       敲入“qmake

4.       敲入“make”,若通不过则可以看到错误在第几行

5.       敲入“cd release”,到文件夹release中去

6.       敲入“xx.exe”运行程序,如:hello.exe

在这些过程中可以随时敲入“dir”查看目录中文件状况

 

建议将notepadnotepad2替换掉,notepad2比更适合编写代码

替换方法:将notepad2重命名为“notepad”,然后依次将cwindows中,cwindows/system32 /dllcach中,c:windows/system32中的notepad替换掉即可(注意顺序)

替换后会有系统保护提示,直接“取消”,选择“保留未知。。”即可

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
QHierarchy is an editor extension that adds several often used functions to hierarchy window: - Displaying the icon of a GameObject - Showing / hiding a GameObject - Locking / unlocking a GameObject - Prevent selection of locked GameObject - Displaying tag and layer of a GameObject - Displaying color label for a GameObject - Displaying the icon of MonoBehaviour script attached to a GameObject - GameObject can be showed / hidden only for edit-time, and the visibility state will return during play-time - Displaying the number of children of a GameObject - Displaying the number of vertices and triangles of the GameObject (can display the number including all children) - Change the colors of icons and labels - Displaying custom icon for any layer - Displaying custom icon for any tag - Displaying prefab connection status - Displaying static flags icon of GameObject - Displaying the error icon (MonoBehaviour script missing / Reference property is null / String property is empty / Callback of event is missing) - Displaying icons of all scripts that attached to a GameObject - Showing / hiding wireframe objects - Enable / Disable MeshRenderer - Order of icons can be changed - Displaying the list of GameObjects in the form of a tree - Option to add right indent (useful if you use other plugins that add another icons to the hierarchy window) - Any feature can be disabled - Source Code Included. Website | Documentation | Contacts Compatible with Unity 4.6.0+ / 5.0.1+ / 2017.1+ / 2018.1+

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值