Port qttxf tool to Qt5

pull/3/head
Hleb Valoshka 2019-04-05 13:27:40 +03:00
parent d652219482
commit 1d07836fa4
2 changed files with 18 additions and 2 deletions

View File

@ -8,9 +8,23 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <QtGui>
#include "mainwindow.h"
#include <QComboBox>
#include <QFontComboBox>
#include <QScrollArea>
#include <QLabel>
#include <QFont>
#include <QDataStream>
#include <QDebug>
#include <QMessageBox>
#include <QFile>
#include <QAction>
#include <QMenuBar>
#include <QMenu>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QFileDialog>
#include <QPainter>
// TXF format constants
const char* TXF_HEADER_BYTES = "\377txf";

View File

@ -1,6 +1,8 @@
TEMPLATE = app
TARGET = qttxf
QT += widgets
DESTDIR = build
OBJECTS_DIR = build
MOC_DIR = build