This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Created on Feb 8, 2013 | |
@author: matthieuc | |
@contact: [email protected] | |
''' | |
import PySide.QtGui as QtGui | |
def setNukeZeroMarginsWidget(widget_object): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def hideAllViewerQtInfosWidgets(): | |
try: | |
import PySide.QtGui as QtGui | |
parentApp = QtGui.QApplication.allWidgets() | |
parentName = "Viewer" | |
name = "/" | |
parentViewer = None | |
for parent in parentApp: |
NewerOlder