2008-07-18 14:49:14 +00:00
/***************************************************************************
2009-04-26 22:04:51 +00:00
* Copyright ( C ) 2008 by BogDan Vatra < bogdan @ licentia . eu > *
2016-02-20 12:37:50 +00:00
* Copyright ( C ) 2009 - 2016 by Robin Stuart < rstuart114 @ gmail . com > *
2008-07-18 14:49:14 +00:00
* *
2008-09-17 18:38:53 +00:00
* This program is free software : you can redistribute it and / or modify *
2008-07-18 14:49:14 +00:00
* it under the terms of the GNU General Public License as published by *
2008-09-17 18:38:53 +00:00
* the Free Software Foundation , either version 3 of the License , or *
2008-07-18 14:49:14 +00:00
* ( at your option ) any later version . *
* This program is distributed in the hope that it will be useful , *
* but WITHOUT ANY WARRANTY ; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the *
* GNU General Public License for more details . *
* You should have received a copy of the GNU General Public License *
2008-09-17 18:38:53 +00:00
* along with this program . If not , see < http : //www.gnu.org/licenses/>. *
2008-07-18 14:49:14 +00:00
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifndef MAINWINDOW_H
# define MAINWINDOW_H
# include <QtGui>
# include <QGraphicsItem>
2009-05-21 21:00:23 +00:00
# include <QMainWindow>
2016-12-14 23:33:17 +00:00
# include <QGraphicsScene>
2008-07-18 14:49:14 +00:00
# include "ui_mainWindow.h"
# include "barcodeitem.h"
2009-05-21 21:00:23 +00:00
class QAction ;
class QActionGroup ;
class QLabel ;
class QMenu ;
2009-05-19 14:05:26 +00:00
2008-07-18 14:49:14 +00:00
class MainWindow : public QWidget , private Ui : : mainWindow
{
Q_OBJECT
Q_ENUMS ( BarcodeTypes )
public :
enum BarcodeTypes
{
2009-10-21 09:08:44 +00:00
AUSREDIRECT = 68 ,
2009-04-26 22:04:51 +00:00
AUSREPLY = 66 ,
AUSROUTE = 67 ,
2009-10-21 09:08:44 +00:00
AUSPOST = 63 ,
2009-04-26 22:04:51 +00:00
AZTEC = 92 ,
AZRUNE = 128 ,
2009-05-16 14:19:43 +00:00
CHANNEL = 140 ,
2009-07-04 20:48:42 +00:00
CODABAR = 18 ,
2016-08-24 19:37:49 +01:00
CODABLOCK = 74 ,
2008-09-24 09:38:32 +00:00
CODE11 = 1 ,
2009-04-26 22:04:51 +00:00
CODE128 = 20 ,
CODE16K = 23 ,
2008-09-24 09:38:32 +00:00
C25LOGIC = 6 ,
2009-04-26 22:04:51 +00:00
C25IATA = 4 ,
2008-09-24 09:38:32 +00:00
C25IND = 7 ,
2009-04-26 22:04:51 +00:00
C25INTER = 3 ,
C25MATRIX = 2 ,
CODE32 = 129 ,
2008-09-24 09:38:32 +00:00
CODE39 = 8 ,
EXCODE39 = 9 ,
2009-05-10 11:47:20 +00:00
CODE49 = 24 ,
2008-09-24 09:38:32 +00:00
CODE93 = 25 ,
2009-07-04 20:48:42 +00:00
CODE_ONE = 141 ,
2009-04-26 22:04:51 +00:00
DATAMATRIX = 71 ,
DPIDENT = 22 ,
DPLEIT = 21 ,
2016-08-14 09:58:38 +01:00
DOTCODE = 115 ,
2009-04-26 22:04:51 +00:00
KIX = 90 ,
EAN14 = 72 ,
EANX = 13 ,
2008-09-24 09:38:32 +00:00
FIM = 49 ,
2009-04-26 22:04:51 +00:00
FLAT = 28 ,
2009-10-21 09:08:44 +00:00
GRIDMATRIX = 142 ,
2016-02-17 13:01:56 +00:00
RSS_EXP = 31 ,
RSS_EXPSTACK = 81 ,
RSS_LTD = 30 ,
2017-10-23 21:37:52 +02:00
RSS14 = 29 ,
2016-02-17 13:01:56 +00:00
RSS14STACK = 79 ,
2016-04-07 17:13:43 +01:00
RSS14STACK_OMNI = 80 ,
HANXIN = 116 ,
2009-04-26 22:04:51 +00:00
ITF14 = 89 ,
ISBNX = 69 ,
JAPANPOST = 76 ,
KOREAPOST = 77 ,
2008-09-24 09:38:32 +00:00
LOGMARS = 50 ,
2009-04-26 22:04:51 +00:00
MAXICODE = 57 ,
MICROPDF417 = 84 ,
MICROQR = 97 ,
MSI_PLESSEY = 47 ,
NVE18 = 75 ,
PDF417 = 55 ,
2008-09-24 09:38:32 +00:00
PHARMA = 51 ,
PHARMA_TWO = 53 ,
2009-04-26 22:04:51 +00:00
PZN = 52 ,
PLANET = 82 ,
POSTNET = 40 ,
2008-09-24 09:38:32 +00:00
QRCODE = 58 ,
RM4SCC = 70 ,
2018-02-09 20:55:17 +00:00
MAILMARK = 121 ,
2009-04-26 22:04:51 +00:00
TELEPEN = 32 ,
2008-09-27 21:37:39 +00:00
TELEPEN_NUM = 87 ,
2009-04-26 22:04:51 +00:00
PLESSEY = 86 ,
2017-07-23 18:09:30 +01:00
UPNQR = 143 ,
2009-04-26 22:04:51 +00:00
UPCA = 34 ,
UPCE = 37 ,
ONECODE = 85
2008-07-18 14:49:14 +00:00
} ;
public :
2016-12-11 15:29:06 +00:00
MainWindow ( QWidget * parent = 0 , Qt : : WindowFlags fl = 0 ) ;
2008-07-18 14:49:14 +00:00
~ MainWindow ( ) ;
2009-05-21 21:00:23 +00:00
2008-07-18 14:49:14 +00:00
public slots :
2009-04-26 22:04:51 +00:00
void update_preview ( ) ;
void change_options ( ) ;
2008-07-18 14:49:14 +00:00
void on_fgcolor_clicked ( ) ;
void on_bgcolor_clicked ( ) ;
2009-04-26 22:04:51 +00:00
void composite_enable ( ) ;
void composite_ean_check ( ) ;
void maxi_primary ( ) ;
2009-05-19 14:05:26 +00:00
void change_print_scale ( ) ;
2019-10-21 08:29:21 +01:00
void autoheight_clicked ( ) ;
2009-05-19 14:05:26 +00:00
2016-12-14 23:33:17 +00:00
protected :
void resizeEvent ( QResizeEvent * event ) ;
2017-10-23 21:37:52 +02:00
2009-05-19 14:05:26 +00:00
private slots :
bool save ( ) ;
void about ( ) ;
void quit_now ( ) ;
2009-07-16 12:59:22 +00:00
void reset_view ( ) ;
2009-09-17 08:01:49 +00:00
int open_data_dialog ( ) ;
int open_sequence_dialog ( ) ;
2017-05-15 21:12:19 +01:00
void copy_to_clipboard_svg ( ) ;
void copy_to_clipboard_bmp ( ) ;
2008-07-18 14:49:14 +00:00
private :
2009-05-19 14:05:26 +00:00
/* void createActions();
void createMenus ( ) ; */
2008-07-18 14:49:14 +00:00
QColor m_fgcolor , m_bgcolor ;
BarcodeItem m_bc ;
2017-10-23 21:37:52 +02:00
QWidget * m_optionWidget ;
2016-12-14 23:33:17 +00:00
QGraphicsScene * scene ;
2009-05-19 14:05:26 +00:00
/* QMenu *fileMenu;
QMenu * helpMenu ;
QAction * saveAct ;
QAction * aboutQtAct ; */
2008-07-18 14:49:14 +00:00
} ;
# endif
2017-10-23 21:37:52 +02:00