<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>A minor inconvenience I think, but the documentation for QFileDialog.getSaveFileName shows it should return the filename as a string, but it returns a tuple that consists of the filename string and the filter</p>
<p><br>
</p>
<p>other related methods...</p>
<p><br>
</p>
<p>getOpenFileName has the same, "incorrect" behavior</p>
<p><br>
</p>
<p>getExistingDirectory behaves correctly<br>
</p>
</body>
</html>