8587:78971b458d25 | 8588:84dfb28716e2 |
---|---|
394 @param barSize size category for the bar (one of 'xs', 'sm', 'md', | 394 @param barSize size category for the bar (one of 'xs', 'sm', 'md', |
395 'lg', 'xl', 'xxl') | 395 'lg', 'xl', 'xxl') |
396 @type str | 396 @type str |
397 """ | 397 """ |
398 self.__iconBar.setBarSize(barSize) | 398 self.__iconBar.setBarSize(barSize) |
399 if self.isMinimized(): | |
400 self.__shrinkIt() | |
401 else: | |
402 self.__expandIt() | |
399 | 403 |
400 def barSize(self): | 404 def barSize(self): |
401 """ | 405 """ |
402 Public method to get the icon bar size. | 406 Public method to get the icon bar size. |
403 | 407 |