The "factor" value can be inserted as a floating point.
This commit is contained in:
@ -40,7 +40,7 @@ void NewItemDialog::createContent() {
|
||||
m_amountLabel->setBuddy(m_amountBox);
|
||||
|
||||
m_factorLabel = new QLabel("&Factor");
|
||||
m_factorBox = new QSpinBox();
|
||||
m_factorBox = new QDoubleSpinBox();
|
||||
m_factorBox->setMaximum(1000);
|
||||
m_factorLabel->setBuddy(m_factorBox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user