W
W
Wissen Wissen2016-05-24 17:25:14
Python
Wissen Wissen, 2016-05-24 17:25:14

Where to write event handling in PyQt Disiner?

The task is very simple: write an application that takes an array of data, performs arithmetic transformations, and returns the array as an answer. I want to use a template I made with PyQt Disiner.
The question is where to write event handling and so on, how to assemble it all and in what? The program is similar in structure to a calculator, only it works with arrays. Who can saw the description of similar implementations?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Acheron, 2016-05-24
@Wissen1

MVC is.
Inherit QAbstractTableModel in your model, for example, and describe the interaction between table and data.
Vidyashka with a sane tutorial.

A
Alexey Sergeev, 2016-05-24
@SergeevAI

Seen, MVC is called :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question