1818 def __showLicensesDialog(self): |
1818 def __showLicensesDialog(self): |
1819 """ |
1819 """ |
1820 Private slot to show a dialog with the licenses of the selected |
1820 Private slot to show a dialog with the licenses of the selected |
1821 environment. |
1821 environment. |
1822 """ |
1822 """ |
1823 # TODO: not yet implemented |
|
1824 from .PipLicensesDialog import PipLicensesDialog |
1823 from .PipLicensesDialog import PipLicensesDialog |
1825 |
1824 |
1826 environment = self.environmentsComboBox.currentText() |
1825 environment = self.environmentsComboBox.currentText() |
1827 localPackages = ( |
1826 localPackages = ( |
1828 self.localDepCheckBox.isChecked() |
1827 self.localDepCheckBox.isChecked() |