diff --git a/rdlibrary/rdlibrary.cpp b/rdlibrary/rdlibrary.cpp
index e3489980..82ddd0c6 100644
--- a/rdlibrary/rdlibrary.cpp
+++ b/rdlibrary/rdlibrary.cpp
@@ -263,7 +263,10 @@ MainWidget::MainWidget(QWidget *parent)
//
// Results Counter
//
- lib_matches_label=new QLabel(this);
+ lib_matches_edit=new QLineEdit(this);
+ lib_matches_edit->setFont(default_font);
+ lib_matches_edit->setReadOnly(true);
+ lib_matches_label=new QLabel(lib_matches_edit,tr("Matching Carts:"),this);
lib_matches_label->setFont(button_font);
//
@@ -542,7 +545,7 @@ MainWidget::MainWidget(QWidget *parent)
QSize MainWidget::sizeHint() const
{
- return QSize(975,600);
+ return QSize(1000,600);
}
@@ -1151,7 +1154,8 @@ void MainWidget::resizeEvent(QResizeEvent *e)
lib_codes_label->setGeometry(195,40,130,20);
lib_codes2_box->setGeometry(600,40,120,20);
lib_codes2_label->setGeometry(460,40,130,20);
- lib_matches_label->setGeometry(740,40,140,20);
+ lib_matches_edit->setGeometry(835,40,65,20);
+ lib_matches_label->setGeometry(740,40,100,20);
lib_showmatches_box->setGeometry(740,67,15,15);
lib_showmatches_label->setGeometry(760,65,200,20);
lib_allowdrag_box->setGeometry(560,67,15,15);
@@ -1426,7 +1430,7 @@ void MainWidget::RefreshList()
qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
}
}
- lib_matches_label->setText(QString().sprintf("%d Carts Match Filters",count));
+ lib_matches_edit->setText(QString().sprintf("%d",count));
UpdateItemColor(l,validity,end_datetime,current_datetime);
lib_progress_dialog->reset();
delete q;
diff --git a/rdlibrary/rdlibrary.h b/rdlibrary/rdlibrary.h
index 753b1e88..26717ac7 100644
--- a/rdlibrary/rdlibrary.h
+++ b/rdlibrary/rdlibrary.h
@@ -132,6 +132,7 @@ class MainWidget : public QWidget
QLabel *lib_codes_label;
QComboBox *lib_codes2_box;
QLabel *lib_codes2_label;
+ QLineEdit *lib_matches_edit;
QLabel *lib_matches_label;
QPushButton *lib_search_button;
QPushButton *lib_clear_button;
diff --git a/rdlibrary/rdlibrary_cs.ts b/rdlibrary/rdlibrary_cs.ts
index 9a9e8b81..d5fa6e8d 100644
--- a/rdlibrary/rdlibrary_cs.ts
+++ b/rdlibrary/rdlibrary_cs.ts
@@ -1491,6 +1491,10 @@ Přesto smazat?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_de.ts b/rdlibrary/rdlibrary_de.ts
index e31b7b9b..cd78c157 100644
--- a/rdlibrary/rdlibrary_de.ts
+++ b/rdlibrary/rdlibrary_de.ts
@@ -1468,6 +1468,10 @@ verwendet. Trotzdem löschen?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_es.ts b/rdlibrary/rdlibrary_es.ts
index 5333fa53..5ec9800b 100644
--- a/rdlibrary/rdlibrary_es.ts
+++ b/rdlibrary/rdlibrary_es.ts
@@ -1477,6 +1477,10 @@ Do you still want to delete it?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_fr.ts b/rdlibrary/rdlibrary_fr.ts
index 6195192f..b260b7e4 100644
--- a/rdlibrary/rdlibrary_fr.ts
+++ b/rdlibrary/rdlibrary_fr.ts
@@ -1181,6 +1181,10 @@ Do you still want to delete it?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_nb.ts b/rdlibrary/rdlibrary_nb.ts
index de73f19b..d2b32a7c 100644
--- a/rdlibrary/rdlibrary_nb.ts
+++ b/rdlibrary/rdlibrary_nb.ts
@@ -1464,6 +1464,10 @@ Vil du sletta ho likevel?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_nn.ts b/rdlibrary/rdlibrary_nn.ts
index de73f19b..d2b32a7c 100644
--- a/rdlibrary/rdlibrary_nn.ts
+++ b/rdlibrary/rdlibrary_nn.ts
@@ -1464,6 +1464,10 @@ Vil du sletta ho likevel?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut
diff --git a/rdlibrary/rdlibrary_pt_BR.ts b/rdlibrary/rdlibrary_pt_BR.ts
index 7c6db164..2aa3370c 100644
--- a/rdlibrary/rdlibrary_pt_BR.ts
+++ b/rdlibrary/rdlibrary_pt_BR.ts
@@ -1466,6 +1466,10 @@ Você ainda quer deletá-lo?
And Scheduler Code:
+
+ Matching Carts:
+
+
RecordCut