ProjectPyramid/DistributionTypeSelectionDialog.py

branch
eric7
changeset 160
41b23683d5a1
parent 159
d4e7f5a389e6
child 164
277a93891db9
equal deleted inserted replaced
159:d4e7f5a389e6 160:41b23683d5a1
8 """ 8 """
9 9
10 from PyQt6.QtCore import Qt, QProcess 10 from PyQt6.QtCore import Qt, QProcess
11 from PyQt6.QtWidgets import QDialog, QListWidgetItem 11 from PyQt6.QtWidgets import QDialog, QListWidgetItem
12 12
13 from EricWidgets import EricMessageBox 13 from eric7 import Preferences
14 from eric7.EricWidgets import EricMessageBox
14 15
15 from .Ui_DistributionTypeSelectionDialog import Ui_DistributionTypeSelectionDialog 16 from .Ui_DistributionTypeSelectionDialog import Ui_DistributionTypeSelectionDialog
16
17 import Preferences
18 17
19 18
20 class DistributionTypeSelectionDialog(QDialog, Ui_DistributionTypeSelectionDialog): 19 class DistributionTypeSelectionDialog(QDialog, Ui_DistributionTypeSelectionDialog):
21 """ 20 """
22 Class implementing a dialog to select the distribution file formats. 21 Class implementing a dialog to select the distribution file formats.

eric ide

mercurial