|
|
|
|
|
|
|
|
from tkinter import * |
|
|
from tkinter import * |
|
|
import tkinter.font as tkFont |
|
|
import tkinter.font as tkFont |
|
|
import subprocess |
|
|
import subprocess |
|
|
|
|
|
import configparser |
|
|
|
|
|
|
|
|
# own code: |
|
|
# own code: |
|
|
# from questionnaire import quest |
|
|
# from questionnaire import quest |
|
|
|
|
|
|
|
|
# global pathSave |
|
|
# global pathSave |
|
|
# pathSave = "\\questions\\" + self.paradigmText |
|
|
# pathSave = "\\questions\\" + self.paradigmText |
|
|
# pathSave = os.getcwd() + pathSave |
|
|
# pathSave = os.getcwd() + pathSave |
|
|
|
|
|
|
|
|
|
|
|
config = configparser.ConfigParser() |
|
|
|
|
|
config.read('default.ini') |
|
|
|
|
|
|
|
|
# Einstellung der GUI Größe |
|
|
# Einstellung der GUI Größe |
|
|
textH = 4 |
|
|
textH = 4 |