def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + [
         "ToolBar",
         "MenuBar",
         "StatusBar",
         "Icon",
         "Anchors",
         "Constraints",
         "Label",
     ]
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['SplitMode']
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['TargetRect']
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['Position', 'Size', 'ClientSize']
Beispiel #5
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['SplitMode']
Beispiel #6
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['TargetRect']
Beispiel #7
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['Position', 'Size', 'ClientSize']
Beispiel #8
0
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ['Label', 'Constraints', 'TmpDefaultItem']
     hdt.remove('Title')
     return hdt
Beispiel #9
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['ToolBar', 'MenuBar',
           'StatusBar', 'Icon', 'Anchors', 'Constraints', 'Label']
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ['Label', 'Constraints', 'TmpDefaultItem']
     hdt.remove('Title')
     return hdt
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['ToolBar', 'MenuBar',
           'StatusBar', 'Icon', 'Anchors', 'Constraints', 'Label']
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ["Label", "Constraints", "TmpDefaultItem"]
     hdt.remove("Title")
     return hdt