{"id":39106,"date":"2024-11-02T03:37:36","date_gmt":"2024-11-02T03:37:36","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39106"},"modified":"2024-11-26T06:42:24","modified_gmt":"2024-11-26T06:42:24","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-%ec%95%a1%ec%85%98-%ec%b6%94%ea%b0%80-%eb%b0%8f-%ec%95%84%ec%9d%b4%ec%bd%98-%eb%8b%a8%ec%b6%95%ed%82%a4-%ec%84%a4%ec%a0%95","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39106\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815"},"content":{"rendered":"<p><body><\/p>\n<article>\n<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\uba70, \ub2e8\ucd95\ud0a4\ub97c \uc9c0\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uac15\ub825\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc27d\uac8c \ub530\ub77c\ud560 \uc218 \uc788\ub294 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. PyQt \uc124\uce58\ud558\uae30<\/h2>\n<p>\uba3c\uc800 PyQt5\ub97c \uc124\uce58\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0 \uc785\ub825\ud558\uc5ec PyQt5\ub97c \uc124\uce58\ud558\uc138\uc694.<\/p>\n<pre><code>pip install PyQt5<\/code><\/pre>\n<h2>2. \uae30\ubcf8 PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc124\uc815<\/h2>\n<p>\uae30\ubcf8\uc801\uc778 PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc124\uc815\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \ucf54\ub4dc\ub294 \ub2e8\uc21c\ud55c \uc708\ub3c4\uc6b0\ub97c \uc0dd\uc131\ud558\ub294 \ub370\ubaa8\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>import sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow\n\nclass MyApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('My PyQt Application')\n        self.setGeometry(100, 100, 600, 400)\n\nif __name__ == '__main__':\n    app = QApplication(sys.argv)\n    window = MyApp()\n    window.show()\n    sys.exit(app.exec_())<\/code><\/pre>\n<h2>3. \uc561\uc158 \ucd94\uac00\ud558\uae30<\/h2>\n<p>\uc774\uc81c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc561\uc158\uc740 GUI\uc5d0\uc11c \ud2b8\ub9ac\uac70\ud560 \uc218 \uc788\ub294 \uc791\uc5c5\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ud2b9\uc815 \uba54\ub274 \ud56d\ubaa9\uc744 \ud074\ub9ad\ud588\uc744 \ub54c \uc2e4\ud589\ub418\ub294 \uae30\ub2a5\uc774 \uc561\uc158\uc73c\ub85c \uc815\uc758\ub429\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \uc608\uc81c\uc5d0\uc11c\ub294 \ud30c\uc77c \uc5f4\uae30 \uc561\uc158\uc744 \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>from PyQt5.QtWidgets import QAction\n\nclass MyApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('My PyQt Application')\n        self.setGeometry(100, 100, 600, 400)\n\n        # \uc561\uc158 \ucd94\uac00\n        open_action = QAction('\uc5f4\uae30', self)\n        open_action.triggered.connect(self.open_file)\n\n        # \uba54\ub274\ubc14\uc5d0 \uc561\uc158 \ucd94\uac00\n        menubar = self.menuBar()\n        file_menu = menubar.addMenu('\ud30c\uc77c')\n        file_menu.addAction(open_action)\n\n    def open_file(self):\n        print('\ud30c\uc77c \uc5f4\uae30 \ubc84\ud2bc \ud074\ub9ad\ub428')<\/code><\/pre>\n<h2>4. \uc544\uc774\ucf58 \ucd94\uac00\ud558\uae30<\/h2>\n<p>\uc544\uc774\ucf58\uc740 \uc561\uc158\uc744 \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc544\uc774\ucf58\uc744 \uc0ac\uc6a9\ud558\uba74 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc758 \uc9c1\uad00\uc131\uc744 \ub192\uc774\uace0 \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud558\ub294 \uc791\uc5c5\uc744 \uc27d\uac8c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc81c\uc5d0\uc11c\ub294 \uc561\uc158\uc5d0 \uc544\uc774\ucf58\uc744 \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>from PyQt5.QtGui import QIcon\n\nclass MyApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('My PyQt Application')\n        self.setGeometry(100, 100, 600, 400)\n\n        # \uc561\uc158 \ucd94\uac00\n        open_action = QAction(QIcon('open.png'), '\uc5f4\uae30', self)\n        open_action.triggered.connect(self.open_file)\n\n        # \uba54\ub274\ubc14\uc5d0 \uc561\uc158 \ucd94\uac00\n        menubar = self.menuBar()\n        file_menu = menubar.addMenu('\ud30c\uc77c')\n        file_menu.addAction(open_action)\n\n    def open_file(self):\n        print('\ud30c\uc77c \uc5f4\uae30 \ubc84\ud2bc \ud074\ub9ad\ub428')<\/code><\/pre>\n<p>\uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c &#8216;open.png&#8217;\ub294 \ud504\ub85c\uc81d\ud2b8 \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc874\uc7ac\ud574\uc57c \ud558\ub294 \uc544\uc774\ucf58 \ud30c\uc77c\uc785\ub2c8\ub2e4. \uc801\uc808\ud55c \uc544\uc774\ucf58 \ud30c\uc77c\uc744 \ucd94\uac00\ud558\uc5ec \uc0ac\uc6a9\ud558\uc138\uc694.<\/p>\n<h2>5. \ub2e8\ucd95\ud0a4 \uc124\uc815\ud558\uae30<\/h2>\n<p>\ub2e8\ucd95\ud0a4\ub294 \uc0ac\uc6a9\uc790\uac00 \ud0a4\ubcf4\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc561\uc158\uc744 \ub354 \ube60\ub974\uac8c \uc2e4\ud589\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. PyQt\uc5d0\uc11c\ub294 \uc561\uc158\uc5d0 \ub300\ud574 \ud0a4\ubcf4\ub4dc \ub2e8\ucd95\ud0a4\ub97c \uc27d\uac8c \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc81c\uc5d0\uc11c\ub294 \uc5f4\uae30 \uc561\uc158\uc5d0 \ub2e8\ucd95\ud0a4\ub97c \ucd94\uac00\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>class MyApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('My PyQt Application')\n        self.setGeometry(100, 100, 600, 400)\n\n        # \uc561\uc158 \ucd94\uac00\n        open_action = QAction(QIcon('open.png'), '\uc5f4\uae30', self)\n        open_action.triggered.connect(self.open_file)\n        open_action.setShortcut('Ctrl+O')  # \ub2e8\ucd95\ud0a4 \uc124\uc815\n\n        # \uba54\ub274\ubc14\uc5d0 \uc561\uc158 \ucd94\uac00\n        menubar = self.menuBar()\n        file_menu = menubar.addMenu('\ud30c\uc77c')\n        file_menu.addAction(open_action)\n\n    def open_file(self):\n        print('\ud30c\uc77c \uc5f4\uae30 \ubc84\ud2bc \ud074\ub9ad\ub428')<\/code><\/pre>\n<h2>6. \uc644\uc131\ub41c \uc560\ud50c\ub9ac\ucf00\uc774\uc158<\/h2>\n<p>\uc774\uc81c \ubaa8\ub4e0 \uad6c\uc131 \uc694\uc18c\ub97c \ud1b5\ud569\ud558\uc5ec \uc644\uc131\ub41c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4 \ubd05\uc2dc\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub294 \ud30c\uc77c \uba54\ub274\uc5d0 \uc5f4\uae30 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uacfc \ub2e8\ucd95\ud0a4\ub97c \uc124\uc815\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>import sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow, QAction\nfrom PyQt5.QtGui import QIcon\n\nclass MyApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle('My PyQt Application')\n        self.setGeometry(100, 100, 600, 400)\n\n        # \uc561\uc158 \ucd94\uac00\n        open_action = QAction(QIcon('open.png'), '\uc5f4\uae30', self)\n        open_action.triggered.connect(self.open_file)\n        open_action.setShortcut('Ctrl+O')  # \ub2e8\ucd95\ud0a4 \uc124\uc815\n\n        # \uba54\ub274\ubc14\uc5d0 \uc561\uc158 \ucd94\uac00\n        menubar = self.menuBar()\n        file_menu = menubar.addMenu('\ud30c\uc77c')\n        file_menu.addAction(open_action)\n\n    def open_file(self):\n        print('\ud30c\uc77c \uc5f4\uae30 \ubc84\ud2bc \ud074\ub9ad\ub428')\n\nif __name__ == '__main__':\n    app = QApplication(sys.argv)\n    window = MyApp()\n    window.show()\n    sys.exit(app.exec_())<\/code><\/pre>\n<h2>7. \uacb0\ub860<\/h2>\n<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uacfc \ub2e8\ucd95\ud0a4\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\ub4e4\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \ub370 \ud070 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. \ub354 \ub9ce\uc740 PyQt \uae30\ub2a5\uc744 \uc775\ud788\uace0 \uc2f6\ub2e4\uba74 PyQt \uacf5\uc2dd \ubb38\uc11c\uc640 \ub2e4\uc591\ud55c \ud29c\ud1a0\ub9ac\uc5bc\uc744 \ucc38\uace0\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<\/article>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\uba70, \ub2e8\ucd95\ud0a4\ub97c \uc9c0\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uac15\ub825\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc27d\uac8c \ub530\ub77c\ud560 \uc218 \uc788\ub294 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. PyQt \uc124\uce58\ud558\uae30 \uba3c\uc800 PyQt5\ub97c \uc124\uce58\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0 \uc785\ub825\ud558\uc5ec PyQt5\ub97c \uc124\uce58\ud558\uc138\uc694. pip install PyQt5 2. \uae30\ubcf8 PyQt &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39106\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[193],"tags":[],"class_list":["post-39106","post","type-post","status-publish","format-standard","hentry","category-pyqt"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/39106\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\uba70, \ub2e8\ucd95\ud0a4\ub97c \uc9c0\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uac15\ub825\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc27d\uac8c \ub530\ub77c\ud560 \uc218 \uc788\ub294 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. PyQt \uc124\uce58\ud558\uae30 \uba3c\uc800 PyQt5\ub97c \uc124\uce58\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0 \uc785\ub825\ud558\uc5ec PyQt5\ub97c \uc124\uce58\ud558\uc138\uc694. pip install PyQt5 2. \uae30\ubcf8 PyQt &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39106\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:37:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:24+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815\",\"datePublished\":\"2024-11-02T03:37:36+00:00\",\"dateModified\":\"2024-11-26T06:42:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/\"},\"wordCount\":18,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39106\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:37:36+00:00\",\"dateModified\":\"2024-11-26T06:42:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39106\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39106\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/39106\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc561\uc158\uc744 \ucd94\uac00\ud558\uace0, \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\uba70, \ub2e8\ucd95\ud0a4\ub97c \uc9c0\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 Python\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c, \uac15\ub825\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \uc27d\uac8c \ub530\ub77c\ud560 \uc218 \uc788\ub294 \uc608\uc81c\uc640 \ud568\uaed8 \uc124\uba85\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. 1. PyQt \uc124\uce58\ud558\uae30 \uba3c\uc800 PyQt5\ub97c \uc124\uce58\ud569\ub2c8\ub2e4. \ub2e4\uc74c \uba85\ub839\uc5b4\ub97c \ud130\ubbf8\ub110\uc5d0 \uc785\ub825\ud558\uc5ec PyQt5\ub97c \uc124\uce58\ud558\uc138\uc694. pip install PyQt5 2. \uae30\ubcf8 PyQt &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815\"","og_url":"https:\/\/atmokpo.com\/w\/39106\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:37:36+00:00","article_modified_time":"2024-11-26T06:42:24+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39106\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39106\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815","datePublished":"2024-11-02T03:37:36+00:00","dateModified":"2024-11-26T06:42:24+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39106\/"},"wordCount":18,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39106\/","url":"https:\/\/atmokpo.com\/w\/39106\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:37:36+00:00","dateModified":"2024-11-26T06:42:24+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39106\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39106\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39106\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, \uc561\uc158 \ucd94\uac00 \ubc0f \uc544\uc774\ucf58, \ub2e8\ucd95\ud0a4 \uc124\uc815"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=39106"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39106\/revisions"}],"predecessor-version":[{"id":39107,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39106\/revisions\/39107"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}