I need the values from a QtableView
, but I do not know how to do that without a signal emitted from the table.
The table takes its values from a txt-file. From the table, I want to work with the values, but without working in the table. The table is just a buffer.
So how can I "take" all the values from the table, just pressing a QPushButton
, without any signal from the table itself?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…