def bolumBagla(self, hedef, baglam):
komut = "mount " + hedef + " " + baglam
try:
os.system(komut)
self.f.surec_cubugu.setValue(100)
except OSError as e:
QMessageBox.warning(self, self.e.d[self.e.s_d]["Hata"], str(e))
qApp.closeAllWindows()
self.f.bilgi_label.setText(hedef + " " + baglam + self.e.d[self.e.s_d][" alt?na ba?land?."])
评论列表
文章目录