eric6/Tools/UIPreviewer.py

changeset 7628
f904d0eef264
parent 7533
88261c96484b
child 7759
51aa6c6b66f7
equal deleted inserted replaced
7626:7f643d41464e 7628:f904d0eef264
343 self.mainWidget = None 343 self.mainWidget = None
344 344
345 # load the file 345 # load the file
346 try: 346 try:
347 self.mainWidget = uic.loadUi(fn) 347 self.mainWidget = uic.loadUi(fn)
348 except Exception: 348 except Exception: # secok
349 pass 349 pass
350 350
351 if self.mainWidget: 351 if self.mainWidget:
352 self.currentFile = fn 352 self.currentFile = fn
353 self.__updateChildren(self.styleCombo.currentText()) 353 self.__updateChildren(self.styleCombo.currentText())

eric ide

mercurial