MAXICODE: scmvv option #212; postcode needn't be space-filled

This commit is contained in:
gitlost 2020-12-19 17:13:35 +00:00
parent 0ef9fdf684
commit 2b85585e69
23 changed files with 1703 additions and 378 deletions

View file

@ -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;