mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
chore: LICENSE
This commit is contained in:
@ -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">
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user