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
744385ca
Commit
744385ca
authored
Jan 25, 2022
by
HinGwenWoong
Browse files
Fixed: iconlist tool tip background color is black.
parent
0d20c7f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
PPOCRLabel/PPOCRLabel.py
PPOCRLabel/PPOCRLabel.py
+1
-2
No files found.
PPOCRLabel/PPOCRLabel.py
View file @
744385ca
...
...
@@ -269,8 +269,7 @@ class MainWindow(QMainWindow):
self
.
iconlist
.
setMovement
(
QListView
.
Static
)
self
.
iconlist
.
setResizeMode
(
QListView
.
Adjust
)
self
.
iconlist
.
itemClicked
.
connect
(
self
.
iconitemDoubleClicked
)
self
.
iconlist
.
setStyleSheet
(
"QListWidget{ background-color:transparent; border: none;} "
"QToolTip{ background-color: gray }"
)
self
.
iconlist
.
setStyleSheet
(
"QListWidget{ background-color:transparent; border: none;}"
)
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