mirror of
https://github.com/pyqt/examples.git
synced 2025-08-29 21:07:41 +00:00
Move example 14 screenshot into src/screenshots
This commit is contained in:
parent
b1dbbdf443
commit
eb755ad0d2
@ -14,7 +14,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[
|
||||
| :--: | :--: | :--: | :--: |
|
||||
| <a href="src/10 QPainter Python example">Action Shooter</a> | <a href="src/11 PyQt Thread example">Chat Client</a> | <a href="src/12 QTreeView example in Python">Tree Views</a> | <a href="src/13 PyQt5 QListView">Lists</a> |
|
||||
|
||||
| <a href="src/14 QAbstractTableModel example"><img src="src/14 QAbstractTableModel example/qabstracttablemodel-example.png" alt="QAbstractTableModel example" height=120px></a> | <a href="src/15 PyQt database example"><img src="src/15 PyQt database example/pyqt-database-example.png" alt="QAbstractTableModel example" height=120px></a> |
|
||||
| <a href="src/14 QAbstractTableModel example"><img src="src/screenshots/qabstracttablemodel-example.png" alt="QAbstractTableModel example" height=120px></a> | <a href="src/15 PyQt database example"><img src="src/15 PyQt database example/pyqt-database-example.png" alt="QAbstractTableModel example" height=120px></a> |
|
||||
| :--: | :--: |
|
||||
| <a href="src/14 QAbstractTableModel example">Custom Tables</a> | <a href="src/15 PyQt database example">PyQt database example</a> |
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This [`QAbstractTableModel`](https://doc.qt.io/qt-5/qabstracttablemodel.html) example shows how you can define a custom Qt _model_ to display tabular data.
|
||||
|
||||
<p align="center"><img src="qabstracttablemodel-example.png" alt="QAbstractTableModel example"></p>
|
||||
<p align="center"><img src="../screenshots/qabstracttablemodel-example.png" alt="QAbstractTableModel example"></p>
|
||||
|
||||
The data is a table of famous scientists. In Python, it can be written as follows:
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
x
Reference in New Issue
Block a user