1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

qml/TableView(s): Remove 'isPrimary' from models

This commit is contained in:
Benjamin Arnaud 2022-12-19 10:52:16 +01:00 committed by Jean-Baptiste Kempf
parent 125791ae4c
commit 16e913456e
12 changed files with 0 additions and 28 deletions

View File

@ -218,8 +218,6 @@ FocusScope {
headerTopPadding: VLCStyle.margin_normal
sortModel: [{
isPrimary: true,
size: 2,
model: {

View File

@ -290,8 +290,6 @@ FocusScope {
}
sortModel: [{
isPrimary: true,
size: Math.max(tracks._nbCols - 1, 1),
model: {

View File

@ -188,8 +188,6 @@ FocusScope {
}
sortModel: [{
isPrimary: true,
size: Math.max(artistTable._nbCols - 1, 1),
model: {

View File

@ -396,8 +396,6 @@ FocusScope {
rowHeight: VLCStyle.tableCoverRow_height
sortModel: [{
isPrimary: true,
size: 2,
model: {

View File

@ -247,8 +247,6 @@ FocusScope {
headerTopPadding: VLCStyle.margin_normal
sortModel: [{
isPrimary: true,
size: 1,
model: {

View File

@ -95,8 +95,6 @@ Widgets.KeyNavigableTableView {
})
property var _modelLarge: [{
isPrimary: true,
size: _expandingColsSpan,
model: _lineTitle
@ -123,8 +121,6 @@ Widgets.KeyNavigableTableView {
}]
property var _modelMedium: [{
isPrimary: true,
size: 2,
model: _lineTitle
@ -143,8 +139,6 @@ Widgets.KeyNavigableTableView {
}]
property var _modelSmall: [{
isPrimary: true,
size: 1,
model: _lineTitle

View File

@ -68,8 +68,6 @@ MainInterface.MainTableView {
placeHolder: VLCStyle.noArtAlbumCover
}
}, {
isPrimary: true,
size: Math.max(columns - 2, 1),
model: {

View File

@ -342,8 +342,6 @@ FocusScope {
headerColor: VLCStyle.colors.bg
sortModel: [{
isPrimary: true,
size: 1,
model: {

View File

@ -43,8 +43,6 @@ Widgets.KeyNavigableTableView {
selectionDelegateModel: selectionModel
sortModel: [{
isPrimary: true,
size: Math.max(listView_id._nbCols - 1, 1),
model: {

View File

@ -62,8 +62,6 @@ MainInterface.MainTableView {
colDelegate : tableColumns.titleDelegate
})
}, {
isPrimary: true,
size: Math.max(listView_id._nbCols - 2, 1),
model: ({

View File

@ -287,8 +287,6 @@ FocusScope {
colDelegate : artworkColumn
}
}, {
isPrimary: true,
size: listView._nameColSpan,
model: {

View File

@ -317,8 +317,6 @@ FocusScope {
colDelegate: tableView.thumbnailColumn
}
}, {
isPrimary: true,
size: tableView._nameColSpan,
model: {