Home
last modified time | relevance | path

Searched refs:widthForHeight (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/eric6/eric6-21.11/eric/eric6/E5Gui/
H A DE5TextEditSearchWidget.py38 def __init__(self, parent=None, widthForHeight=True): argument
50 self.__setupUi(widthForHeight)
76 def __setupUi(self, widthForHeight): argument
155 self.__addWidthForHeightLayout(widthForHeight)
165 def setWidthForHeight(self, widthForHeight): argument
176 self.__addWidthForHeightLayout(widthForHeight)
178 def __addWidthForHeightLayout(self, widthForHeight): argument
185 if widthForHeight:
192 self.__widthForHeight = widthForHeight
/dports/net-im/kopete/kopete-21.12.3/libkopete/ui/
H A Dkopetelistviewitem.h161 virtual int widthForHeight(int height);
250 int widthForHeight(int height) Q_DECL_OVERRIDE;
287 int widthForHeight(int) Q_DECL_OVERRIDE;
396 int widthForHeight(int) Q_DECL_OVERRIDE;
H A Dkopetelistviewitem.cpp238 int Component::widthForHeight(int) in widthForHeight() function in Kopete::UI::ListView::Component
346 int BoxComponent::widthForHeight(int height) in widthForHeight() function in Kopete::UI::ListView::BoxComponent
351 width = qMax(width, component(n)->widthForHeight(height)); in widthForHeight()
357 width += component(n)->widthForHeight(height); in widthForHeight()
459 int desiredWidth = comp->widthForHeight(rect.height()); in layout()
640 int TextComponent::widthForHeight(int) in widthForHeight() function in Kopete::UI::ListView::TextComponent
715 if ((usedWidth + comp->widthForHeight(rect.height())) > totalWidth) { in layout()
729 comp->widthForHeight(rect.height()), in layout()
732 usedWidth += comp->widthForHeight(rect.height()); in layout()
833 int HSpacerComponent::widthForHeight(int) in widthForHeight() function in Kopete::UI::ListView::HSpacerComponent
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_color_label_selector_widget.cpp67 int widthForHeight(int height, int spacing) const;
105 return QSize(m_d->widthForHeight(m_d->minHeight, m_d->minSpacing), m_d->minHeight); in minimumSizeHint()
111 return QSize(m_d->widthForHeight(preferredHeight, m_d->maxSpacing), preferredHeight); in sizeHint()
144 int KisColorLabelSelectorWidget::Private::widthForHeight(int height, int spacing) const in widthForHeight() function in KisColorLabelSelectorWidget::Private
/dports/graphics/krita/krita-4.4.8/plugins/dockers/advancedcolorselector/
H A Dkis_color_patches.cpp143 setMaximumWidth(widthForHeight(height())); in resizeEvent()
144 setMinimumWidth(widthForHeight(height())); in resizeEvent()
334 int KisColorPatches::widthForHeight(int height) const in widthForHeight() function in KisColorPatches
H A Dkis_color_patches.h80 int widthForHeight(int height) const;
/dports/textproc/uim-gtk/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/textproc/uim-el/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/textproc/uim-qt5/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/textproc/uim-m17nlib/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/textproc/uim-gtk3/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/japanese/uim-anthy/uim-d1ac9d9/qt3/toolbar/
H A Dapplet-kde.h62 int widthForHeight(int h) const;
H A Dapplet-kde.cpp81 int UimApplet::widthForHeight(int /* h */) const in widthForHeight() function in UimApplet
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkThumbnailListWidget.cpp138 newViewportSize.rwidth() = flowLayout->widthForHeight( newViewportSize.height() ); in updateScrollAreaContentWidgetSize()
144 newViewportSize.rwidth() = flowLayout->widthForHeight( newViewportSize.height() ); in updateScrollAreaContentWidgetSize()
H A DctkFlowLayout.h112 virtual int widthForHeight(int) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3dockarea.h87 int widthForHeight(int) const;
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqdockarea.h73 int widthForHeight( int ) const;
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoToolBoxScrollArea_p.h173 newSize.setWidth(l->widthForHeight(newSize.height())); in layoutItems()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoToolBoxScrollArea_p.h173 newSize.setWidth(l->widthForHeight(newSize.height())); in layoutItems()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/presentwindows/
H A Dpresentwindows.h230 inline int widthForHeight(EffectWindow *w, int height) { in widthForHeight() function

12