ttk.Button(main_frame, text="Test Connection", command=self.test_connection).grid(row=0, column=3, padx=5, pady=5) ttk.Label(main_frame, text="Tools Path:").grid(row ...