Good way to use Qt
Unsolved
General and Desktop
-
I'm writing application to grasp reed book about Qt and I've made an application with several widgets QPushButton and QPlainTextEdit and added them to QVBoxLayout.
I'll get some text from QPlainTextEdit to transform it. I want to use a model to transform the text. But with model I have to use some view and I don't know what view to use for my application.
What must I do? Should I create a view by myself or something yet?
-
Hi and welcome to devnet,
What kind of transformation do you have ing mind ?