mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 00:48:44 -04:00
GUI: add CLI equivalent dialog (#163); use spinboxes in Sequence dialog
and restrict sequence to max 10,000, add button icons; make Export dialog sizable and show every 100 results, add button icon; fix saving CHANNEL option, fix Export painting main window (Windows), fix guard descent not-resetting qzint: add getAsCLI(), warnLevel(), extra isStackable()/isComposite() etc Add ZBarcode_BarcodeName() manual: doc above, some fixes, tweaks
This commit is contained in:
parent
9d85c425f4
commit
739a64a6ff
34 changed files with 2264 additions and 1199 deletions
|
@ -15,12 +15,14 @@ QT += uitools
|
|||
|
||||
# Input
|
||||
HEADERS += barcodeitem.h \
|
||||
cliwindow.h \
|
||||
datawindow.h \
|
||||
exportwindow.h \
|
||||
mainwindow.h \
|
||||
sequencewindow.h
|
||||
|
||||
FORMS += extData.ui \
|
||||
FORMS += extCLI.ui \
|
||||
extData.ui \
|
||||
extExport.ui \
|
||||
extSequence.ui \
|
||||
grpAztec.ui \
|
||||
|
@ -55,12 +57,13 @@ FORMS += extData.ui \
|
|||
mainWindow.ui
|
||||
|
||||
SOURCES += barcodeitem.cpp \
|
||||
cliwindow.cpp \
|
||||
datawindow.cpp \
|
||||
exportwindow.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
sequencewindow.cpp
|
||||
|
||||
|
||||
TRANSLATIONS = frontend_de.ts
|
||||
|
||||
RESOURCES += resources.qrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue