ProjectPyramid/DistributionTypeSelectionDialog.py

branch
eric7
changeset 164
277a93891db9
parent 160
41b23683d5a1
child 166
8b0cc7528c70
equal deleted inserted replaced
163:e3ed5e2856d7 164:277a93891db9
5 5
6 """ 6 """
7 Module implementing a dialog to select the distribution file formats. 7 Module implementing a dialog to select the distribution file formats.
8 """ 8 """
9 9
10 from PyQt6.QtCore import Qt, QProcess 10 from PyQt6.QtCore import QProcess, Qt
11 from PyQt6.QtWidgets import QDialog, QListWidgetItem 11 from PyQt6.QtWidgets import QDialog, QListWidgetItem
12 12
13 from eric7 import Preferences 13 from eric7 import Preferences
14 from eric7.EricWidgets import EricMessageBox 14 from eric7.EricWidgets import EricMessageBox
15 15

eric ide

mercurial