TextEdit Alignment vertical/horizontal center error.
-
Qt 5.4 I use Linux 64Bit.
If you double click a cell in QTableVeiw, QTextEdit will appear in the corresponding place and connect the delegate so that it can be modified.
Vertical / Horizontal I want to create a TextEdit in both directions, but it is only Horizontal.
How do you get it to occur in the middle of TextEdit when the cursor grows?
-
Hi,
AFAIK, QTextEdit doesn't support vertical alignment of text. That's only available in the rendered cell.
-
This post is deleted!
-
I want to be able to modify the cell by double-clicking on the cell.
To do this, I show TextEdit, but I can not write because it is not vertically aligned.
I tried to use QLabel and it did not appear when I double-clicked the blank. Is there a way to show it in vertical alignment?
-
Are you using custom QStyledItemDelegate ?