博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月30日

摘要: NewWords/600-700努力学习英语1:identical n 完全相同的事物 adj 同一的;完全相同的2:restriction n 限制;约束;束缚3:dorm n 宿舍4:fright vt 使惊恐 n 惊吓,恐吓5:attachment n 附件,附属物6:advice n 建议 vt 建议某人,某事情7:intuitive adj 直觉的;凭直觉获知的8:initiate n 开始;新加入者,接受初步知识者,vt 开始,创始;发起;使初步了解 adj 新加入的9:omitted adj 省略了的;省去的 omit 省略的10:propagete vt 传播;传送;繁殖;宣传 阅读全文

posted @ 2012-12-30 17:47 星尘的天空 阅读(228) 评论(0) 推荐(0)

摘要: Q_PROPERTY()--自定义类属性#ifndef ICONEDITOR_H#define ICONEDITOR_H#include <QColor>#include <QImage>#include <QWidget>class IconEditor : public QWidget{ Q_OBJECT Q_PROPERTY(QColor penColor READ penColor WRITE setPenColor) Q_PROPERTY(QImage iconImage READ iconImage WRITE setIconImage) Q_P 阅读全文

posted @ 2012-12-30 10:42 星尘的天空 阅读(885) 评论(0) 推荐(0)

摘要: Splash Screens如何为QT创建一个闪屏Many applications present a splash screen at startup, such as the one shown in Figure 3.18. Some developers use a splash screen to disguise a slow startup, while others do it to satisfy their marketing departments. Adding a splash screen to Qt applications is very easy using 阅读全文

posted @ 2012-12-30 10:04 星尘的天空 阅读(369) 评论(0) 推荐(0)