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

improve styling of encrypted items #106

Open
agudpp opened this issue Oct 9, 2020 · 0 comments
Open

improve styling of encrypted items #106

agudpp opened this issue Oct 9, 2020 · 0 comments
Labels
Projects

Comments

@agudpp
Copy link
Owner

agudpp commented Oct 9, 2020

image

its being affected by #91

QStyleOptionViewItem
ContentTableWidget::viewOptions() const
{
  QStyleOptionViewItem option = QTableWidget::viewOptions();
  option.decorationPosition = QStyleOptionViewItem::Top;
  option.decorationAlignment = Qt::AlignCenter;
  option.viewItemPosition = QStyleOptionViewItem::Middle;
  return option;
}
@agudpp agudpp created this issue from a note in Version0.1 (Backlog) Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Version0.1
  
Backlog
Development

No branches or pull requests

1 participant