zoukankan      html  css  js  c++  java
  • 【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剪走

  • 相关阅读:
    面向对象基本原则
    策略模式
    简单工厂模式
    高内聚、低耦合
    UML在代码中的展现
    使用commons-csv简单读写CSV文件
    java反射机制
    SrpingDruid数据源加密数据库密码
    markdown学习经验
    Vue.js学习笔记
  • 原文地址:https://www.cnblogs.com/elesos/p/2809102.html
Copyright © 2011-2022 走看看