QExpansionItem: some items non-expandable, but not disabled #14813
Unanswered
andrisi
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
You could use header slot to achive what you need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a list, and some items are expandable, but others are not, and this might even change after the items are displayed. Is there a way to set a QExpansionItem so that it does not have an expand item, and some others with it? I would not set it to disabled as the item itself is something the user can interact with, so the "disabled" hover over mouse pointer would not be suitable.
Beta Was this translation helpful? Give feedback.
All reactions