mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
update to qt4 backend
This commit is contained in:
parent
ee00f790fe
commit
e9b7742dfe
@ -79,7 +79,7 @@ void MainWindow::on_generate_clicked()
|
||||
m_bc.bc.setPrimaryMessage(primary->text());
|
||||
m_bc.bc.setSymbol(metaObject()->enumerator(0).value(stype->currentIndex()));
|
||||
|
||||
m_bc.bc.setBorder((Zint::BareCode::BorderType)btype->currentIndex());
|
||||
m_bc.bc.setBorderType((Zint::BareCode::BorderType)btype->currentIndex());
|
||||
m_bc.bc.setBorderWidth(bwidth->value());
|
||||
m_bc.bc.setHeight(heightb->value());
|
||||
m_bc.bc.setWidth(widthb->value());
|
||||
|
Loading…
Reference in New Issue
Block a user