Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ダウンロードツールを作りたい。
ダウンロードには次のコードを使用します。
私は問題に直面しています:
ダウンロードの進行状況を QTableView や QTableWidget に反映する方法がわかりません。特に、2 つ以上のファイルを同時にダウンロードする。たとえば、ダウンロードの進行状況をこの QTableView に反映するにはどうすればよいですか?
誰かが少しサンプルを与えることができますか? 前もって感謝します!
をQTableWidget使用してset cellWidget(QWidget*)を挿入し、QProgressBarその値を設定するロジックを実装できます...
QTableWidget
set cellWidget(QWidget*)
QProgressBar