mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2025-02-19 16:31:53 +00:00
Removed some extraneous debugging stuff
This commit is contained in:
parent
ad0fe34b64
commit
3213cb500a
@ -17,13 +17,12 @@ ApplesoftFileViewer::ApplesoftFileViewer(QWidget *parent) :
|
|||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
m_afdv = Q_NULLPTR;
|
m_afdv = Q_NULLPTR;
|
||||||
|
|
||||||
|
|
||||||
QFont textAreaFont("PR Number 3");
|
QFont textAreaFont("PR Number 3");
|
||||||
// QFont textAreaFont("Print Char 21");
|
// QFont textAreaFont("Print Char 21");
|
||||||
// textAreaFont.setStyleHint(QFont::Monospace);
|
// textAreaFont.setStyleHint(QFont::Monospace);
|
||||||
textAreaFont.setPointSize(12);
|
textAreaFont.setPointSize(12);
|
||||||
|
|
||||||
qDebug() << "************ " << textAreaFont;
|
// qDebug() << "************ " << textAreaFont;
|
||||||
|
|
||||||
QSettings settings;
|
QSettings settings;
|
||||||
QString title = QString("Applesoft Viewer");
|
QString title = QString("Applesoft Viewer");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user