Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09422fd

Browse files
committed
Reorganized files
1 parent 452f4ed commit 09422fd

File tree

14 files changed

+1
-75
lines changed

14 files changed

+1
-75
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎PyQt5/QtWidgets/Qt icons.py‎ renamed to ‎PyQt5/QtWidgets/Palettes and Styles/Qt icons.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initUI(self):
1414
self.setWindowTitle("Qt icons")
1515
button = QPushButton("Button")
1616
style = button.style()
17-
icon = style.standardIcon(QStyle.SP_ComputerIcon)
17+
icon = style.standardIcon(QStyle.SP_TitleBarMenuButton)
1818
button.setIcon(icon)
1919
button.setIconSize(QSize(64, 64))
2020
self.setCentralWidget(button)

‎PyQt5/QtWidgets/Read_file_icons_and_use_as_QIcon.py‎

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /