今天学习了QDirModel,一个很有用的model,可以做成一个小的file manager。 » Read more: Qt学习之路——QDirModel
Posts Tagged ‘Qt开发’
Qt学习之路——QDirModel
August 11th, 2013Qt学习之路——Model/View
August 9th, 2013今天终于开始学习Qt GUI库的精华,也就是model/view,这个模型利用了MVC的思想,在不改变底层数据结构的基础上,可以定义不同view的的展示形式,比如list combobox tree ………… » Read more: Qt学习之路——Model/View
Qt学习之路——QtAlgorithms
August 9th, 2013下面来讲解一下qSort() qCopy()qFill()的用法。 » Read more: Qt学习之路——QtAlgorithms
Qt学习之路—containers(3)
August 8th, 2013下面介绍QMap<T> QHash<T> QStringList<T> » Read more: Qt学习之路—containers(3)
Qt学习之路—containers(2)
August 7th, 2013下面介绍QLinklist<T> » Read more: Qt学习之路—containers(2)