예제 #1
0
 def switch_to_tab(self, idx):
     if not ParsecApp.has_active_modal():
         self.tab_center.setCurrentIndex(idx)
예제 #2
0
 def _inner_proxy():
     if ParsecApp.has_active_modal():
         return
     funct()