Skip to content
Snippets Groups Projects
Commit 72f9d4f7 authored by martiivGylden's avatar martiivGylden
Browse files

Finished version 1.0 of parser

parent 185bf401
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ def createIndicatorView(diagram: Diagram, frame: customtkinter.CTkScrollableFram ...@@ -279,7 +279,7 @@ def createIndicatorView(diagram: Diagram, frame: customtkinter.CTkScrollableFram
indicatorHead = ttk.Label(indicatorFrame, text=f"Indicator: {indicatorID} Name: {indicatorName}" , style="IndicatorHeader.TLabel") indicatorHead = ttk.Label(indicatorFrame, text=f"Indicator: {indicatorID} Name: {indicatorName}" , style="IndicatorHeader.TLabel")
indicatorDescription = ttk.Label(indicatorFrame, text=f"Indicator Value: {indicatorValue}", style="IndicatorInfo.TLabel") indicatorDescription = ttk.Label(indicatorFrame, text=f"Indicator Value: {indicatorValue}", style="IndicatorInfo.TLabel")
indicatorDescription2 = ttk.Label(indicatorFrame, text=f"Measurement date: {date} Frequency: {frequency}" , style="IndicatorInfo.TLabel") indicatorDescription2 = ttk.Label(indicatorFrame, text=f"Measurement date: {date} Frequency: {frequency}" , style="IndicatorInfo.TLabel")
indicatorDescription3 = ttk.Label(indicatorFrame, text=f"Interpretation: {interpretation}", style="IndicatorInfo.TLabel", wraplength=0.4*frameWidth) indicatorDescription3 = ttk.Label(indicatorFrame, text=f"Interpretation: {interpretation}", style="IndicatorInfo.TLabel", wraplength=0.4*frameWidth)
description4 = ttk.Label(indicatorFrame, text=f"Amount of associations: {amoubtOfAssociates}", style="IndicatorInfo.TLabel") description4 = ttk.Label(indicatorFrame, text=f"Amount of associations: {amoubtOfAssociates}", style="IndicatorInfo.TLabel")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment