개정판 93827f59
build issue #000:
- force build
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
50 | 50 |
import ItemPropertyTableWidget |
51 | 51 |
from UserInputAttribute import UserInputAttribute |
52 | 52 |
from TextItemFactory import TextItemFactory |
53 |
from TrainingImageListDialog import QTrainingImageListDialog |
|
53 | 54 |
|
54 | 55 |
class MainWindow(QMainWindow, MainWindow_UI.Ui_MainWindow, SingletonInstane): |
55 | 56 |
""" |
... | ... | |
321 | 322 |
@history euisung 2018.10.16 TrainingListDialog -> TrainingImageListDialog |
322 | 323 |
''' |
323 | 324 |
def oCRTrainingClicked(self): |
324 |
from TrainingImageListDialog import QTrainingImageListDialog |
|
325 |
#import ctypes |
|
326 |
#if not ctypes.windll.shell32.IsUserAnAdmin(): |
|
327 |
# reply = QMessageBox.information(self, 'Error', '관리자 권한으로 실행해 주세요.') |
|
328 |
# #return |
|
329 | 325 |
try: |
330 | 326 |
dialog = QTrainingImageListDialog(self) |
331 | 327 |
dialog.exec_() |
내보내기 Unified diff