개정판 097b3e86
check commit message
DTI_PID/DTI_PID/HMBDialog.py | ||
---|---|---|
1 | 1 |
# coding: utf-8 |
2 |
|
|
2 |
""" |
|
3 |
This is HMB dialog module |
|
4 |
""" |
|
3 | 5 |
import os |
4 | 6 |
import sys |
7 |
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + '\\Commands') |
|
8 |
import FenceCommand |
|
9 |
|
|
5 | 10 |
from PyQt5.QtCore import * |
6 | 11 |
from PyQt5.QtGui import * |
7 | 12 |
from PyQt5.QtWidgets import * |
... | ... | |
10 | 15 |
from AppDocData import AppDocData, Config |
11 | 16 |
from AppDocData import Area |
12 | 17 |
|
13 |
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + '\\Commands') |
|
14 |
import CreateCommand |
|
15 |
import FenceCommand |
|
16 |
|
|
17 | 18 |
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + '\\Shapes') |
18 | 19 |
import EngineeringPolylineItem |
19 | 20 |
from EngineeringLineItem import QEngineeringLineItem |
내보내기 Unified diff