def __init__(self, f_dict): self.oopt = opt.Optionen(f_dict.get('optionen_file_antrag')) self.oprot = prot.Protokoll(f_dict.get('protokoll_file_antrag')) self.file_system_antrag = f_dict.get('file_system_antrag') self.LegeAntrag() self.pfad = os.path.dirname(self.file_system_antrag) self.temp = self.pfad + '/temp.csv'
oprot.SchreibeInProtokoll("ENDE erreicht!!!") print("**** Ende ****") app = widgets.QApplication(sys.argv) wMainwindow = uic.loadUi(files_dict.get('mainwindow_file')) wSpielwindow = uic.loadUi(files_dict.get('spielwindow_file')) wMainwindow.pushButtonSpiele.clicked.connect(Steuerung) wMainwindow.actionSpielen.triggered.connect(Steuerung) wSpielwindow.pushButton_ZSK.clicked.connect(ZeigeGrafik_ZSK) wSpielwindow.pushButton_statistik_anzahl.clicked.connect( ZeigeGrafik_Statistik_Anzahl) wSpielwindow.pushButton_Entwicklung_Renten.clicked.connect( ZeigeGrafik_Entwicklung_Renten) wSpielwindow.horizontalSlider_Renten.valueChanged.connect(AnteilImSliderRenten) LegeLaufzeitAuswahlBeiRentenFest() LegeLaufzeitAuswahlBeiProduktenFest() #Starteinstellungen zu Produkten LegeDefoultEinstellungenfest() oopt = opt.Optionen(files_dict.get('optionen_file_main')) oprot = prot.Protokoll(files_dict.get('protokoll_file_main')) wMainwindow.show() app.exec_()
def __init__(self, f_dict): self.oopt = opt.Optionen(f_dict.get('optionen_file_antrag_oe')) self.oprot = prot.Protokoll(f_dict.get('protokoll_file_antrag_oe'))