Searched refs:ksParamGraphWizWidth (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/webui/ |
H A D | wuigraphwiz.py | 256 oGraph.setWidth(self._dParams[WuiMain.ksParamGraphWizWidth]) 287 % ( WuiMain.ksParamGraphWizWidth, ); 330 % ( WuiMain.ksParamGraphWizWidth, 331 WuiMain.ksParamGraphWizWidth, WuiMain.ksParamGraphWizWidth, self._dParams[WuiMain.ksParamGraphWizWidth], 336 % ( WuiMain.ksParamGraphWizWidth, WuiMain.ksParamGraphWizHeight,
|
H A D | wuimain.py | 97 ksParamGraphWizWidth = 'cx'; variable in class:WuiMain 934 cx = self.getIntParam(self.ksParamGraphWizWidth, iMin = 128, iMax = 8192, iDefault = 1280); 959 self.ksParamGraphWizWidth: cx,
|
H A D | wuitestresult.py | 552 % (WuiMain.ksParamGraphWizWidth, WuiMain.ksParamGraphWizDpi, )) );
|
Completed in 47 milliseconds