?? penstyledelegate.h
字號:
//// C++ Interface: penstyledelegate//// Description: ////// Author: zeki <czm@zeki>, (C) 2007//// Copyright: See COPYING file that comes with this distribution////#ifndef QPENSTYLEDELEGATE_H#define QPENSTYLEDELEGATE_H#include <QtGui>class QPenStyleDelegate : public QAbstractItemDelegate{ Q_OBJECTpublic: QPenStyleDelegate(QObject *parent = 0); // painting void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const; QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;};#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -