Home
last modified time | relevance | path

Searched refs:btnBackgroundColor (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/gui/attributetable/
H A Dqgsfieldconditionalformatwidget.cpp252 btnBackgroundColor->setColor( QColor() ); in QgsEditConditionalFormatRuleWidget()
256 btnBackgroundColor->setToNoColor(); in QgsEditConditionalFormatRuleWidget()
281 btnBackgroundColor->setAllowOpacity( true ); in QgsEditConditionalFormatRuleWidget()
282 btnBackgroundColor->setShowNoColor( true ); in QgsEditConditionalFormatRuleWidget()
312 const QColor backColor = btnBackgroundColor->color(); in currentStyle()
362 btnBackgroundColor->setColor( style.backgroundColor() ); in setFormattingFromStyle()
416 return ( btnBackgroundColor->color().isValid() in isCustomSet()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/attributetable/
H A Dqgsfieldconditionalformatwidget.cpp255 btnBackgroundColor->setColor( QColor() ); in QgsEditConditionalFormatRuleWidget()
259 btnBackgroundColor->setToNoColor(); in QgsEditConditionalFormatRuleWidget()
284 btnBackgroundColor->setAllowOpacity( true ); in QgsEditConditionalFormatRuleWidget()
285 btnBackgroundColor->setShowNoColor( true ); in QgsEditConditionalFormatRuleWidget()
315 QColor backColor = btnBackgroundColor->color(); in currentStyle()
365 btnBackgroundColor->setColor( style.backgroundColor() ); in setFormattingFromStyle()
419 return ( btnBackgroundColor->color().isValid() in isCustomSet()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dtitle_editor.py327 self.btnBackgroundColor = QPushButton(_("Background Color"))
328 layout.addRow(label, self.btnBackgroundColor)
329 self.btnBackgroundColor.clicked.connect(self.btnBackgroundColor_clicked)
346 self.btnBackgroundColor.setEnabled(True)
516 self.btnBackgroundColor.setStyleSheet(
/dports/net/savvycan/SavvyCAN-1.0.245/dbc/
H A Ddbcmessageeditor.cpp115 connect(ui->btnBackgroundColor, &QAbstractButton::clicked, in DBCMessageEditor()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h59 extern Fl_Button *btnBackgroundColor;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx534 Fl_Button *btnBackgroundColor=(Fl_Button *)0; variable
9525 { btnBackgroundColor = new Fl_Button(407, 106, 90, 24, _("Bg Color")); in ConfigureDialog()
9526 btnBackgroundColor->callback((Fl_Callback*)cb_btnBackgroundColor); in ConfigureDialog()
H A Dconfdialog.fl726 Fl_Button btnBackgroundColor {