Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do i add columns to a list view widget while in qt editor?
You don't. A list view has a single column. If you need multiple columns, you will want to use QTableView or perhaps QTreeView.