上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 1357 下一页
Qt在<QtAlgorithms>头文件中为我们提供了一系列的全局模板方法,这些模板方法主要用于容器操作,比如qDeleteAll()。其在Qt中的声明如下: void qDeleteAll(ForwardIterator begin, ForwardIterator end)void qDelet Read More
posted @ 2019-01-09 21:28 findumars Views(2252) Comments(0) Diggs(0) Edit
Qt中对打印的支持是有一个独立的printsupport模块来完成的,所以,要想在程序中使用Qt的打印功能,必须先在pro文件中添加下面这句代码: QT += printsupport在这个模块中,提供了八个类来支持打印功能。我们来简单的看几个与打印有直接关系的几个类:QPageSetupDialo Read More
posted @ 2019-01-09 21:22 findumars Views(2623) Comments(0) Diggs(0) Edit
UniGui的信息弹出框MessageDlg的原型定义如下: DlgType(对话框架的类型)1、mtConfirmation2、mtCustom3、mtError4、mtInformation5、mtWarning 示例如下 procedure TMainForm.UniThemeButton1C Read More
posted @ 2019-01-09 21:21 findumars Views(1320) Comments(0) Diggs(0) Edit
这不是我最早使用swig了,之前在写Kynetix的时候就使用了swig为python封装了C语言写的扩展模块。但是当时我对C++还不是很了解,对其中的一些概念也只是拿来直接用,没有理解到底是什么,为什么会有这种功能。所以昨天我又拿出了《python科学计算》这本书来温习了一下swig那一部分,果然 Read More
posted @ 2019-01-08 14:59 findumars Views(1738) Comments(0) Diggs(0) Edit
Delphi has a well developed command line build process (via MSBuild) for Windows projects. After the introduction of FireMonkey, MSBuild was altered t Read More
posted @ 2019-01-08 00:34 findumars Views(286) Comments(0) Diggs(0) Edit
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 1357 下一页