mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add icon to saved view table
This commit is contained in:
@ -69,6 +69,7 @@ public class SavedViewsMetaDataProvider
|
||||
QTableMetaData table = new QTableMetaData()
|
||||
.withName(SavedView.TABLE_NAME)
|
||||
.withLabel("Saved View")
|
||||
.withIcon(new QIcon().withName("table_view"))
|
||||
.withRecordLabelFormat("%s")
|
||||
.withRecordLabelFields("label")
|
||||
.withBackendName(backendName)
|
||||
|
Reference in New Issue
Block a user