Skip to content

Commit b8588a9

Browse files
authored
Update README.md
1 parent 7a2167c commit b8588a9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Qt_exercises-chart_thread_table_introspection
2-
This repo demonstrates two qt exercises: 1) real-time plotting in a separate thread 2)creating a table with the introspection
2+
This repo demonstrates two Qt exercises:
3+
- Real-time plotting in a separate thread. It is used QtCharts and reimplemented run of QThread
4+
5+
![Alt text](src/ex1.png)
6+
7+
- Сreating a table with the introspection. It is used an inheritance from QAbstractTableModel
8+
9+
![Alt text](./src/Ex2.png)

0 commit comments

Comments
 (0)