Skip to content

CSS selector for "search in tab" #1686

Answered by shenlebantongying
jra66 asked this question in Q&A
Discussion options

You must be logged in to vote

The class of the search panel is SearchPanel.

Sadly, it appears that Qt stylesheet doesn't work with derived classes, some changes are needed to directly modify it. This can be considered as a bug.

However, changing the background of the entire app still works.

QWidget {
	background-color: #fdf6e3;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jra66
Comment options

Answer selected by jra66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants