Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのサブルーチンを持っています:
def checkout_button_handler(self): self.processing_label.show() self.qry_db() self.processing_label.hide() return
私がそれを呼び出すと、processing_label決して表示されず、データベースのクエリを開始します。次の行に移動する前に、このラベルを強制的に表示するにはどうすればよいですか?
processing_label