From adeb9cdeb15146a277dca7cf68fd0b2d4d21a3ab Mon Sep 17 00:00:00 2001 From: touwoyimuli Date: Wed, 11 Dec 2019 00:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20doc:=20Add=20some=20articles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e911a37..af6e8e9 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ - [时间日期(`QTime`/`QDate`/`QDateTime`)和定时器(`QTimer`)的介绍和使用](https://blog.csdn.net/qq_33154343/article/details/101040841)【QtDateTimeEx】 - [`QComboBox`(下拉列表框)和`QPlainTextEdit`(多行富文本编辑器)的用法](https://blog.csdn.net/qq_33154343/article/details/101127870) 【QtQcomboBoxEx】 - [列表控件`QListWidget`和工具按钮`QToolButton`的和用法](https://blog.csdn.net/qq_33154343/article/details/101314908)【QtQListWidgetEx】 -- 目录树组件`QTreeWidget`和停靠区域组件`QDockWidget`的用法【QtQTreeWidgetEx】 -- `QTableWidget`表格组件的属性介绍和使用【QtQTableWidgetEx】 -- 【QtQFileSystemModelEx】 +- [目录树组件`QTreeWidget`和停靠区域组件`QDockWidget`的用法](https://blog.csdn.net/qq_33154343/article/details/103467757)【QtQTreeWidgetEx】 +- [`QTableWidget`表格组件的属性介绍和使用](https://blog.csdn.net/qq_33154343/article/details/103485154)【QtQTableWidgetEx】 +- `QFileSystemModel`数据模型获取本机文件系统的使用【QtQFileSystemModelEx】 - 【QtQDialogEx】 - 【QtQStandardItemModelEx】 - 【QtQStringListModelEx】