Home > other >  Small QT development of QT project management tools
Small QT development of QT project management tools

Time:09-19

Program name: PM (project manager), based on Qt5.3.2 development, development purpose: company project is based on the Qt development, also use pro to management engineering, a large project into many small projects, to visit every time feels more complicated, such as open a resource manager, sometimes into VS project, code, packaging, etc., sometimes may deploy different Qt version of the development environment, management is very headache, so the tool I spare development, sharing out here, hope to be able to help you out, first on the software interface figure 首先最上面是搜索框,可以模糊查找,方便过滤出想要的工程,搜索框下面是书签,比如一些常用的程序可以直接拖到里面,相当于建立了一个快捷方式,也可以右键菜单进行操作,例如上图我就把VS2010的程序放到了这里,书签下面就是工程列表了,软件搜索出来的工程是按照pro文件进行搜索的,待会会有介绍,右键菜单功能:[打开] 使用默认程序打开指定的工程,例如pro关联是QtCreator,则会用QtCreator打开,[编辑]使用默认的文本编辑器进行编辑,[打开所在目录]打开资源管理器,定位到该工程所在目录,[清理项目杂项]清理.user .user.* *.Debug *.Release *.pdb *.ncb *.idb *.suo *.sdf 等杂项,保证工程"干净",[拷贝目录]将所选择的工程或者多个工程拷贝到指定地方[转换到VS工程]将pro转换到vs工程[编译 Rebuild Debug]重新编译,debug模式,[编译 Rebuild Release]重新编译,release模式,[编码转换]将所选择的工程或者多个工程进行编码转换操作,[添加到压缩包]将所选择的工程者多个工程进行打包操作(RAR格式),[C++ Code Tool] 包含代码统计(粗统计)和代码注释清除工具[切换方案]与配置的方案有关系,这里可以进行切换,[配置]配置工具所需要的参数[刷新]刷新当前工程列表第一次使用,需要进行配置,首先在工程视图上点击右键,选择[配置],会弹出如下对话框 add a plan, for example, if you install a qt4 environment and environment of the qt5, two solutions you can be in this configuration, then the environment configuration scheme use [] the default text editor to select a text editor program, these are applied in the right-click menu in the edit menu, [] qmake's path to choose corresponding qmake version, [MSVC version] choose VS version you are using, home directory [project] choose project's home directory, for example, my side is D: \ projects \ SRC, right-click on it in the list can add, after the configuration, click save to go, if there is a engineering project directory, at this point in the main screen you can see, then you can to operating the project, a global program shortcut Alt + Q, start created when the tray icon, software on the micro cloud inside, this is the download address: http://share.weiyun.com/bdf77add09628cfd5c3d0033dc9d9582 if you find a bug or need to improve place, please contact me,

CodePudding user response:

Finished project address
  • Related