mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
cmake buildsystem
This commit is contained in:
@@ -75,7 +75,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.setBorderType((Zint::BareCode::BorderType)btype->currentIndex());
|
||||
m_bc.bc.setBorderType((Zint::QZint::BorderType)btype->currentIndex());
|
||||
m_bc.bc.setBorderWidth(bwidth->value());
|
||||
m_bc.bc.setHeight(heightb->value());
|
||||
m_bc.bc.setWidth(widthb->value());
|
||||
|
||||
Reference in New Issue
Block a user