The "factor" value can be inserted as a floating point.

This commit is contained in:
2025-12-08 13:28:01 +01:00
parent ea75e57dbf
commit c51c06ba50
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ class NewItemDialog : public AbstractDialog {
QLabel* m_amountLabel = nullptr;
QSpinBox* m_amountBox = nullptr;
QLabel* m_factorLabel = nullptr;
QSpinBox* m_factorBox = nullptr;
QLabel* m_factorLabel = nullptr;
QDoubleSpinBox* m_factorBox = nullptr;
};
#endif // NEWITEMDIALOG_H