《Qt Creator 常用快捷键》

版权声明:本文为博主原创文章,未经博主允许不得转载,博客地址:http://blog.csdn.net/mars_xiaolei。 https://blog.csdn.net/mars_xiaolei/article/details/87968479
《Qt Creator 常用快捷键》
Ctrl+i 自动缩进选中代码
Shift+F2 函数声明和定义之间切换
Ctrl + Shift + U 快速查找
Ctrl + / 注释/取消注释选定内容
Ctrl + shift + up 将当前行的代码向上移动一行
Ctrl + shift + down 将当前行的代码向下移动一行
Alt +数字键(1-7) 快速打开对应的输出窗口
Alt+ Enter 快速添加方法实体(.cpp)声明
   
   
   
   
   
   
   
   
   
   
   

猜你喜欢

转载自blog.csdn.net/mars_xiaolei/article/details/87968479