Home
last modified time | relevance | path

Searched refs:updateButtons (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Common/src/
H A DMaterial.cxx27 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
35 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
43 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
51 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
59 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
67 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
75 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
83 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
92 void DialogMaterial::updateButtons( bool isOn ) in updateButtons() function in DialogMaterial
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsrelationeditorwidget.cpp223 updateButtons(); in QgsRelationEditorWidget()
258 updateButtons(); in initDualView()
271 updateButtons(); in setEditorContext()
280 void QgsRelationEditorWidget::updateButtons() in updateButtons() function in QgsRelationEditorWidget
367 updateButtons(); in toggleEditing()
406 updateButtons(); in setVisibleButtons()
501 updateButtons(); in setConfig()
520 updateButtons(); in afterSetRelationFeature()
524 …ferencingLayer(), &QgsVectorLayer::editingStarted, this, &QgsRelationEditorWidget::updateButtons ); in afterSetRelationFeature()
527 updateButtons(); in afterSetRelationFeature()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/widgets/
H A DCSelectDoubleListWidget.cpp63 updateButtons(); in setAvailable()
89 updateButtons(); in setSelected()
127 updateButtons(); in slotSelectedClicked()
133 updateButtons(); in slotAvailableClicked()
151 updateButtons(); in slotAdd()
179 updateButtons(); in slotRemove()
202 updateButtons(); in slotUp()
225 updateButtons(); in slotDown()
228 void CSelectDoubleListWidget::updateButtons() const in updateButtons() function in CSelectDoubleListWidget
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/plugins/widgets/q3widgetstack/
H A Dqdesigner_q3widgetstack.cpp76 updateButtons(); in QDesignerQ3WidgetStack()
118 void QDesignerQ3WidgetStack::updateButtons() in updateButtons() function in QDesignerQ3WidgetStack
143 updateButtons(); in gotoPage()
183 updateButtons(); in event()
192 updateButtons(); in childEvent()
198 updateButtons(); in resizeEvent()
204 updateButtons(); in showEvent()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DRecorderActivity.java54 updateButtons(); in onCreate()
67 updateButtons(); in onStartRecording()
77 updateButtons(); in onStopRecordPlay()
83 updateButtons(); in onStartPlayback()
86 private void updateButtons() { in updateButtons() method in RecorderActivity
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/icq/ui/
H A Dxtrazicqstatuseditor.cpp67 this, SLOT(updateButtons()) ); in ICQStatusEditor()
69 updateButtons(); in ICQStatusEditor()
91 updateButtons(); in moveUp()
103 updateButtons(); in moveDown()
116 updateButtons(); in addStatus()
131 updateButtons(); in deleteStatus()
135 void ICQStatusEditor::updateButtons() in updateButtons() function in Xtraz::ICQStatusEditor
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Ddifferentiatecurvesdialog.cpp48 connect(_availableListBox, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in DifferentiateCurvesDialog()
49 connect(_selectedListBox, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in DifferentiateCurvesDialog()
72 updateButtons(); in show()
90 void DifferentiateCurvesDialog::updateButtons() { in updateButtons() function in Kst::DifferentiateCurvesDialog
117 updateButtons(); in removeButtonClicked()
129 updateButtons(); in addButtonClicked()
140 updateButtons(); in upButtonClicked()
153 updateButtons(); in downButtonClicked()
H A Dexportvectorsdialog.cpp51 connect(_changeVectorList, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in ExportVectorsDialog()
52 connect(_selectedVectorList, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in ExportVectorsDialog()
134 updateButtons(); in updateVectorList()
144 updateButtons(); in removeButtonClicked()
152 updateButtons(); in selectedDoubleClicked()
162 updateButtons(); in addButtonClicked()
170 updateButtons(); in availableDoubleClicked()
185 void ExportVectorsDialog::updateButtons() { in updateButtons() function in Kst::ExportVectorsDialog
H A Dcontenttab.cpp52 connect(_availableRelationList, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in ContentTab()
53 connect(_displayedRelationList, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in ContentTab()
101 void ContentTab::updateButtons() { in updateButtons() function in Kst::ContentTab
124 updateButtons(); in removeButtonClicked()
133 updateButtons(); in displayedDoubleClicked()
143 updateButtons(); in addButtonClicked()
152 updateButtons(); in availableDoubleClicked()
167 updateButtons(); in upButtonClicked()
182 updateButtons(); in downButtonClicked()
H A Dfiltermultipledialog.cpp62 connect(ui->_selectedVectors, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in FilterMultipleDialog()
63 connect(ui->_availableVectors, SIGNAL(itemSelectionChanged()), this, SLOT(updateButtons())); in FilterMultipleDialog()
145 updateButtons(); in updateVectorLists()
149 void FilterMultipleDialog::updateButtons() { in updateButtons() function in Kst::FilterMultipleDialog
165 updateButtons(); in addButtonClicked()
186 updateButtons(); in smartButtonClicked()
196 updateButtons(); in removeButtonClicked()
216 updateButtons(); in availableDoubleClicked()
224 updateButtons(); in selectedDoubleClicked()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/test/src/com/lightcrafts/ui/region/test/
H A DRegionOverlayTest.java20 private static void updateButtons() { in updateButtons() method in RegionOverlayTest
38 updateButtons(); in main()
52 updateButtons(); in main()
65 updateButtons(); in main()
70 updateButtons(); in main()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/plugins/transferui/
H A Dtransferdialog.cpp61 connect(&mModel, &TransferProxyModel::dataChanged, this, &TransferDialog::updateButtons); in TransferDialog()
62 connect(&mModel, &TransferProxyModel::rowsInserted, this, &TransferDialog::updateButtons); in TransferDialog()
63 connect(&mModel, &TransferProxyModel::rowsRemoved, this, &TransferDialog::updateButtons); in TransferDialog()
64 …w->selectionModel(), &QItemSelectionModel::selectionChanged, this, &TransferDialog::updateButtons); in TransferDialog()
93 updateButtons(); in TransferDialog()
110 void TransferDialog::updateButtons() in updateButtons() function in TransferDialog
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtquickcontrols/examples/quickcontrols/dialogs/systemdialogs/
H A DCustomDialogs.qml202 function updateButtons(button, checked) {
220 onCheckedChanged: parent.updateButtons(button, checked)
226 onCheckedChanged: parent.updateButtons(button, checked)
232 onCheckedChanged: parent.updateButtons(button, checked)
238 onCheckedChanged: parent.updateButtons(button, checked)
244 onCheckedChanged: parent.updateButtons(button, checked)
250 onCheckedChanged: parent.updateButtons(button, checked)
256 onCheckedChanged: parent.updateButtons(button, checked)
262 onCheckedChanged: parent.updateButtons(button, checked)
268 onCheckedChanged: parent.updateButtons(button, checked)
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dzoomslider.cpp44 void updateButtons() in updateButtons() function
102 d->updateButtons(); in setValue()
108 d->updateButtons(); in setMinimum()
114 d->updateButtons(); in setMaximum()
129 d->updateButtons(); in slotActionTriggered()
/dports/x11/konsole/konsole-21.12.3/src/settings/
H A DConfigurationDialog.cpp36 …on(QDialogButtonBox::Apply), &QAbstractButton::clicked, this, &ConfigurationDialog::updateButtons); in ConfigurationDialog()
37 …ButtonBox::RestoreDefaults), &QAbstractButton::clicked, this, &ConfigurationDialog::updateButtons); in ConfigurationDialog()
43 …onnect(_manager, &KConfigDialogManager::widgetModified, this, &ConfigurationDialog::updateButtons); in ConfigurationDialog()
52 …nager, &ConfigDialogButtonGroupManager::widgetModified, this, &ConfigurationDialog::updateButtons); in ConfigurationDialog()
88 void ConfigurationDialog::updateButtons() in updateButtons() function in ConfigurationDialog
108 updateButtons(); in settingsChangedSlot()
/dports/graphics/qvge/qvge-0.6.3/src/commonui/
H A DCSearchDialog.cpp39 connect(ui->Text, &QLineEdit::textChanged, this, &CSearchDialog::updateButtons); in CSearchDialog()
40 connect(ui->NamesScope, &QCheckBox::toggled, this, &CSearchDialog::updateButtons); in CSearchDialog()
41 connect(ui->AttrNamesScope, &QCheckBox::toggled, this, &CSearchDialog::updateButtons); in CSearchDialog()
42 connect(ui->AttrValuesScope, &QCheckBox::toggled, this, &CSearchDialog::updateButtons); in CSearchDialog()
59 updateButtons(); in exec()
65 void CSearchDialog::updateButtons() in updateButtons() function in CSearchDialog
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dcoordsconfigdialog.cpp44 …configAxesDialog->kcfg_XMin, &EquationEdit::textEdited, this, &CoordsConfigDialog::updateButtons ); in CoordsConfigDialog()
45 …configAxesDialog->kcfg_XMax, &EquationEdit::textEdited, this, &CoordsConfigDialog::updateButtons ); in CoordsConfigDialog()
46 …configAxesDialog->kcfg_YMin, &EquationEdit::textEdited, this, &CoordsConfigDialog::updateButtons ); in CoordsConfigDialog()
47 …configAxesDialog->kcfg_YMax, &EquationEdit::textEdited, this, &CoordsConfigDialog::updateButtons ); in CoordsConfigDialog()
106 void CoordsConfigDialog::updateButtons() in updateButtons() function in CoordsConfigDialog
/dports/graphics/okular/okular-21.12.3/part/
H A Dwidgetconfigurationtoolsbase.cpp51 …nnect(m_list, &QListWidget::currentRowChanged, this, &WidgetConfigurationToolsBase::updateButtons); in WidgetConfigurationToolsBase()
63 void WidgetConfigurationToolsBase::updateButtons() in updateButtons() function in WidgetConfigurationToolsBase
78 updateButtons(); in slotRemove()
87 updateButtons(); in slotMoveUp()
96 updateButtons(); in slotMoveDown()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/gui/
H A Dpages.h121 virtual void updateButtons(wxWindow *panel, WizardButtons *buttons);
160 void updateButtons(wxWindow *panel, WizardButtons *buttons);
191 void updateButtons(wxWindow *panel, WizardButtons *buttons);
207 void updateButtons(wxWindow *panel, WizardButtons *buttons);
227 void updateButtons(wxWindow *panel, WizardButtons *buttons);
512 void updateButtons(wxWindow *panel, WizardButtons *buttons);
530 void updateButtons(wxWindow *panel, WizardButtons *buttons);
546 void updateButtons(wxWindow *panel, WizardButtons *buttons);
/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Dcolorsettingspage.cpp104 updateButtons(); in on_buttonStore_clicked()
125 updateButtons(); in gradientChanged()
131 updateButtons(); in backgroundColorChanged()
137 updateButtons(); in colorMappingChanged()
170 void ColorSettingsPage::updateButtons() in updateButtons() function in ColorSettingsPage
H A Danimationpage.cpp48 updateButtons(); in on_sliderScrolling_valueChanged()
54 updateButtons(); in on_sliderRotation_valueChanged()
86 updateButtons(); in viewModeChanged()
89 void AnimationPage::updateButtons() in updateButtons() function in AnimationPage
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Ddeploymentdataview.cpp148 const auto updateButtons = [dc, view, addButton, removeButton] { in DeploymentDataView() local
158 …connect(sourceCheckBox, &QCheckBox::toggled, this, [dc, updateModel, updateButtons](bool checked) { in DeploymentDataView()
161 updateButtons(); in DeploymentDataView()
179 connect(view->selectionModel(), &QItemSelectionModel::selectionChanged, this, [updateButtons] { in DeploymentDataView()
180 updateButtons(); in DeploymentDataView()
183 updateButtons(); in DeploymentDataView()
/dports/editors/cpeditor/cpeditor-6.8.2/src/Settings/
H A DPreferencesPage.cpp131 updateButtons(); in loadSettings()
152 …QObject::connect(widget, &ValueWidget::valueChanged, this, &PreferencesPage::updateButtons, Qt::Qu… in registerWidget()
160 updateButtons(); in loadDefault()
166 updateButtons(); in applySettings()
170 void PreferencesPage::updateButtons() in updateButtons() function in PreferencesPage
/dports/deskutils/ktimetracker/ktimetracker-5.0.1/src/
H A Dtaskview.cpp131 emit updateButtons(); in newFocusWindowDetected()
161 connect(m_tasksWidget, &TasksWidget::updateButtons, this, &TaskView::updateButtons); in load()
198 emit updateButtons(); in load()
272 emit updateButtons(); in startTimerFor()
305 emit updateButtons(); in stopAllTimers()
320 emit updateButtons(); in toggleFocusTracking()
333 emit updateButtons(); in stopTimerFor()
384 emit updateButtons(); in newTask()
455 emit updateButtons(); in editTask()
475 emit updateButtons(); in setPerCentComplete()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/application/pages/instance/
H A DVersionPage.cpp212 updateButtons(); in updateVersionControls()
272 updateButtons(); in on_actionRemove_triggered()
292 updateButtons(); in on_actionAdd_to_Minecraft_jar_triggered()
302 updateButtons(); in on_actionReplace_Minecraft_jar_triggered()
315 updateButtons(); in on_actionMove_up_triggered()
328 updateButtons(); in on_actionMove_down_triggered()
404 updateButtons(); in on_actionDownload_All_triggered()
524 updateButtons(currentIdx); in versionCurrent()
543 updateButtons(row); in preselect()
587 updateButtons(); in on_actionCustomize_triggered()
[all …]

12345678910>>...41