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

Dropdown 'caret' of CLAMspeech field on Send Tab, missing. #109

Closed
creativecuriosity opened this issue Dec 15, 2014 · 5 comments
Closed

Comments

@creativecuriosity
Copy link
Collaborator

The field found in the send tab, where CLAMspeech comments can be added to transactions, is actually a drop down; though on at least some platforms the conventional 'caret' which would signify this is not displayed. The drop down is still functional - just doesn't appear to be a drop down.

@tryphe
Copy link
Collaborator

tryphe commented Dec 15, 2014

I need to look at pixel by pixel drawing, although I'm not sure drawing an arrow shape is possible using a stylesheet. IMHO, since there are no fitting icons in the resources, the easiest way to get an arrow (for a band-aid at least) is to "break" the down-arrow functionality and cause it to revert back to default drawing methods.

Right now you can simply append this to style.qss to revert back to the default painter:

QComboBox::down-arrow
{
url(:);
}

@creativecuriosity
Copy link
Collaborator Author

I, personally, don't mind what the image/style is - as long as it is clear to users that the field is indeed a dropdown.

@tryphe
Copy link
Collaborator

tryphe commented Dec 16, 2014

This looks good enough to use IMO, try it out, it just looks like a small handle:

QComboBox::down-arrow
{
border: 1px solid black;
width: 5px;
height: 1px;
background: #121212;
}

@tryphe
Copy link
Collaborator

tryphe commented Dec 16, 2014

Here are 3 fixes and the file for now:
http://privatepaste.com/download/0fa3de2811

@l0rdicon
Copy link
Collaborator

I believe this is fixed so I'm closing. If it isn't tryphe, reopen it!

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

No branches or pull requests

3 participants