This project is based on https://github.com/ec1oud/qps and the corresponding video https://youtu.be/-GOfY1kEP2A from Shawn Rutledge.
I'm in love with the examples of Shawn, but I'm a mouse pusher under windows and the code is only working under linux (Because it is a linux tool).
My examples are tested under Windows 10, Qt 5.14.2, Visual Studio 2017, Qt Creator 4.12.0.
So, I transferred the core code which fetchs the system information (proc.h/.cpp) into a dummy/simulation code.
Shawn shows in the video the git commit numbers for each example which he presents. For each example I have created a simple under windows working example.
So here are the transferred examples:
-
01-TableView-Simple-Different-Cols (-> https://youtu.be/-GOfY1kEP2A?t=492 and commit 3394948)
-
02-TableView-ColumnWidth-Headings (-> https://youtu.be/-GOfY1kEP2A?t=640 and commit 6a7d765)
-
03-TableView-Columns-Sortable (-> https://youtu.be/-GOfY1kEP2A?t=889 and commit 1ae40e6)
-
04-TableView-Sort-Init-Filter (-> https://youtu.be/-GOfY1kEP2A?t=1155 and commit 3394948)
-
05-TableView-DelegateChooser (-> https://youtu.be/-GOfY1kEP2A?t=1226 and commit 56d5affe)
-
06-TableView-Column-Resizable (-> https://youtu.be/-GOfY1kEP2A?t=1553 and commit 6bcfbdb70d)
Here we have HorizontalHeaderView and VerticalHeaderView.
Build the following examples with Qt 5.15 or higher.
- TableView-With-Headers