Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Keep column toUpper when checkBox is enabled
-
Hi !!!
I am apsolute beginner at QT and I need your help. I have check box and when is checked specific column converts toUpper. What I need is that column to convert toUpper on double click as well. How can I do that?
-
Hi and welcome to devnet,
What is that column you're talking about ?
-
It is column from table from database. I just want with double click to convert that column of strigns toUpper, no rewrite in database
-
In that case, one possibility is to have a custom QIdentityProxyModel that you put between your model and your view.