Skip to content

Commit

Permalink
首次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchenLie committed May 15, 2024
1 parent 5e5af20 commit 52dab5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/WinAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setupUi(self, WinAbout):
self.label.setSizePolicy(sizePolicy)
self.label.setMinimumSize(QtCore.QSize(80, 80))
self.label.setText("")
self.label.setPixmap(QtGui.QPixmap("f:\\MyProgram\\Software\\OpenSeesMaterialTest\\ui\\../logo.png"))
self.label.setPixmap(QtGui.QPixmap("f:\\MyProgram\\Software\\OpenSeesMaterialTest\\ui\\../figures/logo.png"))
self.label.setScaledContents(True)
self.label.setObjectName("label")
self.label_3 = QtWidgets.QLabel(self.frame)
Expand Down
2 changes: 1 addition & 1 deletion ui/WinAbout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>../logo.png</pixmap>
<pixmap>../figures/logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
Expand Down

0 comments on commit 52dab5b

Please sign in to comment.