Loading src/gui.py +1 −13 Original line number Diff line number Diff line Loading @@ -224,19 +224,7 @@ class Ui(QtWidgets.QMainWindow): pass utils.COLUMNS.extend(['processed', 'fullpath', 'ra', 'dec']) # Changes to make # DONE 1 - utils COLUMNS and MORPHO need to be dinamic # DONE 2 - aboid finding cb and rb maybe safe them in creation # DONE 3 - get radio button ischecked from ButtonGroup # DONE 4 - dinamic input file, independent form group. also, HEADER created from this file # DONE 5 - output file keys have to be dinamic (related to input file and COLUMNS). also, newEntry func # DONE 6 - what if multiple same named widgets? add groupid to widgetid? # 6.5 - what if multiple same named widgets? outputfile names should include widgetgroup id? # DONE 7 - multiple commentBox not supported (yes, but events need to be solved) # DONE 8 - If filename not in input file, detect images (currently fails) # DONE 9 - Shortcuts not working ## OLD # Find checkboxes: # self.cbColumns = utils.getCheckBoxesColumns() # self.cbNames = ['cb_' + x for x in self.cbColumns] Loading Loading
src/gui.py +1 −13 Original line number Diff line number Diff line Loading @@ -224,19 +224,7 @@ class Ui(QtWidgets.QMainWindow): pass utils.COLUMNS.extend(['processed', 'fullpath', 'ra', 'dec']) # Changes to make # DONE 1 - utils COLUMNS and MORPHO need to be dinamic # DONE 2 - aboid finding cb and rb maybe safe them in creation # DONE 3 - get radio button ischecked from ButtonGroup # DONE 4 - dinamic input file, independent form group. also, HEADER created from this file # DONE 5 - output file keys have to be dinamic (related to input file and COLUMNS). also, newEntry func # DONE 6 - what if multiple same named widgets? add groupid to widgetid? # 6.5 - what if multiple same named widgets? outputfile names should include widgetgroup id? # DONE 7 - multiple commentBox not supported (yes, but events need to be solved) # DONE 8 - If filename not in input file, detect images (currently fails) # DONE 9 - Shortcuts not working ## OLD # Find checkboxes: # self.cbColumns = utils.getCheckBoxesColumns() # self.cbNames = ['cb_' + x for x in self.cbColumns] Loading