asdf
This commit is contained in:
parent
dcda2a4b54
commit
4e5b7ffa34
12
delv.py
12
delv.py
|
|
@ -18,11 +18,11 @@ from src.kiprisThread import *
|
|||
from src.result_widget import ResultWidget
|
||||
from src.currencyInfo import ExchangeRateScraper
|
||||
|
||||
def minimize_console():
|
||||
""" 콘솔 창을 최소화하는 함수 """
|
||||
hwnd = ctypes.windll.kernel32.GetConsoleWindow()
|
||||
if hwnd != 0:
|
||||
ctypes.windll.user32.ShowWindow(hwnd, 6) # SW_MINIMIZE
|
||||
# def minimize_console():
|
||||
# """ 콘솔 창을 최소화하는 함수 """
|
||||
# hwnd = ctypes.windll.kernel32.GetConsoleWindow()
|
||||
# if hwnd != 0:
|
||||
# ctypes.windll.user32.ShowWindow(hwnd, 6) # SW_MINIMIZE
|
||||
|
||||
|
||||
class DeliveryFeeCalculator(QtWidgets.QWidget):
|
||||
|
|
@ -1236,7 +1236,7 @@ class DeliveryFeeCalculator(QtWidgets.QWidget):
|
|||
self.setComboBox()
|
||||
|
||||
if __name__ == '__main__':
|
||||
minimize_console()
|
||||
# minimize_console()
|
||||
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
app.setStyle('Fusion')
|
||||
|
|
|
|||
Loading…
Reference in New Issue