mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Select escape mode from GUI
This commit is contained in:
parent
426b21b2f9
commit
7f897608d4
2 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ namespace Zint {
|
|||
m_bgColor = Qt::white;
|
||||
m_zintSymbol = 0;
|
||||
m_error = 0;
|
||||
m_input_mode = UNICODE_MODE + ESCAPE_MODE;
|
||||
m_input_mode = UNICODE_MODE;
|
||||
m_scale = 1.0;
|
||||
m_option_3 = 0;
|
||||
m_hidetext = 0;
|
||||
|
@ -252,7 +252,7 @@ namespace Zint {
|
|||
m_zintSymbol->whitespace_width = m_whitespace;
|
||||
m_zintSymbol->border_width = m_borderWidth;
|
||||
m_zintSymbol->option_1 = m_securityLevel;
|
||||
m_zintSymbol->input_mode = m_input_mode;
|
||||
m_zintSymbol->input_mode = m_input_mode + ESCAPE_MODE;
|
||||
m_zintSymbol->option_2 = m_width;
|
||||
m_zintSymbol->dot_size = m_dot_size;
|
||||
if (m_hidetext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue