Home
last modified time | relevance | path

Searched defs:showClearButton (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/gui/editorwidgets/
H A Dqgsdoublespinbox.h87 bool showClearButton() const {return mShowClearButton;} in showClearButton() function
H A Dqgsspinbox.h87 bool showClearButton() const {return mShowClearButton;} in showClearButton() function
H A Dqgsdoublespinbox.cpp55 void QgsDoubleSpinBox::setShowClearButton( const bool showClearButton ) in setShowClearButton()
H A Dqgsspinbox.cpp52 void QgsSpinBox::setShowClearButton( const bool showClearButton ) in setShowClearButton()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/editorwidgets/
H A Dqgsdoublespinbox.h87 bool showClearButton() const {return mShowClearButton;} in showClearButton() function
H A Dqgsspinbox.h87 bool showClearButton() const {return mShowClearButton;} in showClearButton() function
H A Dqgsdoublespinbox.cpp55 void QgsDoubleSpinBox::setShowClearButton( const bool showClearButton ) in setShowClearButton()
H A Dqgsspinbox.cpp52 void QgsSpinBox::setShowClearButton( const bool showClearButton ) in setShowClearButton()
/dports/deskutils/qlipper/qlipper-5.1.2/qkeysequencewidget/
H A Dqkeysequencewidget_p.h83 int showClearButton; variable
/dports/x11/screengrab/screengrab-2.3.0/src/common/qkeysequencewidget/src/
H A Dqkeysequencewidget_p.h84 int showClearButton; variable
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/content-src/components/TopSites/
H A DTopSiteFormInput.jsx108 showClearButton: false, property in TopSiteFormInput.defaultProps
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/components/TopSites/
H A DTopSiteFormInput.jsx108 showClearButton: false, property in TopSiteFormInput.defaultProps
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/components/TopSites/
H A DTopSiteFormInput.jsx108 showClearButton: false, property in TopSiteFormInput.defaultProps
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/components/TopSites/
H A DTopSiteFormInput.jsx108 showClearButton: false, property in TopSiteFormInput.defaultProps
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Djoyfuncscan.cpp14 JoystickFunctionScanner::JoystickFunctionScanner(Joystick *joystick, bool showClearButton, QWidget … in JoystickFunctionScanner()
H A Dkeyseqscan.cpp9 …uenceScanner::KeySequenceScanner(QWidget *parent, bool special, bool onlyOne, bool showClearButton) in KeySequenceScanner()
H A Dfileeditwidget.cpp21 …(QString filePath, QString filter, QString part, QWidget *parent, bool showClearButton, QString re… in FileEditWidget()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DFileViewer.java119 final boolean showClearButton, in FileViewer()
132 final boolean showClearButton, in FileViewer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfilterlineedit.h82 bool showClearButton() const { return mClearButtonVisible; } in showClearButton() function
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfilterlineedit.h82 bool showClearButton() const { return mClearButtonVisible; } in showClearButton() function
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/
H A DItemView.cpp218 void ItemView::showClearButton(bool visible) in showClearButton() function in ItemView
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dbin.cpp943 …emit showClearButton(static_cast<QResizeEvent *>(event)->size().width() > QFontMetrics(QApplicatio… in eventFilter() local
4417 void Bin::showClearButton(bool show) in showClearButton() function in Bin
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_form.cpp1166 bool showClearButton = (!shouldDisableNativeBorders() && !_style->hasBackgroundImage()); in setStyle() local