개정판 84e69cc8
issue #1212 : Mixed(Liquid + Vapor)
Change-Id: I2117a2ddcd82566eac9ad9cb5ddc0433148fd7fd
HYTOS/HYTOS/ConfigurationDialog.py | ||
---|---|---|
30 | 30 |
self.load_data() |
31 | 31 |
self.exec_() |
32 | 32 |
|
33 |
return (self.isAccepted, self.ui.checkBox_Data_Convert.isChecked(), self.ui.comboBox_Decimal.currentData())
|
|
33 |
return self.isAccepted, self.ui.checkBox_Data_Convert.isChecked(), self.ui.comboBox_Decimal.currentData()
|
|
34 | 34 |
|
35 | 35 |
def onDecimalChanged(self, index): |
36 | 36 |
decimal = self.ui.comboBox_Decimal.itemData(index) |
내보내기 Unified diff