Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkboxes appear in QComboBox drop-down list #132

Closed
franciszekjuras opened this issue Feb 13, 2019 · 4 comments · Fixed by #145
Closed

Checkboxes appear in QComboBox drop-down list #132

franciszekjuras opened this issue Feb 13, 2019 · 4 comments · Fixed by #145

Comments

@franciszekjuras
Copy link

franciszekjuras commented Feb 13, 2019

  • QDarkStyle: latest
  • OS: Ubuntu 16.04
  • Qt: 5.5.1
  • C++

When using QComboBox, items on the drop-down list have checkboxes, which is different from default behaviour and causes text cutting (see attached pictures):
With QDarkStyle:
base
dropdown
Default:
default
Is this behaviour intended? I noticed, that by deleting background-color lines in QWidget style I can get rid of checkboxes, but then obviously background colors are messed up.

@dismine
Copy link

dismine commented Feb 13, 2019

and causes text cutting

I confirm this.

@dpizetta
Copy link
Collaborator

Can you (@franciszekjuras , @dismine ) share some code so I can reproduce the problem? Also, could you run the example/example.py in the inputs tab and take a screenshot? Tks

@dpizetta
Copy link
Collaborator

I found other examples using Spyder v4 . Also, it appears white lines external to the combo box.

combobox-problem
combobox-problem-too

Also discussed here: spyder-ide/spyder#9199

@goanpeca
Copy link
Collaborator

goanpeca commented Apr 30, 2019

Added a fix over #145

Screen Shot 2019-04-30 at 12 42 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants