zoukankan      html  css  js  c++  java
  • QT Creator 内部变量大全

    %{#:<value>
    %{Config:DefaultProjectDirectory}
    %{Config:LastFileDialogDirectory}
    %{Cpp:LicenseTemplate}
    %{Cpp:LicenseTemplatePath:FileBaseName}
    %{Cpp:LicenseTemplatePath:FileName}
    %{Cpp:LicenseTemplatePath:FilePath}
    %{Cpp:LicenseTemplatePath:NativeFilePath}
    %{Cpp:LicenseTemplatePath:NativePath}
    %{Cpp:LicenseTemplatePath:Path}
    %{CurrentBuild:Env:<value>}
    %{CurrentBuild:Name}
    %{CurrentBuild:Type}
    %{CurrentDate:<value>}
    %{CurrentDate:ISO}
    %{CurrentDate:Locale}
    %{CurrentDate:RFC}
    %{CurrentDevice:HostAddress}
    %{CurrentDevice:PrivateKeyFile}
    %{CurrentDevice:SshPort}
    %{CurrentDevice:UserName}
    %{CurrentDocument:Column}
    %{CurrentDocument:ColumnCount}
    %{CurrentDocument:FileBaseName}
    %{CurrentDocument:FileName}
    %{CurrentDocument:FilePath}
    %{CurrentDocument:FontSize}
    %{CurrentDocument:NativeFilePath}
    %{CurrentDocument:NativePath}
    %{CurrentDocument:Path}
    %{CurrentDocument:Row}
    %{CurrentDocument:RowCount}
    %{CurrentDocument:Selection}
    %{CurrentDocument:XPos}
    %{CurrentDocument:YPos}
    %{CurrentKit:FileSystemName}
    %{CurrentKit:Id}
    %{CurrentKit:Name}
    %{CurrentProject:BuildPath}
    %{CurrentProject:FileBaseName}
    %{CurrentProject:FileName}
    %{CurrentProject:FilePath}
    %{CurrentProject:Name}
    %{CurrentProject:NativeFilePath}
    %{CurrentProject:NativePath}
    %{CurrentProject:Path}
    %{CurrentProject:QT_HOST_BINS}
    %{CurrentProject:VcsName}
    %{CurrentProject:VcsTopLevelPath}
    %{CurrentProject:VcsTopic}
    %{CurrentRun:Executable:FileBaseName}
    %{CurrentRun:Executable:FileName}
    %{CurrentRun:Executable:FilePath}
    %{CurrentRun:Executable:NativeFilePath}
    %{CurrentRun:Executable:NativePath}
    %{CurrentRun:Executable:Path}
    %{CurrentRun:Name}
    %{CurrentTime:<value>}
    %{CurrentTime:ISO}
    %{CurrentTime:Locale}
    %{CurrentTime:RFC}
    %{Env:<value>}
    %{HostOs:ExecutableSuffix}
    %{HostOs:PathListSeparator}
    %{HostOs:isLinux}
    %{HostOs:isOSX}
    %{HostOs:isUnix}
    %{HostOs:isWindows}
    %{IDE:ResourcePath}
    %{JS:<value>}
    %{Session:FileBaseName}
    %{Session:FileName}
    %{Session:FilePath}
    %{Session:Name}
    %{Session:NativeFilePath}
    %{Session:NativePath}
    %{Session:Path}
    %{UUID}

    转自:https://blog.csdn.net/u011471873/article/details/95871137

  • 相关阅读:
    VSCODE记录
    关闭vscode的C/C++代码错误提示
    Windows下修改VSCode工作区存储目录workspaceStorage
    取消掉远程桌面mstsc顶部(侧面)连接栏
    记一次某网站生产环境CPU忽高忽低故障解决过程
    HTML实现发送接收串口和TCP数据
    flutter环境管理工具fvm的安装及简单使用
    启动CAD,不打开指定的CAD,向指定的CAD写入数据
    JVM虚拟机垃圾回收
    JVM调优命令
  • 原文地址:https://www.cnblogs.com/liushui-sky/p/13678076.html
Copyright © 2011-2022 走看看