Exemple #1
0
    def populate_dropdowns(self, gb):
        """Populates the dropdowns in the tab.

        Args:
            gb (QtWidgets.QGroupBox): Group box for the tab.
        """
        common.populate_dropdowns(self, gb)
Exemple #2
0
    def populate_dropdowns(self, gb):
        """Populates the dropdowns in the tab.

        Args:
            gb (QtWidgets.QGroupBox): Group box for the tab.
        """
        if gb == self.dlg.gb_calibrate_calibrate:
            dds_pri = [self.dlg.dd_calibrate_calibrate_color]
        else:
            dds_pri = []
        common.populate_dropdowns(self, gb, dds_pri)
Exemple #3
0
    def populate_dropdowns(self, gb):
        """Populates the dropdowns in the tab.

        Args:
            gb (QtWidgets.QGroupBox): Group box for the tab.
        """
        if gb == self.dlg.gb_export_data:
            dds_pri = [self.dlg.dd_export_data_type]
        else:
            dds_pri = []
        common.populate_dropdowns(self, gb, dds_pri)