mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
MAXICODE: scmvv option #212; postcode needn't be space-filled
This commit is contained in:
parent
0ef9fdf684
commit
2b85585e69
23 changed files with 1703 additions and 378 deletions
|
@ -78,11 +78,8 @@ public:
|
|||
int borderWidth() const;
|
||||
void setBorderWidth(int boderWidth);
|
||||
|
||||
int securityLevel() const;
|
||||
void setSecurityLevel(int securityLevel);
|
||||
|
||||
int mode() const;
|
||||
void setMode(int securityLevel);
|
||||
int option1() const;
|
||||
void setOption1(int option_1);
|
||||
|
||||
void setWhitespace(int whitespace);
|
||||
|
||||
|
@ -140,7 +137,7 @@ private:
|
|||
int m_borderWidth;
|
||||
int m_fontSetting;
|
||||
int m_option_2;
|
||||
int m_securityLevel;
|
||||
int m_option_1;
|
||||
int m_input_mode;
|
||||
QColor m_fgColor;
|
||||
QColor m_bgColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue