src/tools/uic3/converter.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   516     ui->setAttributeStdSetDef(stdsetdef);
   516     ui->setAttributeStdSetDef(stdsetdef);
   517 
   517 
   518     if (m_extractImages) {
   518     if (m_extractImages) {
   519         Option opt;
   519         Option opt;
   520         opt.extractImages = m_extractImages;
   520         opt.extractImages = m_extractImages;
       
   521         opt.limitXPM_LineLength = (m_options & LimitXPM_LineLength) ? 1 : 0;
   521         opt.qrcOutputFile = m_qrcOutputFile;
   522         opt.qrcOutputFile = m_qrcOutputFile;
   522         CPP::ExtractImages(opt).acceptUI(ui);
   523         CPP::ExtractImages(opt).acceptUI(ui);
   523 
   524 
   524         ui->clearElementImages();
   525         ui->clearElementImages();
   525 
   526