Home
last modified time | relevance | path

Searched defs:WidgetLayout (Results 1 – 10 of 10) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dwidgetpanel.h32 class WidgetLayout; variable
H A Dbasedocument.h31 class WidgetLayout; variable
H A Dcsoundengine.h51 class WidgetLayout; variable
H A Dqutecsound.h74 class WidgetLayout; variable
H A Dwidgetlayout.cpp46 WidgetLayout::WidgetLayout(QWidget* parent) : QWidget(parent) in WidgetLayout() function in WidgetLayout
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Dboard_widgets.go49 type WidgetLayout struct { struct
50 X *float64 `json:"x,omitempty"`
51 Y *float64 `json:"y,omitempty"`
52 Height *float64 `json:"height,omitempty"`
53 Width *float64 `json:"width,omitempty"`
H A Ddatadog-accessors.go1501 func (b *BoardWidget) SetLayout(v WidgetLayout) {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dboard_widgets.go49 type WidgetLayout struct { struct
50 X *float64 `json:"x,omitempty"`
51 Y *float64 `json:"y,omitempty"`
52 Height *float64 `json:"height,omitempty"`
53 Width *float64 `json:"width,omitempty"`
H A Ddatadog-accessors.go1501 func (b *BoardWidget) SetLayout(v WidgetLayout) {
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_instructionsdialog.cpp466 QGridLayout* WidgetLayout = qobject_cast<QGridLayout*>(widget()->layout()); in SelectionChanged() local