Exemple #1
0
 def set_trade_total(self, value):
     value_float = utilities.internal2float(value)
     self.mainWindow.doubleSpinBoxTotal.setValue(value_float)
Exemple #2
0
 def set_trade_price(self, value):
     value_float = utilities.internal2float(value)
     self.mainWindow.doubleSpinBoxPrice.setValue(value_float)
Exemple #3
0
 def set_trade_total(self, value):
     value_float = utilities.internal2float(value)
     self.mainWindow.doubleSpinBoxTotal.setValue(value_float)
Exemple #4
0
 def set_trade_size(self, value):
     value_float = utilities.internal2float(value)
     self.ui.doubleSpinBoxBtc.setValue(value_float)
Exemple #5
0
 def set_trade_price(self, value):
     value_float = utilities.internal2float(value)
     self.mainWindow.doubleSpinBoxPrice.setValue(value_float)