프로젝트

일반

사용자정보

개정판 097b3e86

ID097b3e86799d93d9a041651d3f4e29a9cae2341d
상위 b106789d
하위 02ce3767

백흠경이(가) 6년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)