Exemplo n.º 1
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + [
         "ToolBar",
         "MenuBar",
         "StatusBar",
         "Icon",
         "Anchors",
         "Constraints",
         "Label",
     ]
Exemplo n.º 2
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['SplitMode']
Exemplo n.º 3
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['TargetRect']
Exemplo n.º 4
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['Position', 'Size', 'ClientSize']
Exemplo n.º 5
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['SplitMode']
Exemplo n.º 6
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['TargetRect']
Exemplo n.º 7
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['Position', 'Size', 'ClientSize']
Exemplo n.º 8
0
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ['Label', 'Constraints', 'TmpDefaultItem']
     hdt.remove('Title')
     return hdt
Exemplo n.º 9
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['ToolBar', 'MenuBar',
           'StatusBar', 'Icon', 'Anchors', 'Constraints', 'Label']
Exemplo n.º 10
0
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ['Label', 'Constraints', 'TmpDefaultItem']
     hdt.remove('Title')
     return hdt
Exemplo n.º 11
0
 def hideDesignTime(self):
     return ContainerDTC.hideDesignTime(self) + ['ToolBar', 'MenuBar',
           'StatusBar', 'Icon', 'Anchors', 'Constraints', 'Label']
Exemplo n.º 12
0
 def hideDesignTime(self):
     hdt = ContainerDTC.hideDesignTime(self) + ["Label", "Constraints", "TmpDefaultItem"]
     hdt.remove("Title")
     return hdt