{"id":39168,"date":"2024-11-02T03:38:16","date_gmt":"2024-11-02T03:38:16","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39168"},"modified":"2024-11-26T06:42:14","modified_gmt":"2024-11-26T06:42:14","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-%ed%8a%b9%ec%a0%95-%ed%82%a4-%ec%9e%85%eb%a0%a5%ec%9c%bc%eb%a1%9c-%ea%b2%80%ec%83%89%ec%b0%bd-%eb%9d%84%ec%9a%b0%ea%b8%b0-%ea%b2%80%ec%83%89%ec%b0%bd","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39168\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub155\ud558\uc138\uc694, \uc5ec\ub7ec\ubd84! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \ud65c\uc6a9\ud558\uc5ec \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\uace0, \uadf8 \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 \ud30c\uc774\uc36c\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud558\uc5ec GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 PyQt\ub97c \uc0ac\uc6a9\ud574 \uc9c1\uad00\uc801\uc774\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p>\uc774 \uac15\uc88c\uc758 \uc8fc\uc694 \ubaa9\ud45c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ud0a4 \uc785\ub825 \uc774\ubca4\ud2b8\ub97c \uac10\uc9c0\ud558\uc5ec \ud2b9\uc815 \uc0c1\ud669\uc5d0\uc11c \uac80\uc0c9\ucc3d\uc744 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95<\/li>\n<li>\uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \uac12\uc744 \uae30\ubc18\uc73c\ub85c \uacb0\uacfc\ub97c \ud544\ud130\ub9c1\ud558\ub294 \uae30\ub2a5 \uad6c\ud604<\/li>\n<li>\uac80\uc0c9 \uacb0\uacfc\ub97c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ubcf4\uc5ec\uc8fc\ub294 \ubc29\ubc95<\/li>\n<\/ul>\n<h2>1. \ud504\ub85c\uc81d\ud2b8 \uc900\ube44<\/h2>\n<p>\uba3c\uc800, PyQt5\ub97c \uc124\uce58\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>pip install PyQt5<\/code><\/pre>\n<p>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 \uae30\ubcf8 \ud504\ub85c\uc81d\ud2b8 \uad6c\uc870\ub97c \uc124\uc815\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uc5ec \uae30\ubcf8 GUI\ub97c \ub9cc\ub4e4\uc5b4\ubd05\uc2dc\ub2e4.<\/p>\n<pre><code>import sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow, QLineEdit, QListWidget, QVBoxLayout, QWidget, QLabel<\/code><\/pre>\n<h2>2. \uae30\ubcf8 GUI \uc124\uc815<\/h2>\n<p>QMainWindow\ub97c \uc0c1\uc18d\ubc1b\uc544 \uae30\ubcf8\uc801\uc778 GUI\ub97c \uc124\uc815\ud569\ub2c8\ub2e4. \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \uac80\uc0c9 \uc785\ub825 \ud544\ub4dc\uc640 \uacb0\uacfc \ubaa9\ub85d\uc744 \ud45c\uc2dc\ud558\ub294 GUI\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>class SearchApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.initUI()\n\n    def initUI(self):\n        self.setWindowTitle('\uac80\uc0c9 \uc571')\n        self.setGeometry(100, 100, 400, 300)\n\n        self.search_input = QLineEdit(self)\n        self.search_input.setPlaceholderText('\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud558\uc138\uc694...')\n        self.search_input.returnPressed.connect(self.on_return_pressed)\n\n        self.result_list = QListWidget(self)\n\n        layout = QVBoxLayout()\n        layout.addWidget(QLabel('\uac80\uc0c9\uc5b4 \uc785\ub825:'))\n        layout.addWidget(self.search_input)\n        layout.addWidget(QLabel('\uac80\uc0c9 \uacb0\uacfc:'))\n        layout.addWidget(self.result_list)\n\n        container = QWidget()\n        container.setLayout(layout)\n        self.setCentralWidget(container)<\/code><\/pre>\n<p>\uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c <code>QLineEdit<\/code> \uc704\uc82f\uc740 \uc0ac\uc6a9\uc790\uac00 \uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud560 \uc218 \uc788\ub294 \ud544\ub4dc\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub610\ud55c <code>QListWidget<\/code>\ub294 \uac80\uc0c9 \uacb0\uacfc\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. <\/p>\n<h2>3. \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30(\ud2b9\uc815 \ud0a4 \uc785\ub825 \uc2dc)<\/h2>\n<p>\uc774\uc81c \uc0ac\uc6a9\uc790\uac00 \ud2b9\uc815 \ud0a4\ub97c \uc785\ub825\ud588\uc744 \ub54c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\ub294 \uae30\ub2a5\uc744 \uad6c\ud604\ud574\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc0ac\uc6a9\uc790\uac00 &#8216;S&#8217; \ud0a4\ub97c \ub204\ub974\uba74 \uac80\uc0c9 \uc785\ub825 \ud544\ub4dc\uac00 \ud65c\uc131\ud654\ub429\ub2c8\ub2e4.<\/p>\n<pre><code>    def keyPressEvent(self, event):\n        if event.key() == ord('S'):\n            self.search_input.setFocus()\n<\/code><\/pre>\n<p>\uc774\uc81c \uc704 \ucf54\ub4dc\ub97c <code>SearchApp<\/code> \ud074\ub798\uc2a4\uc5d0 \ucd94\uac00\ud558\uc5ec \ud0a4 \uc785\ub825 \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud558\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. \uac80\uc0c9\uc5b4 \uc785\ub825 \ubc0f \ud544\ud130\ub9c1<\/h2>\n<p>\uc774\uc81c \uc0ac\uc6a9\uc790\uac00 \uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud55c \ud6c4 <code>Enter<\/code> \ud0a4\ub97c \ub20c\ub800\uc744 \ub54c \uac80\uc0c9 \uacb0\uacfc\ub97c \ud544\ud130\ub9c1\ud558\uc5ec \ubcf4\uc5ec\uc8fc\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 <code>on_return_pressed<\/code> \uba54\uc11c\ub4dc\ub97c \uc815\uc758\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>    def on_return_pressed(self):\n        search_term = self.search_input.text().lower()\n        self.result_list.clear()\n        \n        # \uc608\uc81c\ub85c \uc0ac\uc6a9\ud560 \ub370\uc774\ud130\n        data = ['Apple', 'Banana', 'Cherry', 'Date', 'Fig', 'Grape', 'Kiwi']\n        \n        filtered_results = [item for item in data if search_term in item.lower()]\n        self.result_list.addItems(filtered_results)<\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\uc5d0\uc11c <code>data<\/code> \ub9ac\uc2a4\ud2b8\ub294 \uac80\uc0c9\ud560 \ud56d\ubaa9\uc744 \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud55c \uac80\uc0c9\uc5b4\ub97c \uae30\uc900\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud544\ud130\ub9c1\ud558\uc5ec \uacb0\uacfc \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<h2>5. \uba54\uc778 \ud568\uc218 \ubc0f \uc2e4\ud589<\/h2>\n<p>\ub9c8\uc9c0\ub9c9\uc73c\ub85c, \uc6b0\ub9ac\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e4\ud589\ud558\ub294 \uba54\uc778 \ud568\uc218\ub97c \ucd94\uac00\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre><code>if __name__ == '__main__':\n    app = QApplication(sys.argv)\n    ex = SearchApp()\n    ex.show()\n    sys.exit(app.exec_())<\/code><\/pre>\n<h2>6. \uc804\uccb4 \ucf54\ub4dc<\/h2>\n<p>\uc704\uc758 \ubaa8\ub4e0 \ub0b4\uc6a9\uc744 \ud1b5\ud569\ud558\uc5ec \uc804\uccb4 \ucf54\ub4dc \uc608\uc81c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>import sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow, QLineEdit, QListWidget, QVBoxLayout, QWidget, QLabel\n\nclass SearchApp(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.initUI()\n\n    def initUI(self):\n        self.setWindowTitle('\uac80\uc0c9 \uc571')\n        self.setGeometry(100, 100, 400, 300)\n\n        self.search_input = QLineEdit(self)\n        self.search_input.setPlaceholderText('\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud558\uc138\uc694...')\n        self.search_input.returnPressed.connect(self.on_return_pressed)\n\n        self.result_list = QListWidget(self)\n\n        layout = QVBoxLayout()\n        layout.addWidget(QLabel('\uac80\uc0c9\uc5b4 \uc785\ub825:'))\n        layout.addWidget(self.search_input)\n        layout.addWidget(QLabel('\uac80\uc0c9 \uacb0\uacfc:'))\n        layout.addWidget(self.result_list)\n\n        container = QWidget()\n        container.setLayout(layout)\n        self.setCentralWidget(container)\n\n    def keyPressEvent(self, event):\n        if event.key() == ord('S'):\n            self.search_input.setFocus()\n\n    def on_return_pressed(self):\n        search_term = self.search_input.text().lower()\n        self.result_list.clear()\n        \n        # \uc608\uc81c\ub85c \uc0ac\uc6a9\ud560 \ub370\uc774\ud130\n        data = ['Apple', 'Banana', 'Cherry', 'Date', 'Fig', 'Grape', 'Kiwi']\n        \n        filtered_results = [item for item in data if search_term in item.lower()]\n        self.result_list.addItems(filtered_results)\n\nif __name__ == '__main__':\n    app = QApplication(sys.argv)\n    ex = SearchApp()\n    ex.show()\n    sys.exit(app.exec_())<\/code><\/pre>\n<h2>7. \ub9c8\ubb34\ub9ac<\/h2>\n<p>\uc704\uc758 \ucf54\ub4dc\ub97c \ud1b5\ud574 \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\uace0, \uc785\ub825\ub41c \uac80\uc0c9\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \uacb0\uacfc\ub97c \ud544\ud130\ub9c1\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6e0\uc2b5\ub2c8\ub2e4. PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud558\ub294 \ub370 \uc788\uc5b4 \uc774 \uac15\uc88c\uac00 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. \uc55e\uc73c\ub85c \ub354 \ub9ce\uc740 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\uc5ec \ub3c5\ucc3d\uc801\uc778 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694!<\/p>\n<p>\uac10\uc0ac\ud569\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc758 PyQt \uac1c\ubc1c journey\ub97c \uc751\uc6d0\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694, \uc5ec\ub7ec\ubd84! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \ud65c\uc6a9\ud558\uc5ec \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\uace0, \uadf8 \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 \ud30c\uc774\uc36c\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud558\uc5ec GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 PyQt\ub97c \uc0ac\uc6a9\ud574 \uc9c1\uad00\uc801\uc774\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc758 \uc8fc\uc694 \ubaa9\ud45c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: \ud0a4 \uc785\ub825 \uc774\ubca4\ud2b8\ub97c \uac10\uc9c0\ud558\uc5ec \ud2b9\uc815 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39168\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac&#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-39168","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, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \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\/39168\/\" \/>\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, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694, \uc5ec\ub7ec\ubd84! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \ud65c\uc6a9\ud558\uc5ec \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\uace0, \uadf8 \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 \ud30c\uc774\uc36c\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud558\uc5ec GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 PyQt\ub97c \uc0ac\uc6a9\ud574 \uc9c1\uad00\uc801\uc774\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc758 \uc8fc\uc694 \ubaa9\ud45c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: \ud0a4 \uc785\ub825 \uc774\ubca4\ud2b8\ub97c \uac10\uc9c0\ud558\uc5ec \ud2b9\uc815 &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39168\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:38:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:14+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\/39168\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39168\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\",\"datePublished\":\"2024-11-02T03:38:16+00:00\",\"dateModified\":\"2024-11-26T06:42:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39168\/\"},\"wordCount\":17,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39168\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39168\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:38:16+00:00\",\"dateModified\":\"2024-11-26T06:42:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39168\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39168\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39168\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\"}]},{\"@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, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \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\/39168\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694, \uc5ec\ub7ec\ubd84! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \ud65c\uc6a9\ud558\uc5ec \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d\uc744 \ub744\uc6b0\uace0, \uadf8 \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt\ub294 \ud30c\uc774\uc36c\uc5d0\uc11c Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc0ac\uc6a9\ud558\uc5ec GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 PyQt\ub97c \uc0ac\uc6a9\ud574 \uc9c1\uad00\uc801\uc774\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uac83\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc758 \uc8fc\uc694 \ubaa9\ud45c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4: \ud0a4 \uc785\ub825 \uc774\ubca4\ud2b8\ub97c \uac10\uc9c0\ud558\uc5ec \ud2b9\uc815 &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac\"","og_url":"https:\/\/atmokpo.com\/w\/39168\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:38:16+00:00","article_modified_time":"2024-11-26T06:42:14+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\/39168\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39168\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac","datePublished":"2024-11-02T03:38:16+00:00","dateModified":"2024-11-26T06:42:14+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39168\/"},"wordCount":17,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39168\/","url":"https:\/\/atmokpo.com\/w\/39168\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:38:16+00:00","dateModified":"2024-11-26T06:42:14+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39168\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39168\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39168\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud2b9\uc815 \ud0a4 \uc785\ub825\uc73c\ub85c \uac80\uc0c9\ucc3d \ub744\uc6b0\uae30, \uac80\uc0c9\ucc3d\uc744 \ud1b5\ud55c \uacb0\uacfc \ud544\ud130\ub9c1 \ubc0f \uc751\ub2f5 \ucc98\ub9ac"}]},{"@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\/39168","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=39168"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39168\/revisions"}],"predecessor-version":[{"id":39169,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39168\/revisions\/39169"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}