Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desmembrar aba de hardware #12

Open
DankoCaboski opened this issue Jul 5, 2024 · 0 comments
Open

Desmembrar aba de hardware #12

DankoCaboski opened this issue Jul 5, 2024 · 0 comments

Comments

@DankoCaboski
Copy link
Owner

Mover as os elementos da aba de hardware para uma classe própria conforme feito para software
(

################### Software tab ###################
def configure_sw(self):
self.tabview.tab("Software").grid_columnconfigure(0, weight=1)
self.tabview.tab("Software").grid_columnconfigure(1, weight=1)
self.tabview.tab("Software").grid_columnconfigure(2, weight=1)
self.tabview.tab("Software").grid_columnconfigure(3, weight=1)
self.tabview.tab("Software").grid_rowconfigure(0, weight=1)
global zonas_view
zonas_view = customtkinter.CTkTabview(self.tabview.tab("Software"),
anchor="nw",
command=self.on_tab_change,
fg_color="#3D3D3D"
)
zonas_view.add("+")
self.add_zona(zonas_view)
zonas_view.grid(row=0, column=0, columnspan=4, padx=0, pady=0, sticky="nsew")
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant