2
這是我的關於顯示QFileDialog的代碼的一部分。
如何在pyQt中調整QFileDialog的大小?
expand='Image Files(*.mp3 *.wav)'
tips=u'choose the music file'
path = QtGui.QFileDialog.getOpenFileName(self, tips, QtGui.QDesktopServices.storageLocation(QtGui.QDesktopServices.MusicLocation), expand)
然後它可以顯示窗口選擇文件。
但它的大小對我來說太大了。
我想設置的尺寸是320 * 240。
但是我不知道該怎麼做。
希望有人能解決這個問題。
http://stackoverflow.com/questions/25890938/pyside-qfiledialog-window-size – HabibKazemi