Home
last modified time | relevance | path

Searched refs:onCurrentIndexChanged (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/multimedia/webcamoid/webcamoid-8.8.0/StandAlone/share/qml/
H A DGeneralConfig.qml81 onCurrentIndexChanged: videoCapture.captureLib = model[currentIndex]
91 onCurrentIndexChanged: desktopCapture.captureLib = model[currentIndex]
101 onCurrentIndexChanged: audioDevice.audioLib = model[currentIndex]
111 onCurrentIndexChanged: videoCapture.codecLib = model[currentIndex]
121 onCurrentIndexChanged: audioConvert.convertLib = model[currentIndex]
131 onCurrentIndexChanged: multiSrc.codecLib = model[currentIndex]
141 onCurrentIndexChanged: multiSink.codecLib = model[currentIndex]
152 onCurrentIndexChanged: virtualCamera.rootMethod = model[currentIndex]
163 onCurrentIndexChanged: virtualCamera.driver = model[currentIndex]
H A DAudioInfo.qml271 onCurrentIndexChanged: updateCaps(false)
282 onCurrentIndexChanged: updateCaps(true)
297 onCurrentIndexChanged: updateCaps(false)
308 onCurrentIndexChanged: updateCaps(true)
323 onCurrentIndexChanged: updateCaps(false)
334 onCurrentIndexChanged: updateCaps(true)
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/weather/package/contents/ui/config/
H A DConfigUnits.qml55 onCurrentIndexChanged: unitsConfigPage.configurationChanged();
65 onCurrentIndexChanged: unitsConfigPage.configurationChanged();
75 onCurrentIndexChanged: unitsConfigPage.configurationChanged();
85 onCurrentIndexChanged: unitsConfigPage.configurationChanged();
/dports/audio/polyphone/polyphone-75a5e88/sources/clavier/
H A Dcombocc.cpp33 connect(this, SIGNAL(currentIndexChanged(int)), this, SLOT(onCurrentIndexChanged(int))); in ComboCC()
76 onCurrentIndexChanged(newIndex); in selectCC()
85 void ComboCC::onCurrentIndexChanged(int index) in onCurrentIndexChanged() function in ComboCC
/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Dconnectserverdialog.cpp20 this, &ConnectServerDialog::onCurrentIndexChanged); in ConnectServerDialog()
29 onCurrentIndexChanged(0); in ConnectServerDialog()
63 void ConnectServerDialog::onCurrentIndexChanged(int /*index*/) { in onCurrentIndexChanged() function in PCManFM::ConnectServerDialog
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A DDateTimeChooser.qml87 onCurrentIndexChanged: model.save()
100 onCurrentIndexChanged: model.save()
111 onCurrentIndexChanged: model.save()
130 onCurrentIndexChanged: model.save()
143 onCurrentIndexChanged: model.save()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clazy/config/
H A Dchecksetselectioncombobox.cpp18 this, &CheckSetSelectionComboBox::onCurrentIndexChanged); in CheckSetSelectionComboBox()
52 void CheckSetSelectionComboBox::onCurrentIndexChanged() in onCurrentIndexChanged() function in Clazy::CheckSetSelectionComboBox
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clangtidy/config/
H A Dchecksetselectioncombobox.cpp18 this, &CheckSetSelectionComboBox::onCurrentIndexChanged); in CheckSetSelectionComboBox()
52 void CheckSetSelectionComboBox::onCurrentIndexChanged() in onCurrentIndexChanged() function in ClangTidy::CheckSetSelectionComboBox
/dports/graphics/krita/krita-4.4.8/libs/libqml/qml/panels/
H A DFilterPanel.qml72 onCurrentIndexChanged: {
81 onCurrentIndexChanged: {
97 onCurrentIndexChanged: {
111 onCurrentIndexChanged: {
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkTreeComboBoxEventTranslator.cpp67 this, SLOT(onCurrentIndexChanged(const QString&))); in translateEvent()
82 void ctkTreeComboBoxEventTranslator::onCurrentIndexChanged(const QString& text) in onCurrentIndexChanged() function in ctkTreeComboBoxEventTranslator
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DColorThemeComboBox.cpp11 this, &ColorThemeComboBox::onCurrentIndexChanged); in ColorThemeComboBox()
54 void ColorThemeComboBox::onCurrentIndexChanged(int index) in onCurrentIndexChanged() function in ColorThemeComboBox
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VideoCapture/share/qml/
H A Dmain.qml129 cbxFormat.onCurrentIndexChanged.disconnect(cbxFormat.update)
130 cbxResolution.onCurrentIndexChanged.disconnect(cbxResolution.update)
131 cbxFps.onCurrentIndexChanged.disconnect(cbxFps.update)
162 cbxFormat.onCurrentIndexChanged.connect(cbxFormat.update)
163 cbxResolution.onCurrentIndexChanged.connect(cbxResolution.update)
164 cbxFps.onCurrentIndexChanged.connect(cbxFps.update)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/ListView/
H A Dlistview.qml63 onCurrentIndexChanged: root.current = currentIndex
80 onCurrentIndexChanged: root.current = currentIndex
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DAudioAlsaSetupWidget.cpp66 SLOT(onCurrentIndexChanged(int))); in AudioAlsaSetupWidget()
113 void AudioAlsaSetupWidget::onCurrentIndexChanged(int index) in onCurrentIndexChanged() function in AudioAlsaSetupWidget
/dports/astro/marble/marble-21.12.3/src/plasma/wallpapers/worldmap/contents/ui/
H A Dconfig.qml27 onCurrentIndexChanged: {
43 onCurrentIndexChanged: {
/dports/net-im/psi/psi-1.5/src/
H A Dstatuscombobox.cpp49 connect(this, SIGNAL(currentIndexChanged(int)), SLOT(onCurrentIndexChanged(int))); in StatusComboBox()
92 void StatusComboBox::onCurrentIndexChanged(int index) in onCurrentIndexChanged() function in StatusComboBox
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/examples/qml/
H A Dexample.qml26 onCurrentIndexChanged: highlighter.definition = currentValue
36 onCurrentIndexChanged: highlighter.theme = currentValue
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Dcryptoconfigentryreaderport.cpp78 this, &CryptoConfigEntryReaderPort::onCurrentIndexChanged);
120 void CryptoConfigEntryReaderPort::onCurrentIndexChanged(int index)
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKScalarsToColorsComboBox.cpp70 q, SLOT(onCurrentIndexChanged(int))); in init()
157 void ctkVTKScalarsToColorsComboBox::onCurrentIndexChanged(int index) in onCurrentIndexChanged() function in ctkVTKScalarsToColorsComboBox
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSrc/share/qml/
H A Dmain.qml128 onCurrentIndexChanged: updateStreams()
141 onCurrentIndexChanged: updateStreams()
154 onCurrentIndexChanged: updateStreams()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Ddvwidgets.cpp19 SLOT(onCurrentIndexChanged(const QString &))); in PropertyComboBox()
25 void PropertyComboBox::onCurrentIndexChanged(const QString &text) { in onCurrentIndexChanged() function in PropertyComboBox
/dports/cad/cura/Cura-58bae31/resources/qml/Preferences/
H A DMachinesPage.qml148 objectList.onCurrentIndexChanged()
162 objectList.onCurrentIndexChanged()
172 objectList.onCurrentIndexChanged()
/dports/astro/marble/marble-21.12.3/src/plasma/applets/worldclock/package/contents/ui/
H A DconfigMapDisplay.qml39 onCurrentIndexChanged: {
66 onCurrentIndexChanged: {
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dappchoosercombobox.cpp36 …oBox::*)(int)>(&QComboBox::currentIndexChanged), this, &AppChooserComboBox::onCurrentIndexChanged); in AppChooserComboBox()
84 void AppChooserComboBox::onCurrentIndexChanged(int index) { in onCurrentIndexChanged() function in Fm::AppChooserComboBox
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/configuration/pages/
H A DTasksConfig.qml483onCurrentIndexChanged: tasks.configuration.manualScrollTasksType = currentIndex;
502 onCurrentIndexChanged: {
563 onCurrentIndexChanged: {
596 onCurrentIndexChanged: tasks.configuration.middleClickAction = currentIndex
628 onCurrentIndexChanged: {
660 onCurrentIndexChanged: tasks.configuration.taskScrollAction = currentIndex
676 onCurrentIndexChanged: tasks.configuration.modifier = currentIndex
697 onCurrentIndexChanged: tasks.configuration.modifierClick = currentIndex
711onCurrentIndexChanged: tasks.configuration.modifierClickAction = currentIndex

12345678910>>...13