update to qt4 backend

This commit is contained in:
taipanromania 2008-09-17 18:27:05 +00:00
parent ee00f790fe
commit e9b7742dfe

View file

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