|
VICON: Sistema de Visión configurable V1.0
Trabajo Fin de Master Carlos Manuel Gomez Jimenez
|
Public Member Functions |
Public Attributes |
Definition at line 6 of file convertidor_svg2pdf.py.
| __init__ | ( | self, | |
| root ) |
Definition at line 7 of file convertidor_svg2pdf.py.
| convert_files | ( | self | ) |
Definition at line 35 of file convertidor_svg2pdf.py.
| reset_ui | ( | self | ) |
Definition at line 64 of file convertidor_svg2pdf.py.
| select_files | ( | self | ) |
Definition at line 28 of file convertidor_svg2pdf.py.
| btn_convert = tk.Button(root, text="Convertir a PDF", command=self.convert_files, width=25, bg="#28a745", fg="white", state="disabled") |
Definition at line 25 of file convertidor_svg2pdf.py.
| btn_select = tk.Button(root, text="Seleccionar archivos SVG", command=self.select_files, width=25, bg="#007acc", fg="white") |
Definition at line 19 of file convertidor_svg2pdf.py.
| files_label = tk.Label(root, text="No hay archivos seleccionados", bg="#f0f0f0", fg="#555") |
Definition at line 22 of file convertidor_svg2pdf.py.
| label = tk.Label(root, text="Convertidor de SVG a PDF", font=("Arial", 16, "bold"), bg="#f0f0f0") |
Definition at line 16 of file convertidor_svg2pdf.py.
| root = root |
Definition at line 8 of file convertidor_svg2pdf.py.
| list selected_files = [] |
Definition at line 13 of file convertidor_svg2pdf.py.
| str selected_files = f"{len(self.selected_files)} archivos listos.") |
Definition at line 31 of file convertidor_svg2pdf.py.