Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
0d20c7f9
"vscode:/vscode.git/clone" did not exist on "7862af4ffd97f87c7c092b9101040ce452035341"
Commit
0d20c7f9
authored
Jan 25, 2022
by
HinGwenWoong
Browse files
Fixed: iconlist tool tip background color is black.
parent
5d79a467
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
PPOCRLabel/PPOCRLabel.py
PPOCRLabel/PPOCRLabel.py
+2
-1
No files found.
PPOCRLabel/PPOCRLabel.py
View file @
0d20c7f9
...
...
@@ -269,7 +269,8 @@ class MainWindow(QMainWindow):
self
.
iconlist
.
setMovement
(
QListView
.
Static
)
self
.
iconlist
.
setResizeMode
(
QListView
.
Adjust
)
self
.
iconlist
.
itemClicked
.
connect
(
self
.
iconitemDoubleClicked
)
self
.
iconlist
.
setStyleSheet
(
"background-color:transparent; border: none;"
)
self
.
iconlist
.
setStyleSheet
(
"QListWidget{ background-color:transparent; border: none;} "
"QToolTip{ background-color: gray }"
)
self
.
iconlist
.
setHorizontalScrollBarPolicy
(
Qt
.
ScrollBarAlwaysOff
)
self
.
nextButton
=
QToolButton
()
self
.
nextButton
.
setIcon
(
newIcon
(
"next"
,
40
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment