• 【Qt常见问题】系列01


    QT Creator中有一个Shadow build是什么意思?

    就是构建生成的目录和源代码目录分开,比如工程目录叫test,则编译器自动生成一个test-build-desktop目录存放所有编译过程中生成的文件。

    Shadow building means building a project in a separate directory, the build directory. The build directory is different from the source directory. One of the benefits of shadow building is that it keeps your source directory clean. Shadow building is the best practice if you need many build configurations for a single set of source.

    vs2008编写的QT程序,如何修改exe文件图标?

    双击ui文件,右侧“属性编辑器”里有个windowIcon可以浏览ico文件。

      

    把设计师designer改为英文

    把C:\Qt\4.8.2\translations下的designer_zh_CN.qm剪走

  • 相关阅读:
    IOS8修改状态栏颜色
    iOS文件存储路径规定
    iOS+HTML5
    调用电话/获取通讯录
    iOS高级必备
    CoreData
    IOS 中的CoreImage框架
    CoreText
    CoreGpaphics
    iOS多线程 NSThread/GCD/NSOperationQueue
  • 原文地址:https://www.cnblogs.com/elesos/p/2809102.html
Copyright © 2020-2023  润新知