zoukankan      html  css  js  c++  java
  • Qt Creator清除最近工程历史信息

    Qt Creator清除最近工程历史信息

    随着不断打开和关闭qt工程,欢迎->Projects->Recent projects下的历史工程信息越来越多,是该清理一下了,强迫症会追求干净一点。

    在Windows上,该部分配置位于配置文件C:UsersMichaelAppDataRoamingQtProjectQTCreator.ini中,找下Section[ProjectExplorer],其中的Key[RecentProjectsFileNames]和[RecentProjectsDisplayNames]存储了全文件名以及显示的工程名称,将它们对应的Value清空即可。 [ProjectExplorer] RecentProjectsFileNames= RecentProjectsDisplayNames=

    不过有更方便的方式, File--> Recent Projects---> Clear Menu,是不是很好使!

    还你一个干净的界面!

  • 相关阅读:
    poj3268(Silver Cow Party)最短路
    关于Phaser
    关于StampedLock
    关于AQS
    关于Exechanger
    关于Semaphore
    关于CyclicBarrier
    关于CountDownLatch
    关于BlockingQueue
    关于ThreandLocal
  • 原文地址:https://www.cnblogs.com/MakeView660/p/11269143.html
Copyright © 2011-2022 走看看