本文实例演示Qt读写CSV文件实现
创建项目
添加两个按钮和一个显示路径的label
界面如下

UI界面
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property
![搜索二维矩阵[中等]](https://img-blog.csdnimg.cn/direct/fac436da74de4d199653698523c606c8.png)


















