Add exporting of single page .t42 files, wrt #2

This commit is contained in:
G.K.MacGregor
2021-09-05 18:24:51 +01:00
parent 3e9f728cda
commit 1104bc3c18
5 changed files with 264 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ void importT42(QFile *, TeletextDocument *);
int controlBitsToPS(PageBase *);
void saveTTI(QSaveFile &, const TeletextDocument &);
void exportT42File(QSaveFile &, const TeletextDocument &);
QByteArray rowPacketAlways(PageBase *, int);