自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

嘒彼小星的笔记

嘒彼小星,三五在东。 肃肃宵征,夙夜在公

  • 博客(2)
  • 资源 (7)
  • 收藏
  • 关注

翻译 10-1 使用数据视图便捷类(Using the Item View Convenience Classes)

通常使用Qt提供的数据视图便捷类(item view convenience class)要比定义一个模型简单的多,适合无需分离模型和视图的操作。在第四章中我们使用了QTableWidget和QTableWidgetItem实现了表格的功能。在这一节中,我们将介绍这些便捷类的使用。第一个例子是一个只读的QListWidget,第二个例子是一个可编辑的QTableWidget,第三个例子显示的是

2008-04-20 11:05:00 10399 10

翻译 第10章 数据视图类(Item View Classes)

很多Qt应用程序都允许用户查找,查看,编辑一个数据集中的一个具体数据。这些数据可能存在在一个文件中,或者在数据库中,也可能来自于网络。Qt提供的数据视图类能很好的处理这些数据。在Qt早先的版本中,数据视图控件中保存了一个数据集中的所有数据。用户在这个控件中对数据进行查找,编辑等操作,有时候还要把数据写回到数据源中。这种处理方式很容易使用,但是当数据量很大时就会影响程序性能,也不能将一个数据源用

2008-04-20 10:53:00 6693

google test 1.8 release

google test 1.8 release gtest是一个跨平台的(Liunx、Mac OS X、Windows、Cygwin、Windows CE and Symbian)C++单元测试框架,由google公司发布。gtest是为在不同平台上为编写C++测试而生成的。它提供了丰富的断言、致命和非致命判断、参数化、”死亡测试”等等。

2019-03-07

vncviewer64

windows 64位上的vnc客户端,绝对绿色,不需安装,直接运行。

2018-06-28

tigervnc-server

tigervnc-server-1.2.80-0.30.20130314svn5065.el7.x86_64及其相关依赖包

2018-06-27

PythonIndent(Notepad++插件)

notepad++上写python代码的插件,自动实现缩进

2017-08-22

用C++实现SHA-2算法家族

用C++实现的SHA-2算法家族,SHA224,SHA256,SHA384,SHA512,SHA512_224,有测试程序,在VS2013下测试有效。

2017-08-08

C++ GUI Programming with Qt 4, Second Edition

The Only Official, Best-Practice Guide to Qt 4.3 Programming. Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3. Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

2017-05-26

Vm虚拟机中Linux扩展磁盘空间

扩展虚拟机磁盘空间,当虚拟linux装好后,磁盘空间不够时的解决方案

2012-11-14

空空如也

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

TA关注的人

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