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:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user