mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-08 11:11:51 +00:00
GUI: merge: rename default track column in tracks view
The column shows the default track flags as they'll be set in the output file. Make that a bit clearer. See #1353.
This commit is contained in:
parent
e2f88798ab
commit
a9f0a99925
@ -40,7 +40,7 @@ TrackModel::~TrackModel() {
|
||||
|
||||
void
|
||||
TrackModel::retranslateUi() {
|
||||
setHorizontalHeaderLabels( QStringList{} << QY("Codec") << QY("Type") << QY("Mux this") << QY("Language") << QY("Name") << QY("Source file") << QY("ID") << QY("Default track"));
|
||||
setHorizontalHeaderLabels( QStringList{} << QY("Codec") << QY("Type") << QY("Mux this") << QY("Language") << QY("Name") << QY("Source file") << QY("ID") << QY("Default track in output"));
|
||||
Util::setSymbolicColumnNames(*this, QStringList{} << Q("codec") << Q("type") << Q("muxThis") << Q("language") << Q("name") << Q("sourceFile") << Q("id") << Q("defaultTrackFlag"));
|
||||
|
||||
horizontalHeaderItem(6)->setTextAlignment(Qt::AlignRight | Qt::AlignVCenter);
|
||||
|
Loading…
Reference in New Issue
Block a user