|
|
|
@ -91,7 +91,7 @@ ScanViewer::ScanViewer(TQWidget *parent, const char *name)
|
|
|
|
|
|
|
|
|
|
//matches_label = new TQLabel(status_frame);
|
|
|
|
|
//TQFontMetrics ml_fm(matches_label->fontMetrics());
|
|
|
|
|
//matches_label->setFixedWidth(ml_fm.width(i18n("9999 viruseses/errors found")));
|
|
|
|
|
//matches_label->setFixedWidth(ml_fm.width(i18n("9999 viruses/errors found")));
|
|
|
|
|
//matches_label->setFixedHeight(ml_fm.lineSpacing());
|
|
|
|
|
//status_layout->addWidget(matches_label, 0);
|
|
|
|
|
|
|
|
|
@ -133,7 +133,7 @@ ScanViewer::ScanViewer(TQWidget *parent, const char *name)
|
|
|
|
|
|
|
|
|
|
matches2_label = new TQLabel(status2_frame);
|
|
|
|
|
TQFontMetrics ml_fm2(matches2_label->fontMetrics());
|
|
|
|
|
matches2_label->setFixedWidth(ml_fm2.width(i18n("9999 viruseses/problems found")));
|
|
|
|
|
matches2_label->setFixedWidth(ml_fm2.width(i18n("9999 viruses/problems found")));
|
|
|
|
|
matches2_label->setFixedHeight(ml_fm2.lineSpacing());
|
|
|
|
|
status2_layout->addWidget(matches2_label, 0);
|
|
|
|
|
|
|
|
|
@ -266,7 +266,7 @@ void ScanViewer::processOutput()
|
|
|
|
|
TQString str;
|
|
|
|
|
str.setNum(resultview->childCount());
|
|
|
|
|
|
|
|
|
|
str += i18n(" viruseses/problems found");
|
|
|
|
|
str += i18n(" viruses/problems found");
|
|
|
|
|
matches2_label->setText(str);
|
|
|
|
|
|
|
|
|
|
if (showProgress){
|
|
|
|
@ -694,7 +694,7 @@ void ScanViewer::slotClear()
|
|
|
|
|
resultview->clear();
|
|
|
|
|
|
|
|
|
|
// status2_label->setText(i18n("Ready"));
|
|
|
|
|
matches2_label->setText(i18n("0 viruseses/problems found"));
|
|
|
|
|
matches2_label->setText(i18n("0 viruses/problems found"));
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|