Show character bitmaps in X/26 table and comboboxes

G0 and G2 bitmaps in those widgets are stuck on Latin at the moment.
This commit is contained in:
G.K.MacGregor
2021-06-23 16:18:12 +01:00
parent 38746c7f38
commit a54385b8f5
4 changed files with 91 additions and 5 deletions

View File

@@ -22,6 +22,7 @@
#include <QAbstractListModel>
#include "mainwidget.h"
#include "render.h"
class X26Model : public QAbstractListModel
{
@@ -49,6 +50,7 @@ public:
private:
TeletextWidget *m_parentMainWidget;
bool m_listLoaded;
TeletextFontBitmap m_fontBitmap;
};
static const QString modeTripletName[64] {