Hi all,
How do I create a browse button. I want to save images.
Hi all,
How do I create a browse button. I want to save images.
Use a normal QPushButton and connect its signal clicked() to a custom slot where you are showing a QFileDialog.
Bookmarks