亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

qtreeview怎么獲取根節點

小億
219
2023-12-07 18:05:37
欄目: 編程語言

在QTreeView中,可以使用model()方法獲取treeview所使用的model。然后使用model的index()方法獲取根節點的index,再使用model的parent()方法獲取該節點的父節點的index,直到獲取到沒有父節點的根節點。

示例代碼如下:

root_index = treeview.model().index(0, 0)  # 獲取第一個節點的index
while treeview.model().parent(root_index).isValid():
    root_index = treeview.model().parent(root_index)  # 獲取父節點的index
root_node = root_index.internalPointer()  # 獲取根節點

請注意,上述示例代碼中的0, 0表示根節點的位置,具體位置可以根據實際情況進行調整。

0
鄂伦春自治旗| 泌阳县| 敦化市| 乡城县| 鹤壁市| 同江市| 成都市| 安图县| 乳山市| 汕尾市| 绍兴市| 尚志市| 平阴县| 广汉市| 麟游县| 康乐县| 巨鹿县| 玛多县| 察哈| 旬邑县| 尼木县| 嘉鱼县| 荆州市| 达州市| 溆浦县| 屏边| 惠东县| 肃北| 攀枝花市| 武城县| 铜川市| 临湘市| 黎城县| 黔西县| 青铜峡市| 永春县| 贡觉县| 英超| 闵行区| 南江县| 麻江县|