自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (4)
  • 收藏
  • 关注

翻译 QML BOOK 第六章 Model-View-Delegate

6. Model-View-Delegate 注意 最后一次构建:2014年1月20日下午18:00。 这章的源代码能够在http://qmlbook.org/assets/中找到。 在QtQuick中,数据通过model-view(模型-视图)分离。对于每个view(视图),每个数据元素的可视化都分给一个代理(delegate)。QtQuick附带了一组预定义的模型与视图。想要使用这

2014-07-28 15:01:06 12436 6

vld-2.5.1-setup.zip

VLD 2.5.1 安装包 # Visual Leak Detector [![Build status](https://ci.appveyor.com/api/projects/status/0kvft8un16e80toj/branch/master?svg=true)](https://ci.appveyor.com/project/KindDragon/vld/branch/master) ## Introduction Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector's features, none of which exist in the built-in detector: * Provides a complete stack trace for each leaked block, including source file and line number information when available. * Detects most, if not all, types of in-process memory leaks including COM-based leaks, and pure Win32 heap-based leaks. * Selected modules (DLLs or even the main EXE) can be excluded from leak detection. * Provides complete data dumps (in hex and ASCII) of leaked blocks. * Customizable memory leak report: can be saved to a file or sent to the debugger and can include a variable level of detail. Other after-market leak detectors for Visual C++ are already available. But most of the really popular ones, like Purify and BoundsChecker, are very expensive. A few free alternatives exist, but they're often too intrusive, restrictive, or unreliable. Visual Leak Detector is currently the only freely available memory leak detector for Visual C++ that provides all of the above professional-level features packaged neatly in an easy-to-use library. Visual Leak Detector is [licensed][3] free of charge as a service to the Windows developer community. If you find it to be useful and would like to

2020-07-20

vld-2.5.1_2.zip

vld2.5.1源码 # Visual Leak Detector [![Build status](https://ci.appveyor.com/api/projects/status/0kvft8un16e80toj/branch/master?svg=true)](https://ci.appveyor.com/project/KindDragon/vld/branch/master) <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=N3QTYHP9LH6UY&amp;lc=GB&amp;item_name=Visual%20Leak%20Detector&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted" target="_blank"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a> ## Introduction Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector's features, none of which exist in the built-in detector: * Provides a complete stack trace for each leaked block, including source file and line number information when available. * Detects most, if not all, types of in-process memory leaks including COM-based leaks, and pure Win32 heap-based leaks. * Selected modules (DLLs or even the main EXE) can be excluded from leak detection. * Provides complete data dumps (in hex and ASCII) of leaked blocks. * Customizable memory leak report: can be saved to a file or sent to the debugger and can include a variable level of detail. Other after-market leak detectors for Visual C++ are already available. But most of the really popular ones, like Purify and BoundsChecker, are very expensive. A few free alternatives exist, but they're often too intrusive, restrictive, or unreliable. Visual Leak Detector is currently the only freely available memory leak detector for Visual C++ that provides all of the above professional-level features packaged neatly in an easy-to-use library. Visual Leak Detector is [licensed][3] free of charge as a service to the Windows developer community. If you find it to be useful and would like to just say "Thanks!", or you think it stinks and would like to say "This thing sucks!", please feel free to [drop us a note][1]. Or, if you'd prefer, you can [contribute a small donation][2]. Both are very appreciated. ## Documentation Read the documentation at [http://vld.codeplex.com/documentation](http://vld.codeplex.com/documentation) ## Contributing We encourage developers who've added their own features, or fixed bugs they've found, to contribute to the project. The full version-controlled source tree is available publicly via Git at the URL below. Feel free to clone from this URL and submit patches for consideration for inclusion in future versions. You can also issue pull requests for changes that you've made and would like to share. * [Source code at Codeplex](http://vld.codeplex.com/SourceControl/BrowseLatest) * [Source code at GitHub](https://github.com/KindDragon/vld) Copyright © 2005-2017 VLD Team [1]: http://vld.codeplex.com/discussions [2]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N3QTYHP9LH6UY&lc=GB&item_name=Visual%20Leak%20Detector&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted [3]: http://vld.codeplex.com/license

2020-07-20

Qt Cadaques In Chinese

Qt Cadaques In Chinese

2014-09-10

NeHe_OpenGL_Qt4_Lesson01~Lesson48

NeHe OpenGL Lessons in Qt4

2014-06-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除