impr: TabOverview describe label

This commit is contained in:
2023-09-23 17:50:16 +08:00
parent a9bef5d4d6
commit ce44a21be5
4 changed files with 17 additions and 17 deletions

View File

@ -20,7 +20,7 @@
<item>
<widget class="QLabel" name="databaseDescribeLabel">
<property name="text">
<string extracomment="This database now have {} packs, {} songs, {} difficulties, {} chart info ({} complete) and {} scores.">databaseDescribeLabel {} {} {} {} {} {}</string>
<string notr="true" extracomment="This database now have {} packs, {} songs, {} difficulties, {} chart info ({} complete) and {} scores.">...</string>
</property>
</widget>
</item>

View File

@ -33,6 +33,7 @@ class Ui_TabOverview(object):
self.databaseDescribeLabel = QLabel(TabOverview)
self.databaseDescribeLabel.setObjectName(u"databaseDescribeLabel")
self.databaseDescribeLabel.setText(u"...")
self.verticalLayout.addWidget(self.databaseDescribeLabel)
@ -108,7 +109,6 @@ class Ui_TabOverview(object):
# setupUi
def retranslateUi(self, TabOverview):
self.databaseDescribeLabel.setText(QCoreApplication.translate("TabOverview", u"databaseDescribeLabel {} {} {} {} {} {}", None))
pass
# retranslateUi