Home
last modified time | relevance | path

Searched refs:enableButton (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DListEditor.cpp235 enableButton( _removeButton, false ); in updateActions()
236 enableButton( _moveToTopButton, false ); in updateActions()
237 enableButton( _moveUpButton, false ); in updateActions()
238 enableButton( _moveDownButton, false ); in updateActions()
239 enableButton( _moveToBottomButton, false ); in updateActions()
246 enableButton( _removeButton, true ); in updateActions()
247 enableButton( _moveToTopButton, currentRow > _firstRow ); in updateActions()
248 enableButton( _moveUpButton, currentRow > _firstRow ); in updateActions()
249 enableButton( _moveDownButton, currentRow < lastRow ); in updateActions()
250 enableButton( _moveToBottomButton, currentRow < lastRow ); in updateActions()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/editor/
H A Deditortool.cpp512 toolSettings()->enableButton(EditorToolSettings::Ok, false); in setAnalyser()
513 toolSettings()->enableButton(EditorToolSettings::SaveAs, false); in setAnalyser()
514 toolSettings()->enableButton(EditorToolSettings::Load, false); in setAnalyser()
515 toolSettings()->enableButton(EditorToolSettings::Default, false); in setAnalyser()
516 toolSettings()->enableButton(EditorToolSettings::Try, false); in setAnalyser()
571 toolSettings()->enableButton(EditorToolSettings::Ok, true); in slotAbort()
572 toolSettings()->enableButton(EditorToolSettings::Load, true); in slotAbort()
573 toolSettings()->enableButton(EditorToolSettings::SaveAs, true); in slotAbort()
574 toolSettings()->enableButton(EditorToolSettings::Try, true); in slotAbort()
575 toolSettings()->enableButton(EditorToolSettings::Default, true); in slotAbort()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/gadu/
H A Dgadupubdir.cpp86 enableButton(KDialog::User3, false); in GaduPublicDir()
87 enableButton(KDialog::User2, false); in GaduPublicDir()
128 enableButton(KDialog::User2, false); in createWidget()
157 enableButton(KDialog::User3, true); in slotListSelected()
196 enableButton(User2, false); in inputChanged()
198 enableButton(User2, true); in inputChanged()
280 enableButton(KDialog::User1, true); in slotSearchResult()
281 enableButton(KDialog::User3, false); in slotSearchResult()
294 enableButton(KDialog::User2, false); in slotNewSearch()
325 enableButton(KDialog::User3, false); in slotSearch()
[all …]
H A Dgaduregisteraccount.cpp55 enableButton(User1, false); in GaduRegisterAccount()
88 enableButton(User1, false); in doRegister()
139 enableButton(User1, valid); in validateInput()
162 enableButton(User1, false); in registrationDone()
179 enableButton(User1, false); in registrationError()
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/lxqt-config-input/
H A Dlxqt-config-input.cpp72 dlg.enableButton(QDialogButtonBox::Apply, false); // disable Apply button in the beginning in main()
82 … dlg.enableButton(QDialogButtonBox::Apply, true); // enable Apply button when something is changed in main()
90 dlg.enableButton(QDialogButtonBox::Apply, true); in main()
98 dlg.enableButton(QDialogButtonBox::Apply, true); in main()
106 dlg.enableButton(QDialogButtonBox::Apply, true); in main()
115 dlg.enableButton(QDialogButtonBox::Apply, true); in main()
131 dlg.enableButton(btn, false); in main()
134 … dlg.enableButton(QDialogButtonBox::Apply, false); // disable Apply button on resetting too in main()
/dports/audio/faustlive/faustlive-2.5.7/src/MenusAndDialogs/
H A DFLToolBar.cpp70 connect(fOSCCheckBox, SIGNAL(stateChanged(int)), this, SLOT(enableButton(int))); in init()
114 connect(fHttpCheckBox, SIGNAL(stateChanged(int)), this, SLOT(enableButton(int))); in init()
128 connect(fMIDICheckBox, SIGNAL(stateChanged(int)), this, SLOT(enableButton(int))); in init()
141 connect(fPolyCheckBox, SIGNAL(stateChanged(int)), this, SLOT(enableButton(int))); in init()
142 connect(fPolyGroupCheckBox, SIGNAL(stateChanged(int)), this, SLOT(enableButton(int))); in init()
150 … connect(fPolyLine, SIGNAL(textEdited(const QString&)), this, SLOT(enableButton(const QString&))); in init()
186 connect(fCVLine, SIGNAL(textEdited(const QString&)), this, SLOT(enableButton(const QString&))); in init()
193 connect(fMTULine, SIGNAL(textEdited(const QString&)), this, SLOT(enableButton(const QString&))); in init()
200 connect(fLatLine, SIGNAL(textEdited(const QString&)), this, SLOT(enableButton(const QString&))); in init()
362 void FLToolBar::enableButton(const QString& /*newText*/) in enableButton() function in FLToolBar
[all …]
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/lxqt-config-appearance/
H A Dmain.cpp63 dialog->enableButton(QDialogButtonBox::Apply, false); // disable Apply button in the beginning in main()
77 …dialog->enableButton(QDialogButtonBox::Apply, true); // enable Apply button when something is chan… in main()
85 dialog->enableButton(QDialogButtonBox::Apply, true); in main()
94 dialog->enableButton(QDialogButtonBox::Apply, true); in main()
103 dialog->enableButton(QDialogButtonBox::Apply, true); in main()
111 dialog->enableButton(QDialogButtonBox::Apply, true); in main()
125 dialog->enableButton(btn, false); in main()
128 … dialog->enableButton(QDialogButtonBox::Apply, false); // disable Apply button on resetting too in main()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/gui/
H A DChartView.cpp258 enableButton (STRING(WEEK)); in enableButtons()
260 enableButton (STRING(DAY)); in enableButtons()
261 enableButton (STRING(RELOAD)); in enableButtons()
264 … if (aBrowser2->value () > 0 && aBrowser2->value () < aList2->Size()) enableButton (STRING(NEXT)); in enableButtons()
265 …if (aBrowser2->value () > 1 && aBrowser2->value () <= aList2->Size()) enableButton (STRING(PREV)… in enableButtons()
269 if (aView != 0) enableButton (STRING(LAYOUT1)); in enableButtons()
270 if (aView != 1) enableButton (STRING(LAYOUT2)); in enableButtons()
271 if (aView != 2) enableButton (STRING(LAYOUT3)); in enableButtons()
272 enableButton (STRING(SETTINGS)); in enableButtons()
273 enableButton (STRING(DATE2)); in enableButtons()
[all …]
H A DReportView.cpp216 if (aReport) enableButton (STRING(RELOAD)); in enableButtons()
217 if (aReport) enableButton (STRING(SAVE2)); in enableButtons()
218 enableButton (STRING(SELECT2)); in enableButtons()
219 if (aReport && aReport->ChangeDate() != BaseReport::NO_DATE) enableButton (STRING(DATE2)); in enableButtons()
221 … if (aBrowser1->value () > 0 && aBrowser1->value () < aList1->Size()) enableButton (STRING(NEXT)); in enableButtons()
222 …if (aBrowser1->value () > 1 && aBrowser1->value () <= aList1->Size()) enableButton (STRING(PREV)… in enableButtons()
226 enableButton (STRING(CLOSE_)); in enableButtons()
H A DEditView.cpp177 enableButton (STRING(NEW)); in enableButtons()
179 enableButton (STRING(ERASE)); in enableButtons()
180 enableButton (STRING(FIND_WORD)); in enableButtons()
181 enableButton (STRING(FIND_NEXT)); in enableButtons()
183 if (aTable->dirty()) enableButton (STRING(SAVE)); in enableButtons()
185 enableButton (STRING(CLOSE_)); in enableButtons()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/
H A DGButton.qml17 …property TextStyle textStyle: enabled && enableButton ? Style.text.button : Style.text.button_disa…
24 property bool enableButton: true
30 activeFocusOnTab: enableButton
37 ToolTip.text: enableButton ? enabledTooltipText : disabledTooltipText
99 if (!enabled || !enableButton) {
113 onPressed: mouse.accepted = !enableButton
114 cursorShape: enableButton ? root.cursorShape : Qt.ArrowCursor
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/ui/
H A Ddlgahcommand.cpp65 enableButton(User2, true); in dlgAHCommand()
68 enableButton(User2, false); in dlgAHCommand()
80 enableButton(User1, true); in dlgAHCommand()
83 enableButton(User1, false); in dlgAHCommand()
94 enableButton(Ok, true); in dlgAHCommand()
97 enableButton(Ok, false); in dlgAHCommand()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qml/Global/
H A Dtest_GButton.qml66 verify(testObject.enableButton, "enableButton: true")
69 testObject.enableButton = false
70 verify(!testObject.enableButton, "enableButton: false")
85 testObject.enableButton = false
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dviewerpane.cpp138 m_flipConsole->enableButton(FlipConsole::eMatte, false, false); in SceneViewerPanel()
139 m_flipConsole->enableButton(FlipConsole::eSave, false, false); in SceneViewerPanel()
140 m_flipConsole->enableButton(FlipConsole::eCompare, false, false); in SceneViewerPanel()
142 m_flipConsole->enableButton(FlipConsole::eGRed, false, false); in SceneViewerPanel()
143 m_flipConsole->enableButton(FlipConsole::eGGreen, false, false); in SceneViewerPanel()
144 m_flipConsole->enableButton(FlipConsole::eGBlue, false, false); in SceneViewerPanel()
531 m_flipConsole->enableButton(FlipConsole::eMatte, on, false); in enableFlipConsoleForCamerastand()
532 m_flipConsole->enableButton(FlipConsole::eSave, on, false); in enableFlipConsoleForCamerastand()
535 m_flipConsole->enableButton(FlipConsole::eGRed, on, false); in enableFlipConsoleForCamerastand()
536 m_flipConsole->enableButton(FlipConsole::eGGreen, on, false); in enableFlipConsoleForCamerastand()
[all …]
H A Dcomboviewerpane.cpp154 m_flipConsole->enableButton(FlipConsole::eMatte, false, false); in ComboViewerPanel()
155 m_flipConsole->enableButton(FlipConsole::eSave, false, false); in ComboViewerPanel()
156 m_flipConsole->enableButton(FlipConsole::eCompare, false, false); in ComboViewerPanel()
158 m_flipConsole->enableButton(FlipConsole::eGRed, false, false); in ComboViewerPanel()
159 m_flipConsole->enableButton(FlipConsole::eGGreen, false, false); in ComboViewerPanel()
160 m_flipConsole->enableButton(FlipConsole::eGBlue, false, false); in ComboViewerPanel()
543 m_flipConsole->enableButton(FlipConsole::eMatte, on, false); in enableFlipConsoleForCamerastand()
544 m_flipConsole->enableButton(FlipConsole::eSave, on, false); in enableFlipConsoleForCamerastand()
547 m_flipConsole->enableButton(FlipConsole::eGRed, on, false); in enableFlipConsoleForCamerastand()
548 m_flipConsole->enableButton(FlipConsole::eGGreen, on, false); in enableFlipConsoleForCamerastand()
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/git/
H A Dcheckoutdialog.cpp195 bool enableButton = true; in setOkButtonState() local
203 enableButton = false; in setOkButtonState()
210 enableButton = false; in setOkButtonState()
217 enableButton = false; in setOkButtonState()
225 enableButton = false; in setOkButtonState()
231 okButton->setEnabled(enableButton); in setOkButtonState()
235 if (enableButton) { in setOkButtonState()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TechnologyInfo/+mobile/
H A DTechnologyInfo.qml18 property alias enableButtonText: enableButton.text
19 property alias enableButtonVisible: enableButton.visible
34 visible: !enableInfo.visible && !enableButton.visible
63 visible: !enableInfo.visible && !enableButton.visible
114 id: enableButton
/dports/audio/cantata/cantata-2.4.2/replaygain/
H A Drgdialog.cpp131 enableButton(Ok, false); in RgDialog()
132 enableButton(User1, false); in RgDialog()
277 enableButton(Ok, false); in startScanning()
278 enableButton(User1, false); in startScanning()
307 enableButton(User1, true); in stopScanning()
346 enableButton(Ok, false); in startReadingTags()
347 enableButton(User1, false); in startReadingTags()
366 enableButton(User1, true); in stopReadingTags()
379 enableButton(Ok, false); in saveTags()
380 enableButton(Close, false); in saveTags()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_LiveBuildTab.h111 enableButton.reset (new TextButton (buttonText)); in LiveBuildTab()
112 addAndMakeVisible (enableButton.get()); in LiveBuildTab()
113 enableButton->onClick = [this] in LiveBuildTab()
144 if (enableButton != nullptr) in resized()
145 enableButton->setBounds (bounds.removeFromTop (20).reduced (20, 0)); in resized()
166 std::unique_ptr<TextButton> downloadButton, enableButton; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/
H A DWorkingSetConfigurationBlock.java104 private Button enableButton; field in WorkingSetConfigurationBlock
286 if (enableButton.getSelection()) { in getSelectedWorkingSets()
302 enableButton = new Button(composite, SWT.CHECK); in createContent()
303 enableButton.setText(enableButtonLabel); in createContent()
306 enableButton.setLayoutData(enableData); in createContent()
307 enableButton.setSelection(selectedWorkingSets.length > 0); in createContent()
342enableButton.addSelectionListener(widgetSelectedAdapter(e -> updateEnableState(enableButton.getSel… in createContent()
343 updateEnableState(enableButton.getSelection()); in createContent()
373 enableButton.setSelection(true); in createNewWorkingSet()
407 enableButton.setSelection(false); in updateWorkingSetSelection()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/weboob/dialogs/
H A Dmapaccountwizard.cpp114 auto enableButton = false; in slotCheckNextButton() local
117enableButton = d->ui->backendsList->currentItem() != 0 && d->ui->backendsList->currentItem()->isSe… in slotCheckNextButton()
118 button(QWizard::NextButton)->setEnabled(enableButton); in slotCheckNextButton()
121enableButton = d->ui->accountsList->currentItem() != 0 && d->ui->accountsList->currentItem()->isSe… in slotCheckNextButton()
122 button(QWizard::FinishButton)->setEnabled(enableButton); in slotCheckNextButton()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dflipconsole.cpp1008 enableButton(eSave, m_customizeMask & eShowSave); in applyCustomizeMask()
1034 enableButton(eWhiteBg, m_customizeMask & eShowBg); in applyCustomizeMask()
1035 enableButton(eBlackBg, m_customizeMask & eShowBg); in applyCustomizeMask()
1036 enableButton(eCheckBg, m_customizeMask & eShowBg); in applyCustomizeMask()
1045 enableButton(eFirst, m_customizeMask & eShowVcr); in applyCustomizeMask()
1046 enableButton(ePrev, m_customizeMask & eShowVcr); in applyCustomizeMask()
1047 enableButton(ePause, m_customizeMask & eShowVcr); in applyCustomizeMask()
1048 enableButton(ePlay, m_customizeMask & eShowVcr); in applyCustomizeMask()
1049 enableButton(eLoop, m_customizeMask & eShowVcr); in applyCustomizeMask()
1050 enableButton(eNext, m_customizeMask & eShowVcr); in applyCustomizeMask()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DSectionsSplitDialog.cpp35 enableButton(KoDialog::Ok, false); in SectionsSplitDialog()
59 enableButton(KoDialog::Ok, true); in afterListSelection()
67 enableButton(KoDialog::Ok, true); in beforeListSelection()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSectionsSplitDialog.cpp35 enableButton(KoDialog::Ok, false); in SectionsSplitDialog()
59 enableButton(KoDialog::Ok, true); in afterListSelection()
67 enableButton(KoDialog::Ok, true); in beforeListSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet322.java103 Button enableButton = new Button (shell, SWT.PUSH); in main() local
104 enableButton.setBounds (140, 220, 120, 30); in main()
105 enableButton.setText ("Enable"); in main()
106 enableButton.addListener (SWT.Selection, event -> tree.setEnabled(true)); in main()

12345678