/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QILineEdit.cpp | 55 sof.lineWidth = hasFrame() ? style()->pixelMetric (QStyle::PM_DefaultFrameWidth) : 0; 63 QSize sa = style()->sizeFromContents (QStyle::CT_LineEdit, &sof, sc, this); 66 /* Vista l&f style has a bug where the last parameter of sizeFromContents 70 if (qobject_cast <QWindowsVistaStyle*> (style())) 72 /* Check if l&f style theme is really active else painting performed by
|
H A D | QIAdvancedSlider.cpp | 62 int available = opt.rect.width() - style()->pixelMetric(QStyle::PM_SliderLength, &opt, this); 74 int available = opt.rect.width() - style()->pixelMetric(QStyle::PM_SliderLength, &opt, this); 83 QRect ticks = style()->subControlRect(QStyle::CC_Slider, &opt, QStyle::SC_SliderTickmarks, this); 92 QRect ticks = style()->subControlRect(QStyle::CC_Slider, &opt, QStyle::SC_SliderHandle, this) | 93 style()->subControlRect(QStyle::CC_Slider, &opt, QStyle::SC_SliderGroove, this);
|
H A D | QIListView.cpp | 52 static_cast<QMacStyle *> (style())->setFocusRectPolicy (this, QMacStyle::FocusDisabled);
|
H A D | QIMessageBox.cpp | 356 QStyle *pStyle = pWidget ? pWidget->style() : QApplication::style();
|
H A D | QIArrowSplitter.cpp | 94 int iExtent = QApplication::style()->pixelMetric(QStyle::PM_ScrollBarExtent);
|
H A D | QILabel.cpp | 96 /* No focus style change */ 235 /* Paint a focus rect based on the current style. */ 238 style()->drawPrimitive (QStyle::PE_FrameFocusRect, &option, &painter, this);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIToolBar.cpp | 48 /* Determine tool-button style on the basis of passed flag: */ 51 /* Depending on parent, assign this style: */ 94 if (qobject_cast <QCleanlooksStyle*>(QToolBar::style()) || 95 qobject_cast <QWindowsStyle*>(QToolBar::style()))
|
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/ |
H A D | common.css | 231 list-style: none; 262 font-style: normal; 287 list-style: none; 288 list-style-type: none; 426 border-style: dashed; 436 border-style: none; 446 border-style: none; 537 list-style: none; 538 list-style-type: none; 558 font-style [all...] |
H A D | details.css | 59 border-style: dashed; 74 border-style: none; 183 font-style: italic;
|
H A D | graphwiz.css | 205 font-style: italic;
|
/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/ |
H A D | common.js | 313 g_oCurrentTooltip.oElm.style.display = 'none'; 410 g_oCurrentTooltip.oElm.style.top = yPos + 'px'; 411 g_oCurrentTooltip.oElm.style.left = xPos + 'px'; 444 oTooltip.oElm.style.display = 'block'; 445 oTooltip.oElm.style.position = 'absolute'; 448 oTooltip.oElm.style.left = oRect.right + 'px'; 449 oTooltip.oElm.style.top = oRect.bottom + 'px'; 520 oSubElement.style.overflowX = 'hidden'; 524 oSubElement.style.overflowX = 'scroll'; 533 g_oCurrentTooltip.oElm.style [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | swapchain.c | 798 static LONG fullscreen_style(LONG style) argument 801 style |= WS_POPUP | WS_SYSMENU; 802 style &= ~(WS_CAPTION | WS_THICKFRAME); 804 return style; 823 LONG style, exstyle; 827 if (device->style || device->exStyle) 829 ERR("Changing the window style for window %p, but another style (%08x, %08x) is already stored.\n", 830 window, device->style, device->exStyle); 833 device->style [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsNetworkDetailsHost.cpp | 68 int iWid1 = m_pEnableManualCheckbox->style()->pixelMetric(QStyle::PM_IndicatorWidth, &options1, m_pEnableManualCheckbox) + 69 m_pEnableManualCheckbox->style()->pixelMetric(QStyle::PM_CheckBoxLabelSpacing, &options1, m_pEnableManualCheckbox) - 80 int wid2 = m_pEnabledDhcpServerCheckbox->style()->pixelMetric(QStyle::PM_IndicatorWidth, &options2, m_pEnabledDhcpServerCheckbox) + 81 m_pEnabledDhcpServerCheckbox->style()->pixelMetric(QStyle::PM_CheckBoxLabelSpacing, &options2, m_pEnabledDhcpServerCheckbox) -
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | tstMvWnd.cpp | 55 wc.style = CS_OWNDC;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | types.h | 93 uint8 style; member in struct:_PEN 113 uint8 style; member in struct:_BRUSH
|
H A D | orders.c | 148 in_uint8(s, pen->style); 167 if (out_brush->style & 0x80) 169 colour_code = out_brush->style & 0x0f; 174 error("error getting brush data, style %x\n", out_brush->style); 182 out_brush->style = 3; 197 in_uint8(s, brush->style); 263 os->y, os->cx, os->cy, os->brush.style, os->bgcolour, os->fgcolour)); 513 os->brush.style, os->bgcolour, os->fgcolour)); 643 os->x, os->y, os->opcode, os->fillmode, os->brush.style, o [all...] |
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-shared.cpp | 96 wc.style = CS_OWNDC; 151 pCS->style, 169 AssertMsg(*pHwnd, ("CreateWindowEx %x %s %s %x (%d,%d)(%d,%d), %x %x %x error=%x\n", pCS->dwExStyle, pCS->lpszName, VMSVGA3D_WNDCLASSNAME, pCS->style, pCS->x,
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | HostPowerWin.cpp | 78 wc.style = CS_NOCLOSE;
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/ |
H A D | winevent.c | 121 wndclass.style = CS_HREDRAW | CS_VREDRAW;
|
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/ |
H A D | TestHelloXPLoop.cpp | 92 wndclass.style = CS_HREDRAW | CS_VREDRAW;
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIIconPool.cpp | 162 QStyle *pStyle = pWidget ? pWidget->style() : QApplication::style();
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jsr181-api.jar | ... public abstract javax.jws.soap.SOAPBinding$Style style () public abstract javax.jws.soap.SOAPBinding ... |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | psout.h | 118 PsArcEnum style; member in struct:PsArcRec_ 293 float ang1, float ang2, PsArcEnum style);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | psout.h | 118 PsArcEnum style; member in struct:PsArcRec_ 293 float ang1, float ang2, PsArcEnum style);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | device.c | 1004 static LONG fullscreen_style(LONG style) argument 1007 style |= WS_POPUP | WS_SYSMENU; 1008 style &= ~(WS_CAPTION | WS_THICKFRAME); 1010 return style; 1024 LONG style, exstyle; local 1028 if (device->style || device->exStyle) 1030 ERR("Changing the window style for window %p, but another style (%08x, %08x) is already stored.\n", 1031 window, device->style, device->exStyle); 1034 device->style 1056 LONG style, exstyle; local 5257 DWORD style = device->style; local [all...] |