{"id":39200,"date":"2024-11-02T03:38:30","date_gmt":"2024-11-02T03:38:30","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39200"},"modified":"2024-11-26T06:42:09","modified_gmt":"2024-11-26T06:42:09","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%eb%a1%9c%eb%8d%94-%eb%b0%8f-%ec%9d%b8%ed%84%b0%ed%8e%98%ec%9d%b4%ec%8a%a4-%ec%84%a4%ec%a0%95","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39200\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815"},"content":{"rendered":"<p><body><\/p>\n<article>\n<p>\uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \uae30\ub2a5\uc744 \ud655\uc7a5\ud558\ub294 \uc720\uc5f0\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>1. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub780?<\/h2>\n<p>\ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2dc\uc2a4\ud15c\uc758 \ud2b9\uc815 \uae30\ub2a5\uc744 \uc120\ud0dd\uc801\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad6c\uc870\ub97c \ub9d0\ud569\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uba74 \uae30\ubcf8 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uc218\uc6d4\ud558\uac8c \ud655\uc7a5\ud558\uace0 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. PyQt\ub97c \uc0ac\uc6a9\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c\ub3c4 \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc720\uc6a9\ud558\uac8c \ud65c\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h2>2. PyQt \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \uad6c\ud604<\/h2>\n<p>PyQt\uc5d0\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud558\uace0 \uad00\ub9ac\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \ud50c\ub7ec\uadf8\uc778 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574, \uc608\ub97c \ub4e4\uc5b4 <code>PluginInterface<\/code>\ub77c\ub294 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>2.1. PluginInterface \uc815\uc758<\/h3>\n<pre><code>from abc import ABC, abstractmethod\n\nclass PluginInterface(ABC):\n    @abstractmethod\n    def get_name(self):\n        pass\n\n    @abstractmethod\n    def run(self):\n        pass\n<\/code><\/pre>\n<p>\uc704\uc758 <code>PluginInterface<\/code>\ub294 \ubaa8\ub4e0 \ud50c\ub7ec\uadf8\uc778\uc774 \uad6c\ud604\ud574\uc57c \ud558\ub294 \uba54\uc11c\ub4dc\ub97c \uc815\uc758\ud569\ub2c8\ub2e4. \ubaa8\ub4e0 \ud50c\ub7ec\uadf8\uc778\uc740 <code>get_name<\/code> \uba54\uc11c\ub4dc\ub97c \ud1b5\ud574 \uc790\uc2e0\uc758 \uc774\ub984\uc744 \ubc18\ud658\ud558\uace0, <code>run<\/code> \uba54\uc11c\ub4dc\ub97c \ud1b5\ud574 \uc790\uc2e0\uc758 \uae30\ub2a5\uc744 \uc2e4\ud589\ud558\uac8c \ub429\ub2c8\ub2e4.<\/p>\n<h3>2.2. \ud50c\ub7ec\uadf8\uc778 \uc608\uc81c<\/h3>\n<p>\ub2e4\uc74c\uc740 <code>PluginInterface<\/code>\ub97c \uad6c\ud604\ud55c \uac04\ub2e8\ud55c \ud50c\ub7ec\uadf8\uc778 \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>class HelloWorldPlugin(PluginInterface):\n    def get_name(self):\n        return \"Hello World Plugin\"\n\n    def run(self):\n        print(\"Hello, World!\")\n<\/code><\/pre>\n<h2>3. \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \uad6c\ud604<\/h2>\n<p>\uc774\uc81c \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc788\ub294 \ub85c\ub354 \ud074\ub798\uc2a4\ub97c \uad6c\ud604\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 \uc9c0\uc815\ub41c \ub514\ub809\ud130\ub9ac\uc5d0\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \ub3d9\uc801\uc73c\ub85c \ub85c\ub4dc\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>import os\nimport importlib.util\n\nclass PluginLoader:\n    def __init__(self, plugin_directory):\n        self.plugin_directory = plugin_directory\n        self.plugins = []\n\n    def load_plugins(self):\n        for filename in os.listdir(self.plugin_directory):\n            if filename.endswith(\".py\"):\n                path = os.path.join(self.plugin_directory, filename)\n                spec = importlib.util.spec_from_file_location(\"plugin\", path)\n                module = importlib.util.module_from_spec(spec)\n                spec.loader.exec_module(module)\n\n                for attr in dir(module):\n                    if isinstance(getattr(module, attr), type) and \\\n                       issubclass(getattr(module, attr), PluginInterface):\n                        self.plugins.append(getattr(module, attr)())\n<\/code><\/pre>\n<p>\uc704\uc758 <code>PluginLoader<\/code> \ud074\ub798\uc2a4\ub294 \uc9c0\uc815\ub41c \ub514\ub809\ud130\ub9ac\uc5d0\uc11c \ubaa8\ub4e0 \ud30c\uc774\uc36c \ud30c\uc77c\uc744 \uac80\uc0c9\ud558\uc5ec <code>PluginInterface<\/code>\ub97c \uad6c\ud604\ud55c \ubaa8\ub4e0 \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud569\ub2c8\ub2e4.<\/p>\n<h2>4. PyQt \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815<\/h2>\n<p>\uc774\uc81c PyQt \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc124\uc815\ud558\ub294 \ubd80\ubd84\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uae30\ubcf8 \uace8\uaca9\uc744 \ub9cc\ub4e4\uace0, \uc0ac\uc6a9\uc790\uc5d0\uac8c \ud50c\ub7ec\uadf8\uc778 \ubaa9\ub85d\uc744 \ubcf4\uc5ec\uc904 \uc218 \uc788\ub294 \uac04\ub2e8\ud55c UI\ub97c \uc124\uacc4\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>import sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow, QPushButton, QVBoxLayout, QWidget\n\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"Plugin Loader Example\")\n        \n        self.central_widget = QWidget()\n        self.setCentralWidget(self.central_widget)\n        layout = QVBoxLayout()\n\n        self.load_plugins_button = QPushButton(\"Load Plugins\")\n        self.load_plugins_button.clicked.connect(self.load_plugins)\n\n        layout.addWidget(self.load_plugins_button)\n        self.central_widget.setLayout(layout)\n\n    def load_plugins(self):\n        loader = PluginLoader(\"plugins\")\n        loader.load_plugins()\n        for plugin in loader.plugins:\n            print(plugin.get_name())\n            plugin.run()\n<\/code><\/pre>\n<h2>5. \ud50c\ub7ec\uadf8\uc778 \ub514\ub809\ud130\ub9ac \uad6c\uc131<\/h2>\n<p>\ud50c\ub7ec\uadf8\uc778 \ub514\ub809\ud130\ub9ac\ub97c \ub2e4\uc74c\uacfc \uac19\uc774 \uad6c\uc131\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>plugins\/\n    \u251c\u2500\u2500 __init__.py\n    \u2514\u2500\u2500 hello_world_plugin.py\n<\/code><\/pre>\n<p>\uc774\uc81c <code>hello_world_plugin.py<\/code> \ud30c\uc77c\uc5d0\ub294 \uc774\uc804\uc5d0 \uc815\uc758\ud55c <code>HelloWorldPlugin<\/code> \ud074\ub798\uc2a4\ub97c \uad6c\ud604\ud574 \ub123\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>6. \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc2e4\ud589<\/h2>\n<p>\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2e4\ud589\ud558\ub824\uba74 \ub2e4\uc74c\uacfc \uac19\uc740 \ucf54\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>if __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n<\/code><\/pre>\n<h2>7. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc720\uc5f0\ud558\uace0 \ud655\uc7a5 \uac00\ub2a5\ud558\uac8c \ub9cc\ub4e4\uc5b4 \uc8fc\uba70, \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc81c\uacf5\ud560 \uc218 \uc788\ub294 \uc88b\uc740 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\ub3c4 PyQt\ub97c \uc774\uc6a9\ud558\uc5ec \uc790\uc2e0\ub9cc\uc758 \ud50c\ub7ec\uadf8\uc778 \uae30\ubc18 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<\/article>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \uae30\ub2a5\uc744 \ud655\uc7a5\ud558\ub294 \uc720\uc5f0\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub780? \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2dc\uc2a4\ud15c\uc758 \ud2b9\uc815 \uae30\ub2a5\uc744 \uc120\ud0dd\uc801\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad6c\uc870\ub97c \ub9d0\ud569\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uba74 \uae30\ubcf8 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uc218\uc6d4\ud558\uac8c \ud655\uc7a5\ud558\uace0 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. PyQt\ub97c \uc0ac\uc6a9\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c\ub3c4 \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc720\uc6a9\ud558\uac8c \ud65c\uc6a9\ub429\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39200\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \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-39200","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, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \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\/39200\/\" \/>\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, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \uae30\ub2a5\uc744 \ud655\uc7a5\ud558\ub294 \uc720\uc5f0\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub780? \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2dc\uc2a4\ud15c\uc758 \ud2b9\uc815 \uae30\ub2a5\uc744 \uc120\ud0dd\uc801\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad6c\uc870\ub97c \ub9d0\ud569\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uba74 \uae30\ubcf8 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uc218\uc6d4\ud558\uac8c \ud655\uc7a5\ud558\uace0 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. PyQt\ub97c \uc0ac\uc6a9\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c\ub3c4 \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc720\uc6a9\ud558\uac8c \ud65c\uc6a9\ub429\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39200\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:38:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:09+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=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\",\"datePublished\":\"2024-11-02T03:38:30+00:00\",\"dateModified\":\"2024-11-26T06:42:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/\"},\"wordCount\":13,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39200\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:38:30+00:00\",\"dateModified\":\"2024-11-26T06:42:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39200\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39200\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \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, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \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\/39200\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc624\ub298\uc740 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc758 \uae30\ub2a5\uc744 \ud655\uc7a5\ud558\ub294 \uc720\uc5f0\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub780? \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2dc\uc2a4\ud15c\uc758 \ud2b9\uc815 \uae30\ub2a5\uc744 \uc120\ud0dd\uc801\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad6c\uc870\ub97c \ub9d0\ud569\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uba74 \uae30\ubcf8 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uc218\uc6d4\ud558\uac8c \ud655\uc7a5\ud558\uace0 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. PyQt\ub97c \uc0ac\uc6a9\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0\uc11c\ub3c4 \ud50c\ub7ec\uadf8\uc778 \uc544\ud0a4\ud14d\ucc98\ub294 \uc720\uc6a9\ud558\uac8c \ud65c\uc6a9\ub429\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815\"","og_url":"https:\/\/atmokpo.com\/w\/39200\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:38:30+00:00","article_modified_time":"2024-11-26T06:42:09+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":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39200\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39200\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815","datePublished":"2024-11-02T03:38:30+00:00","dateModified":"2024-11-26T06:42:09+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39200\/"},"wordCount":13,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39200\/","url":"https:\/\/atmokpo.com\/w\/39200\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \uc124\uc815 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:38:30+00:00","dateModified":"2024-11-26T06:42:09+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39200\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39200\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39200\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, \ud50c\ub7ec\uadf8\uc778 \ub85c\ub354 \ubc0f \uc778\ud130\ud398\uc774\uc2a4 \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\/39200","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=39200"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39200\/revisions"}],"predecessor-version":[{"id":39201,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39200\/revisions\/39201"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39200"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39200"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}