chore: LICENSE

This commit is contained in:
2023-09-27 18:14:41 +08:00
parent 34e56395ab
commit ebafb3caec
6 changed files with 1375 additions and 0 deletions

View File

@ -87,6 +87,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="licenseButton">
<property name="text">
<string notr="true">LICENSE</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">

View File

@ -72,6 +72,12 @@ class Ui_TabAbout(object):
self.horizontalLayout.addWidget(self.versionInfoButton)
self.licenseButton = QPushButton(TabAbout)
self.licenseButton.setObjectName(u"licenseButton")
self.licenseButton.setText(u"LICENSE")
self.horizontalLayout.addWidget(self.licenseButton)
self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
self.horizontalLayout.addItem(self.horizontalSpacer_2)