mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
impr: SongIdSelector
get separate values
This commit is contained in:
@ -79,7 +79,10 @@ class SongIdSelector(Ui_SongIdSelector, QWidget):
|
||||
else:
|
||||
return
|
||||
|
||||
def value(self):
|
||||
def packId(self):
|
||||
return self.packComboBox.currentData()
|
||||
|
||||
def songId(self):
|
||||
return self.songIdComboBox.currentData()
|
||||
|
||||
def reset(self):
|
||||
|
Reference in New Issue
Block a user