minor tweaks
This commit is contained in:
parent
84f71ea056
commit
a4ae6a586a
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ void MainWindow::onPaidButtonTriggered()
|
|||
dynamic_cast<BasketModel*>(ui_.basketView->model())->finishSale();
|
||||
ui_.lastPriceLabel1->setText(lastPrice);
|
||||
ui_.lastPriceLabel2->setText(lastPrice);
|
||||
ui_.basketSumLabel->setText(" 0,00 €");
|
||||
ui_.basketSumLabel->setText(" 0,00 €");
|
||||
statusBar()->showMessage("Verkaufsvorgang erfolgreich durchgeführt.", STATUSBAR_TIMEOUT);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<enum>QFrame::Box</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string> 0,00 €</string>
|
||||
<string> 0,00 €</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
|
Loading…
Reference in a new issue