hello
Is there a way to display files of a specified directory in a listview.
Files extension is .ini so what i intend to do is to let the user load a configuration .
Could you give me an example ?
Printable View
hello
Is there a way to display files of a specified directory in a listview.
Files extension is .ini so what i intend to do is to let the user load a configuration .
Could you give me an example ?
read doc about QFileSystemModel
You probably want to at least look at QFileDialog::getOpenFileName() before reinventing a wheel.