|
a/src/qtgui/confgui/confguiindex.cpp |
|
b/src/qtgui/confgui/confguiindex.cpp |
|
... |
|
... |
386 |
-1, 1000000);
|
386 |
-1, 1000000);
|
387 |
m_widgets.push_back(etxtpagekbs);
|
387 |
m_widgets.push_back(etxtpagekbs);
|
388 |
|
388 |
|
389 |
vboxLayout->addWidget(m_groupbox);
|
389 |
vboxLayout->addWidget(m_groupbox);
|
390 |
subDirChanged();
|
390 |
subDirChanged();
|
|
|
391 |
|
|
|
392 |
ConfLink lnkfiltmaxsecs(new ConfLinkRclRep(config, "filtermaxseconds"));
|
|
|
393 |
ConfParamIntW *efiltmaxsecs = new
|
|
|
394 |
ConfParamIntW(m_groupbox, lnkfiltmaxsecs,
|
|
|
395 |
tr("Max. filter exec. time (S)"),
|
|
|
396 |
tr("External filters working longer than this will be "
|
|
|
397 |
"aborted. This is for the rare case (ie: postscript) "
|
|
|
398 |
"where a document could cause a filter to loop"
|
|
|
399 |
"Set to -1 for no limit.\n"),
|
|
|
400 |
-1, 10000);
|
|
|
401 |
m_widgets.push_back(efiltmaxsecs);
|
|
|
402 |
|
391 |
}
|
403 |
}
|
392 |
|
404 |
|
393 |
void ConfSubPanelW::reloadAll()
|
405 |
void ConfSubPanelW::reloadAll()
|
394 |
{
|
406 |
{
|
395 |
for (list<ConfParamW*>::iterator it = m_widgets.begin();
|
407 |
for (list<ConfParamW*>::iterator it = m_widgets.begin();
|