10 _ File Dialog In PyQt (Arabic) - كورسات

10 _ File Dialog In PyQt (Arabic)

يجب تسجيل الدخول أو التسجيل لتتمكّن من التعليق
abdeljalil nouiri
منذ 6 سنوات
In OsX open(var) dosent work directly but this fixed the problem :)


getF = QFileDialog.getOpenFileName(win ,"Open File","/")

with open(getF[0],"r") as f:
print(f.read())

thnx for this course