mirror of
https://github.com/riuson/lcd-image-converter.git
synced 2026-03-23 00:16:59 +01:00
Character's list on EditorTabFont connected to FontContainer.
This commit is contained in:
@@ -9,8 +9,8 @@ BitmapContainer::BitmapContainer(QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
//this->mImage = NULL;
|
||||
this->mImage = new QImage(":/images/template");
|
||||
this->mImage = new QImage(this->mImage->scaled(20, 10));
|
||||
//this->mImage = new QImage(":/images/template");
|
||||
this->mImage = new QImage(QImage(":/images/template").scaled(20, 10));
|
||||
//this->createNew(10, 10);
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user