摘要:
json文件结构形式 { "xiao1": [ { "000100": { "industryCode": "000100", "industryName": "test" } }, { "000101": { "industryCode": "000100", "industryName": "t 阅读全文
摘要:
void ItemModelDeletage::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const { QStyleOptionViewItem viewOption 阅读全文
摘要:
在QStyledItemDelegate的paint方法里面 void MyItemModelDeletage::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const 阅读全文
摘要:
一。 virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole); 该方法是个虚方法,可用于继承实现 当子类实现的时候,会在什么时候调用呢? 1、比如当tableview 阅读全文
摘要:
window.onresize = myChart.resize; 阅读全文
摘要:
设置表列头背景颜色 QHeaderView::section { background: rgb(255, 255, 127); } 阅读全文
摘要:
当使用qwtplotbarchart来使用柱状图时。可以通过下面代码来设置柱状图的颜色 QwtPlotBarChart *barChart = new QwtPlotBarChart("Bar Chart" ); QwtColumnSymbol *symbol = new QwtColumnSymb 阅读全文
摘要:
win32:CONFIG(release, debug|release): { 阅读全文
摘要:
一、首先定义数据类 [DataContract(Namespace="http://www.cninnovation.com/Services/2012")] public class RoomReservation : INotifyPropertyChanged { private int id 阅读全文
摘要:
当继承某个QWT类时,有是使用O_OBJECT弘会出现问题 切记在工程文件里别忘了添加这一句 DEFINES+=QWT_DLL 阅读全文