Qt QTableWidget點擊表頭設置排序

核心代碼如下: 1 2 3 4 5 6 QHeaderView *headerGoods = _nodeTableWidget->horizontalHeader(); //SortIndicator爲水平標題欄文字旁邊的三角指示器 headerGoods->setSortIndicator(0, Qt::AscendingOrder); headerGoods->setSortIndicator
相關文章
相關標籤/搜索