From 2e38deaac5fbde751bfd09ec2c098a15a6019892 Mon Sep 17 00:00:00 2001 From: ElOraiby Date: Sun, 31 May 2015 20:53:45 -0400 Subject: move the example to the example folder --- mainwindow.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 mainwindow.h (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h deleted file mode 100644 index f86c17d..0000000 --- a/mainwindow.h +++ /dev/null @@ -1,36 +0,0 @@ -/* -** Arabtype Copyright 2012-2015(c) Wael El Oraiby. All Rights Reserved -** -** This file is in public domain -*/ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -#include -#include FT_FREETYPE_H -#include FT_GLYPH_H - -namespace Ui { -class MainWindow; -} - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - explicit MainWindow(QWidget *parent = 0); - ~MainWindow(); - -protected: - virtual void paintEvent(QPaintEvent* event); - -private: - Ui::MainWindow* ui__; - uchar* data__; - static FT_Library ftlib__; -}; - -#endif // MAINWINDOW_H -- cgit v1.2.3