https://build-system.fman.io/qt-designer-download Qt Designer Download for Windows and Mac Install Qt Designer on Windows or Mac. Only 40MB! build-system.fman.io official 은 아닌것 같음 자기 OS 맞게 다운로드 및 설치 아래는 디자이너로 생성한 ui파일 불러와 사용하는 기본 코드 import sys from PyQt5.QtWidgets import * from PyQt5 import uic #Widget이면 arg QWidget으로 class MainWindow(QMainWindow, form_class): def __init__(self): super().__init_..
#style관련 지워도 됨, 다른 그룹웨어 안들어가봐서 되는지 모름ㅎ 0. 실행 시 tray에 등록 -트레이 우클릭 등록, 새로고침, 끝내기 1. selenium으로 gw login -bs로 로그인 못하겠음 2. driver cookie -> requests.Session에 넘겨 줌 3. Session으로 당일기준 범위 안의 일 별 일정 가져 옴(global day_range = 15) 4. DB로 넣어 줌 - aws dynamo db사용(1. free tier무료 2. 간단 함) - 넣어주면서 key값으로 중복 검사 함, schedule_day_idx 중복 없었음 5. 없다면 새 일정으로 판단 > 윈도우 알림 줌(카톡으로 줘도 될 듯) 6. timer로 3600초에 한번씩 가져 옴 -thread로 바꿔..
import os, sys import numpy as np import pydicom from pydicom.data import get_testdata_files from PyQt5.QtCore import Qt from PyQt5.QtGui import QPixmap, QImage from PyQt5.QtWidgets import QApplication, QLabel, QVBoxLayout, QWidget class MyApp(QWidget): def __init__(self): super().__init__() self.initUI() def initUI(self): ds = pydicom.dcmread('H:/dicom/US-RGB-8-epicard', force = True) cvImg = d..
Contact: j0n9m1n1@gmail.com