{"id":39226,"date":"2024-11-02T03:38:40","date_gmt":"2024-11-02T03:38:40","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39226"},"modified":"2024-11-26T06:42:06","modified_gmt":"2024-11-26T06:42:06","slug":"pyqt%ea%b0%9c%eb%b0%9c%ea%b0%95%ec%a2%8c-qtreeview%eb%a1%9c-%ed%8a%b8%eb%a6%ac-%ea%b5%ac%ec%a1%b0-%ea%b5%ac%ec%84%b1","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39226\/","title":{"rendered":"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131"},"content":{"rendered":"<p><body><\/p>\n<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec <strong>QTreeView<\/strong>\ub97c \ud1b5\ud574 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc5b4\ub5bb\uac8c \uad6c\uc131\ud558\uace0 \uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. QTreeView\ub294 \ud2b8\ub9ac \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\uace0 \uc870\uc791\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc0dd\uc131\ud558\uace0, \uc774\ub97c QTreeView\ub85c \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b8 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h2>1. QTreeView\uc758 \uae30\ubcf8 \uc774\ud574<\/h2>\n<p>\n    QTreeView\ub294 Qt \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc704\uc82f \uc911 \ud558\ub098\ub85c, \uacc4\uce35\uc801\uc778 \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc704\uc82f\uc740 \ub178\ub4dc(node)\uc640 \uc790\uc2dd \ub178\ub4dc(child node)\ub85c \uad6c\uc131\ub41c \ud2b8\ub9ac \uad6c\uc870\ub97c \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud558\uace0, \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \ub370\uc774\ud130\ub97c \ud0d0\uc0c9\ud560 \uc218 \uc788\uac8c \ud574 \uc90d\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ud30c\uc77c \ud0d0\uc0c9\uae30\uc5d0\uc11c \ud3f4\ub354\uc640 \ud30c\uc77c\uc744 \ud2b8\ub9ac \uad6c\uc870\ub85c \ud45c\ud604\ud558\ub294 \uac83\uc744 \uc0dd\uac01\ud574 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>2. \uae30\ubcf8\uc801\uc778 PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc124\uc815<\/h2>\n<p>\n    PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc2dc\uc791\ud558\ub824\uba74 PyQt5 \ud328\ud0a4\uc9c0\ub97c \uc124\uce58\ud574\uc57c \ud569\ub2c8\ub2e4. \uc2dc\uc2a4\ud15c\uc5d0 PyQt5\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0 \uc54a\ub2e4\uba74, \uc544\ub798\uc758 pip \uba85\ub839\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\npip install PyQt5\n<\/pre>\n<p>\n    PyQt5\ub97c \uc124\uce58\ud55c \ud6c4, \uae30\ubcf8\uc801\uc778 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc124\uc815\ud558\ub294 \ucf54\ub4dc\ub97c \uc791\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\nimport sys\nfrom PyQt5.QtWidgets import QApplication, QMainWindow\n\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"QTreeView \uc608\uc81c\")\n        self.setGeometry(100, 100, 600, 400)\n\nif __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n<\/pre>\n<h2>3. QTreeView\uc640 \ubaa8\ub378 \uc124\uc815<\/h2>\n<p>QTreeView\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 \ubaa8\ub378\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. QTreeView\ub294 \uae30\ubcf8\uc801\uc73c\ub85c MVC(\ubaa8\ub378-\ubdf0-\ucee8\ud2b8\ub864\ub7ec) \ud328\ud134\uc744 \ub530\ub985\ub2c8\ub2e4. \uc801\uc808\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \uc124\uc815\ud55c \ud6c4 \uc774\ub97c QTreeView\uc5d0 \uc5f0\uacb0\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<p>\n    QTreeView\uc5d0 \uc0ac\uc6a9\ud560 \uae30\ubcf8 \ubaa8\ub378\ub85c\ub294 <strong>QStandardItemModel<\/strong>\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ubaa8\ub378\uc740 \ud45c\uc900\uc801\uc778 \ub370\uc774\ud130 \uad6c\uc870\ub97c \uac00\uc9c0\uba70, \uc27d\uac8c \ub370\uc774\ud130\ub97c \ucd94\uac00\ud558\uace0 \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574 \uc90d\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\nfrom PyQt5.QtWidgets import QTreeView, QVBoxLayout, QWidget, QStandardItemModel, QStandardItem\n\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"QTreeView \uc608\uc81c\")\n        self.setGeometry(100, 100, 600, 400)\n        \n        # QTreeView \ubc0f \ubaa8\ub378 \uc124\uc815\n        self.tree_view = QTreeView()\n        self.model = QStandardItemModel()\n        self.model.setHorizontalHeaderLabels([\"\uc774\ub984\", \"\uc124\uba85\"])\n\n        # \ud2b8\ub9ac \ub178\ub4dc \ucd94\uac00\n        self.add_items(self.model)\n\n        self.tree_view.setModel(self.model)\n        self.setCentralWidget(self.tree_view)\n\n    def add_items(self, model):\n        # \ub8e8\ud2b8 \uc544\uc774\ud15c \ucd94\uac00\n        root_item = model.invisibleRootItem()\n\n        # \uccab\ubc88\uc9f8 \ub808\ubca8\n        item1 = QStandardItem(\"\uc544\uc774\ud15c 1\")\n        item2 = QStandardItem(\"\uc544\uc774\ud15c 2\")\n        \n        # \ub450 \ubc88\uc9f8 \ub808\ubca8\n        sub_item1 = QStandardItem(\"\uc11c\ube0c \uc544\uc774\ud15c 1.1\")\n        sub_item2 = QStandardItem(\"\uc11c\ube0c \uc544\uc774\ud15c 2.1\")\n        \n        # \uc544\uc774\ud15c \ucd94\uac00\n        root_item.appendRow(item1)\n        root_item.appendRow(item2)\n        item1.appendRow(sub_item1)\n        item2.appendRow(sub_item2)\n\nif __name__ == \"__main__\":\n    app = QApplication(sys.argv)\n    window = MainWindow()\n    window.show()\n    sys.exit(app.exec_())\n<\/pre>\n<h2>4. QTreeView\uc5d0 \uc544\uc774\ud15c \ucd94\uac00\ud558\uae30<\/h2>\n<p>\uc704\uc758 \uc608\uc81c\uc5d0\uc11c\ub294 \uae30\ubcf8 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc815\uc758\ud588\uc9c0\ub9cc, \ub354 \ubcf5\uc7a1\ud55c \ub370\uc774\ud130 \ubaa8\ub378\uc744 \ub2e4\ub8e8\uace0 \uc2f6\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. QStandardItemModel\uc744 \ud655\uc7a5\ud558\uc5ec \ub2e4\uc591\ud55c \uc720\ud615\uc758 \uc544\uc774\ud15c\uc744 \ucd94\uac00\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre class=\"code-block\">\ndef add_items(self, model):\n    root_item = model.invisibleRootItem()\n\n    # \uc5ec\ub7ec \uc544\uc774\ud15c \ucd94\uac00\n    categories = [\n        (\"\ud504\ub85c\uadf8\ub798\ubc0d\", [\"Python\", \"C++\", \"Java\"]),\n        (\"\ub370\uc774\ud130\ubca0\uc774\uc2a4\", [\"MySQL\", \"PostgreSQL\", \"SQLite\"]),\n        (\"\uc6f9 \uac1c\ubc1c\", [\"HTML\", \"CSS\", \"JavaScript\"])\n    ]\n\n    for category, items in categories:\n        category_item = QStandardItem(category)\n        root_item.appendRow(category_item)\n        for item in items:\n            sub_item = QStandardItem(item)\n            category_item.appendRow(sub_item)\n<\/pre>\n<h2>5. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI) \ud655\uc7a5\ud558\uae30<\/h2>\n<p>\n    QTreeView\uc758 \uae30\ubcf8\uc801\uc778 \uae30\ub2a5\uc744 \ud655\uc7a5\ud558\uba74 \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud558\ub294 \ub2e4\uc591\ud55c \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc758 \uc608\uc81c\uc5d0\uc11c\ub294 QTreeView\uc758 \uc544\uc774\ud15c \ud074\ub9ad \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud558\uc5ec, \uc0ac\uc6a9\uc790\uac00 \uc120\ud0dd\ud55c \uc544\uc774\ud15c\uc758 \uc774\ub984\uc744 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \uc18c\uac1c\ud569\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\nfrom PyQt5.QtCore import QModelIndex\nfrom PyQt5.QtWidgets import QMessageBox\n\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"QTreeView \uc608\uc81c\")\n        self.setGeometry(100, 100, 600, 400)\n\n        self.tree_view = QTreeView()\n        self.model = QStandardItemModel()\n        self.model.setHorizontalHeaderLabels([\"\uc774\ub984\", \"\uc124\uba85\"])\n        self.add_items(self.model)\n\n        self.tree_view.setModel(self.model)\n        self.tree_view.clicked.connect(self.on_item_clicked)  # Click Event\n        self.setCentralWidget(self.tree_view)\n\n    def on_item_clicked(self, index: QModelIndex):\n        item = self.model.itemFromIndex(index)  # \ud074\ub9ad\ud55c \uc544\uc774\ud15c \uac00\uc838\uc624\uae30\n        item_name = item.text()  # \uc544\uc774\ud15c\uc758 \ud14d\uc2a4\ud2b8 \uac00\uc838\uc624\uae30\n        QMessageBox.information(self, \"\uc544\uc774\ud15c \ud074\ub9ad\", f\"\ud074\ub9ad\ud55c \uc544\uc774\ud15c: {item_name}\")\n<\/pre>\n<h2>6. QTreeView\uc640 Drag &amp; Drop \uae30\ub2a5<\/h2>\n<p>QTreeView\ub294 \ub4dc\ub798\uadf8 \uc564 \ub4dc\ub86d \uae30\ub2a5\uc744 \uc27d\uac8c \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc9c1\uad00\uc801\uc73c\ub85c \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574 \uc8fc\uae30 \ub54c\ubb38\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud569\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 \ubaa8\ub378\uc758 \ub4dc\ub798\uadf8 \uc564 \ub4dc\ub86d \uc18d\uc131\uc744 \uc124\uc815\ud558\uace0, \uad00\ub828 \uae30\ub2a5\uc744 \ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre class=\"code-block\">\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"QTreeView \uc608\uc81c\")\n        self.setGeometry(100, 100, 600, 400)\n\n        self.tree_view = QTreeView()\n        self.model = QStandardItemModel()\n        self.model.setHorizontalHeaderLabels([\"\uc774\ub984\", \"\uc124\uba85\"])\n        self.add_items(self.model)\n\n        self.tree_view.setModel(self.model)\n        self.tree_view.setDragEnabled(True)  # \ub4dc\ub798\uadf8 \uac00\ub2a5 \uc124\uc815\n        self.tree_view.setDropIndicatorShown(True)  # \ub4dc\ub86d \uc778\ub514\ucf00\uc774\ud130 \ud45c\uc2dc\n        self.tree_view.setAcceptDrops(True)  # \ub4dc\ub86d \ud5c8\uc6a9\n        self.tree_view.dropEvent = self.drop_event  # \ub4dc\ub86d \uc774\ubca4\ud2b8 \uc5f0\uacb0\n\n        self.setCentralWidget(self.tree_view)\n\n    # \ub4dc\ub86d \uc774\ubca4\ud2b8 \ucc98\ub9ac\n    def drop_event(self, event):\n        self.model.itemFromIndex(self.tree_view.selectedIndexes()[0]).setText(\"\ubcc0\uacbd\ub41c \uc544\uc774\ud15c\")\n        event.accept()\n<\/pre>\n<h2>7. QTreeView\uc758 \uc2a4\ud0c0\uc77c\ub9c1<\/h2>\n<p>\n    QTreeView\uc758 \uc678\uad00\uc740 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc911\uc694\ud55c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. Qt\uc758 \uc2a4\ud0c0\uc77c \uc2dc\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec QTreeView\uc758 \uc0c9\uc0c1, \uae00\uaf34, \uc544\uc774\ucf58 \ub4f1\uc744 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2a4\ud0c0\uc77c \uc2dc\ud2b8\ub294 CSS(Cascading Style Sheets)\uc640 \ube44\uc2b7\ud55c \ubc29\uc2dd\uc73c\ub85c \uc791\uc131\ub429\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\nself.tree_view.setStyleSheet(\"\"\"\n    QTreeView {\n        background-color: #f0f0f0;\n        color: #333;\n    }\n    QTreeView::item {\n        padding: 10px;\n    }\n    QTreeView::item:selected {\n        background-color: #007BFF;\n        color: white;\n    }\n\"\"\")\n<\/pre>\n<h2>8. \ub124\ube44\uac8c\uc774\uc158 \ub2e8\ucd95\ud0a4 \uad6c\ud604\ud558\uae30<\/h2>\n<p>\n    PyQt\uc5d0\uc11c\ub294 \ud0a4 \uc774\ubca4\ud2b8\ub97c \ud1b5\ud574 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc758 \uc778\ud130\ub799\uc158\uc744 \uac15\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. QTreeView\uc758 \ud56d\ubaa9 \uc0ac\uc774\ub97c \ube60\ub974\uac8c \ud0d0\uc0c9\ud560 \uc218 \uc788\ub294 \ub2e8\ucd95\ud0a4\ub97c \uc124\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\nfrom PyQt5.QtGui import QKeySequence\n\nclass MainWindow(QMainWindow):\n    def __init__(self):\n        super().__init__()\n        self.setWindowTitle(\"QTreeView \uc608\uc81c\")\n        self.setGeometry(100, 100, 600, 400)\n\n        self.tree_view = QTreeView()\n        self.model = QStandardItemModel()\n        self.model.setHorizontalHeaderLabels([\"\uc774\ub984\", \"\uc124\uba85\"])\n        self.add_items(self.model)\n        self.tree_view.setModel(self.model)\n\n        # \ub2e8\ucd95\ud0a4 \uc124\uc815\n        open_action = self.tree_view.addAction(\"\uc5f4\uae30\")\n        open_action.setShortcut(QKeySequence(\"Ctrl+O\"))  # Ctrl+O \ud0a4 \uc124\uc815\n        open_action.triggered.connect(self.on_open_action)\n\n        self.setCentralWidget(self.tree_view)\n\n    def on_open_action(self):\n        selected_item = self.tree_view.currentIndex()\n        if selected_item.isValid():\n            item_text = self.model.itemFromIndex(selected_item).text()\n            QMessageBox.information(self, \"\uc544\uc774\ud15c \uc5f4\uae30\", f\"{item_text}\uc744(\ub97c) \uc5f4\uc5c8\uc2b5\ub2c8\ub2e4.\")\n<\/pre>\n<h2>9. \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc885\ub8cc \ubc0f \uc815\ub9ac<\/h2>\n<p>\uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uc885\ub8cc \uc2dc \ubd88\ud544\uc694\ud55c \uc790\uc6d0\uc744 \uc815\ub9ac\ud558\ub294 \uac83\ub3c4 \uc911\uc694\ud55c \uc791\uc5c5\uc785\ub2c8\ub2e4. PyQt\uc5d0\uc11c\ub294 QApplication\uc758 \uc885\ub8cc \uba54\uc18c\ub4dc\ub97c \ud1b5\ud574 \ud074\ub9b0\uc5c5 \uc791\uc5c5\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc885\ub8cc\ud560 \ub54c \ub85c\uadf8\ub97c \uc0dd\uc131\ud558\ub294 \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre class=\"code-block\">\nclass MainWindow(QMainWindow):\n    def closeEvent(self, event):\n        print(\"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc885\ub8cc\ud569\ub2c8\ub2e4...\")\n        event.accept()  # \uc885\ub8cc \uc774\ubca4\ud2b8 \ud5c8\uc6a9\n<\/pre>\n<h2>10. \ud504\ub85c\uc81d\ud2b8 \ud328\ud0a4\uc9d5 \ubc0f \ubc30\ud3ec<\/h2>\n<p>\n    \uc774\uc81c QTreeView\ub97c \uc0ac\uc6a9\ud558\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uae30\ucd08\ub97c \uc775\ud614\uc73c\ubbc0\ub85c, \uc774 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud328\ud0a4\uc9d5\ud558\uace0 \ubc30\ud3ec\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. PyInstaller\ub97c \uc0ac\uc6a9\ud558\uc5ec PyQt \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub3c5\ub9bd \uc2e4\ud589\ud615 \uc2e4\ud589 \ud30c\uc77c\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<pre class=\"code-block\">\npip install pyinstaller\npyinstaller --onefile your_script.py\n<\/pre>\n<p>\uc704\uc758 \uba85\ub839\uc5b4\ub85c \uc2e4\ud589 \uac00\ub2a5\ud55c \ud30c\uc77c\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0dd\uc131\ub41c \ud30c\uc77c\uc740 &#8216;dist&#8217; \ud3f4\ub354\uc5d0 \uc704\uce58\ud569\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\n    \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\uc5d0\uc11c QTreeView\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc774\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \ubcf4\uc5ec\uc8fc\ub294 \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. QTreeView\ub294 \uc0ac\uc6a9\uc790\uac00 \ub370\uc774\ud130\ub97c \uc9c1\uad00\uc801\uc73c\ub85c \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\uba70, \uc5ec\ub7ec \uac00\uc9c0 \uae30\ub2a5\uc744 \ud1b5\ud574 \uc0ac\uc6a9\uc790\uc758 \uacbd\ud5d8\uc744 \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c \ud559\uc2b5\ud55c \ub0b4\uc6a9\ub4e4\uc744 \ubc14\ud0d5\uc73c\ub85c \uc790\uc2e0\ub9cc\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uc138\uc694.\n<\/p>\n<p>\ub0b4\ubd80 \ud1b5\uc2e0 \ubc0f UI\/UX \uad00\ub828 \ucd94\uac00 \uae30\ub2a5\ub4e4\ub3c4 \uad6c\ud604\ud574\ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. QTreeView\ub97c \ud65c\uc6a9\ud55c \ud504\ub85c\uc81d\ud2b8\ub294 \ub2e4\uc591\ud55c \ubd84\uc57c\uc5d0 \uc801\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \ud2b9\ud788 \ub370\uc774\ud130 \uc911\uc2ec\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ud070 \ud6a8\uacfc\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uad81\uae08\ud55c \uc810\uc774\ub098 \ud53c\ub4dc\ubc31\uc740 \uc5b8\uc81c\ub4e0\uc9c0 \ub0a8\uaca8\uc8fc\uc138\uc694. \ub2e4\uc74c \uac15\uc88c\uc5d0\uc11c \ub9cc\ub098\uc694!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec QTreeView\ub97c \ud1b5\ud574 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc5b4\ub5bb\uac8c \uad6c\uc131\ud558\uace0 \uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. QTreeView\ub294 \ud2b8\ub9ac \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\uace0 \uc870\uc791\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc0dd\uc131\ud558\uace0, \uc774\ub97c QTreeView\ub85c \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b8 \uac83\uc785\ub2c8\ub2e4. 1. QTreeView\uc758 \uae30\ubcf8 \uc774\ud574 QTreeView\ub294 Qt \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc704\uc82f \uc911 \ud558\ub098\ub85c, \uacc4\uce35\uc801\uc778 \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc704\uc82f\uc740 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39226\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131&#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-39226","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, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \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\/39226\/\" \/>\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, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec QTreeView\ub97c \ud1b5\ud574 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc5b4\ub5bb\uac8c \uad6c\uc131\ud558\uace0 \uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. QTreeView\ub294 \ud2b8\ub9ac \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\uace0 \uc870\uc791\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc0dd\uc131\ud558\uace0, \uc774\ub97c QTreeView\ub85c \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b8 \uac83\uc785\ub2c8\ub2e4. 1. QTreeView\uc758 \uae30\ubcf8 \uc774\ud574 QTreeView\ub294 Qt \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc704\uc82f \uc911 \ud558\ub098\ub85c, \uacc4\uce35\uc801\uc778 \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc704\uc82f\uc740 &hellip; \ub354 \ubcf4\uae30 &quot;PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39226\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T03:38:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:42:06+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=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131\",\"datePublished\":\"2024-11-02T03:38:40+00:00\",\"dateModified\":\"2024-11-26T06:42:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/\"},\"wordCount\":59,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"PyQt\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39226\/\",\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T03:38:40+00:00\",\"dateModified\":\"2024-11-26T06:42:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39226\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39226\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131\"}]},{\"@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, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \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\/39226\/","og_locale":"ko_KR","og_type":"article","og_title":"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc774 \uac15\uc88c\uc5d0\uc11c\ub294 PyQt\ub97c \uc0ac\uc6a9\ud558\uc5ec QTreeView\ub97c \ud1b5\ud574 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc5b4\ub5bb\uac8c \uad6c\uc131\ud558\uace0 \uc0ac\uc6a9\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. QTreeView\ub294 \ud2b8\ub9ac \ud615\ud0dc\uc758 \ub370\uc774\ud130\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\uace0 \uc870\uc791\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \uc704\uc82f\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\ub97c \ud1b5\ud574 \uc6b0\ub9ac\ub294 \ud2b8\ub9ac \uad6c\uc870\ub97c \uc0dd\uc131\ud558\uace0, \uc774\ub97c QTreeView\ub85c \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubc30\uc6b8 \uac83\uc785\ub2c8\ub2e4. 1. QTreeView\uc758 \uae30\ubcf8 \uc774\ud574 QTreeView\ub294 Qt \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc704\uc82f \uc911 \ud558\ub098\ub85c, \uacc4\uce35\uc801\uc778 \ub370\uc774\ud130\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc704\uc82f\uc740 &hellip; \ub354 \ubcf4\uae30 \"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131\"","og_url":"https:\/\/atmokpo.com\/w\/39226\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T03:38:40+00:00","article_modified_time":"2024-11-26T06:42:06+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":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/39226\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39226\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131","datePublished":"2024-11-02T03:38:40+00:00","dateModified":"2024-11-26T06:42:06+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39226\/"},"wordCount":59,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["PyQt"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39226\/","url":"https:\/\/atmokpo.com\/w\/39226\/","name":"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T03:38:40+00:00","dateModified":"2024-11-26T06:42:06+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39226\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39226\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39226\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"PyQt\uac1c\ubc1c\uac15\uc88c, QTreeView\ub85c \ud2b8\ub9ac \uad6c\uc870 \uad6c\uc131"}]},{"@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\/39226","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=39226"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39226\/revisions"}],"predecessor-version":[{"id":39227,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39226\/revisions\/39227"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}