{"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":[{"id":39284,"url":"https:\/\/atmokpo.com\/w\/39284\/","url_meta":{"origin":39226,"position":0},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, MacOS Spotlight \uac19\uc740 \uae30\ub2a5 \uad6c\ud604, \ud14d\uc2a4\ud2b8\uc640 \ub9c1\ud06c \ub4f1\uc744 \ud3ec\ud568\ud55c \uc815\ubcf4 \ub808\uc774\uc5b4 \ucd94\uac00","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 PyQt\ub294 Python \ud504\ub85c\uadf8\ub798\uba38\ub4e4\uc774 Qt \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud558\uace0 \uc9c1\uad00\uc801\uc778 GUI(Graphical User Interface) \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud558\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 MacOS\uc758 Spotlight\uc640 \uc720\uc0ac\ud55c \uae30\ub2a5\uc744 \uad6c\ud604\ud574\ubcfc \uac83\uc785\ub2c8\ub2e4. Spotlight\ub294 \uc0ac\uc6a9\uc790\uac00 \ud544\uc694\ub85c \ud558\ub294 \uc815\ubcf4\ub97c \ube60\ub974\uac8c \ucc3e\uc744 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc774\uc640 \uc720\uc0ac\ud55c \uac80\uc0c9 \uae30\ub2a5\uc744\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":39132,"url":"https:\/\/atmokpo.com\/w\/39132\/","url_meta":{"origin":39226,"position":1},"title":"PyQt\uac1c\ubc1c\uac15\uc88c, QSequentialAnimationGroup\uacfc QParallelAnimationGroup","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc11c\ub860 PyQt\ub294 Python\uc5d0\uc11c Qt \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. PyQt\ub97c \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c GUI \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uc81c\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \uc560\ub2c8\uba54\uc774\uc158\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ubcf4\ub2e4 \uc9c1\uad00\uc801\uc774\uace0 \ub9e4\ub825\uc801\uc73c\ub85c \ub9cc\ub4dc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. QSequentialAnimationGroup\uacfc QParallelAnimationGroup\uc740 PyQt\uc5d0\uc11c \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uae30 \uc704\ud55c \ub450 \uac00\uc9c0 \uc911\uc694\ud55c\u2026","rel":"","context":"&quot;PyQt&quot;\uc5d0\uc11c","block_context":{"text":"PyQt","link":"https:\/\/atmokpo.com\/w\/category\/pyqt\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27308,"url":"https:\/\/atmokpo.com\/w\/27308\/","url_meta":{"origin":39226,"position":2},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1 \uad6c\ud558\uae30 2","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \uc18c\uac1c \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 C# \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec '\ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1(LCA; Lowest Common Ancestor)' \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \ub2e4\ub8f0 \uac83\uc785\ub2c8\ub2e4. \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1\uc740 \uc774\uc9c4 \ud2b8\ub9ac\uc5d0\uc11c \ub450 \ub178\ub4dc\uc758 \uacf5\ud1b5 \uc870\uc0c1 \uc911 \uac00\uc7a5 \uae4a\uc740 \ub178\ub4dc\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud2b9\uc815 \uc54c\uace0\ub9ac\uc998 \ubc0f \uc790\ub8cc \uad6c\uc870\ub97c \ud65c\uc6a9\ud558\uc5ec \uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \uacfc\uc815\uc744 \uc790\uc138\ud788\u2026","rel":"","context":"&quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27470,"url":"https:\/\/atmokpo.com\/w\/27470\/","url_meta":{"origin":39226,"position":3},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ud2b8\ub9ac \uc21c\ud68c\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ud604\ub300 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \uc54c\uace0\ub9ac\uc998\uacfc \uc790\ub8cc\uad6c\uc870\ub294 \ud575\uc2ec\uc801\uc778 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ud2b9\ud788, \ud2b8\ub9ac\ub294 \ub9ce\uc740 \ubb38\uc81c\uc5d0\uc11c \uc911\uc694\ud55c \uc790\ub8cc\uad6c\uc870\ub85c \ud65c\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \ud2b8\ub9ac\uc758 \uae30\ubcf8 \uac1c\ub150\uacfc \ud568\uaed8 \ud2b8\ub9ac \uc21c\ud68c\ub97c \ud65c\uc6a9\ud55c \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud2b8\ub9ac \uc21c\ud68c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud560 \uac83\uc774\uba70, \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud55c \ub2e8\uacc4\ubcc4 \uacfc\uc815\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. \ud2b8\ub9ac\uc758 \uae30\ucd08 \ud2b8\ub9ac\ub294 \ube44\uc120\ud615 \ub370\uc774\ud130\u2026","rel":"","context":"&quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27480,"url":"https:\/\/atmokpo.com\/w\/27480\/","url_meta":{"origin":39226,"position":4},"title":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c, \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1 \uad6c\ud558\uae30 1","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: [\uc624\ub298\uc758 \ub0a0\uc9dc] \ub4e4\uc5b4\uac00\uba70 \uc54c\uace0\ub9ac\uc998 \ubb38\uc81c\ud480\uc774\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub2a5\ub825\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1(Lowest Common Ancestor, LCA) \ubb38\uc81c\ub294 \ud2b8\ub9ac \uad6c\uc870\uc5d0\uc11c\uc758 \ub178\ub4dc \uac04\uc758 \uad00\uacc4\ub97c \uc774\ud574\ud558\ub294 \ub370 \ud544\uc218\uc801\uc778 \uac1c\ub150\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 C#\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucd5c\uc18c \uacf5\ud1b5 \uc870\uc0c1\uc744 \uad6c\ud558\ub294 \ubb38\uc81c\ub97c \ud480\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ubb38\uc81c \uc124\uba85 \uc8fc\uc5b4\uc9c4 \uc774\uc9c4 \ud2b8\ub9ac\uac00 \uc8fc\uc5b4\uc84c\uc744 \ub54c, \ub450 \ub178\ub4dc\u2026","rel":"","context":"&quot;C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"C# \ucf54\ub529\ud14c\uc2a4\ud2b8 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/c-%ec%bd%94%eb%94%a9%ed%85%8c%ec%8a%a4%ed%8a%b8-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":25914,"url":"https:\/\/atmokpo.com\/w\/25914\/","url_meta":{"origin":39226,"position":5},"title":"\ub9ac\uc561\ud2b8 \uac15\uc88c: \ub9ac\uc561\ud2b8 \uac1c\ubc1c\uc790 \ub3c4\uad6c","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c 1. \ub9ac\uc561\ud2b8\ub780? \ub9ac\uc561\ud2b8(React)\ub294 \ud398\uc774\uc2a4\ubd81\uc5d0\uc11c \uac1c\ubc1c\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc704\ud55c JavaScript \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4. \ub9ac\uc561\ud2b8\ub294 \ud6a8\uc728\uc801\uc774\uace0 \uc720\uc5f0\ud55c \ubc29\uc2dd\uc73c\ub85c UI\ub97c \uad6c\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uadf8 \uc8fc\ub41c \ud2b9\uc9d5\uc740 \ucef4\ud3ec\ub10c\ud2b8 \uae30\ubc18 \uad6c\uc870\uc774\uba70, \uc0c1\ud0dc \uad00\ub9ac, \uac00\uc0c1 DOM, \uc0dd\uba85\uc8fc\uae30 \uad00\ub9ac \ub4f1 \ub2e4\uc591\ud55c \uac1c\ub150\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1.1 \ub9ac\uc561\ud2b8\uc758 \uc7a5\uc810 \uc7ac\uc0ac\uc6a9\uc131: \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc7ac\uc0ac\uc6a9\ud560 \uc218 \uc788\uc5b4\u2026","rel":"","context":"&quot;\ub9ac\uc561\ud2b8 \uae30\ucd08 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ub9ac\uc561\ud2b8 \uae30\ucd08 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%eb%a6%ac%ec%95%a1%ed%8a%b8-%ea%b8%b0%ec%b4%88-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_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}]}}