Home
last modified time | relevance | path

Searched refs:usePopup (Results 1 – 25 of 67) sorted by relevance

123

/dports/x11/rsibreak/rsibreak-0.12.14/src/
H A Dsetupmaximized.cpp66 QCheckBox* usePopup; member in SetupMaximizedPriv
218 d->usePopup = new QCheckBox( i18n( "&Use the popup" ), this ); in SetupMaximized()
219 connect(d->usePopup, &QCheckBox::toggled, this, &SetupMaximized::slotHideFlash); in SetupMaximized()
221 label->setBuddy( d->usePopup ); in SetupMaximized()
248 vbox3->addWidget( d->usePopup ); in SetupMaximized()
329 d->useFlash->setEnabled( d->usePopup->isChecked() ); in slotHideFlash()
330 d->useFlashLabel->setEnabled( d->usePopup->isChecked() ); in slotHideFlash()
331 d->popupDuration->setEnabled( d->usePopup->isChecked() ); in slotHideFlash()
332 d->popupDurationLabel->setEnabled( d->usePopup->isChecked() ); in slotHideFlash()
363 d->usePopup->isChecked() ); in applySettings()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoSettings.cpp317 bool usePopup = g_SkinInfo->HasSkinFile("DialogSlider.xml"); in InitializeSettings() local
402 … SettingLevel::Basic, videoSettings.m_CustomZoomAmount, "%2.2f", 0.5f, 0.01f, 2.0f, 216, usePopup); in InitializeSettings()
404 …tingLevel::Basic, videoSettings.m_CustomVerticalShift, "%2.2f", -2.0f, 0.01f, 2.0f, 225, usePopup); in InitializeSettings()
406 … SettingLevel::Basic, videoSettings.m_CustomPixelRatio, "%2.2f", 0.5f, 0.01f, 2.0f, 217, usePopup); in InitializeSettings()
413 …, 464, SettingLevel::Basic, static_cast<int>(videoSettings.m_Brightness), 14047, 1, 464, usePopup); in InitializeSettings()
415 …ST, 465, SettingLevel::Basic, static_cast<int>(videoSettings.m_Contrast), 14047, 1, 465, usePopup); in InitializeSettings()
417 …GAMMA, 466, SettingLevel::Basic, static_cast<int>(videoSettings.m_Gamma), 14047, 1, 466, usePopup); in InitializeSettings()
419 … SettingLevel::Basic, videoSettings.m_NoiseReduction, "%2.2f", 0.0f, 0.01f, 1.0f, 16312, usePopup); in InitializeSettings()
421 …313, SettingLevel::Basic, videoSettings.m_Sharpness, "%2.2f", -1.0f, 0.02f, 1.0f, 16313, usePopup); in InitializeSettings()
440 videoSettings.m_ToneMapParam, "%2.2f", 0.1f, 0.1f, 5.0f, 36556, usePopup, false, in InitializeSettings()
H A DGUIDialogCMSSettings.cpp76 bool usePopup = g_SkinInfo->HasSkinFile("DialogSlider.xml"); in InitializeSettings() local
162 …_VIDEO_CMSGAMMA, 36574, SettingLevel::Basic, currentGamma, 36597, 1.6, 0.05, 2.8, 36574, usePopup); in InitializeSettings()
H A DGUIDialogSubtitleSettings.cpp262 bool usePopup = g_SkinInfo->HasSkinFile("DialogSlider.xml"); in InitializeSettings() local
280 …viceBroker::GetSettingsComponent()->GetAdvancedSettings()->m_videoSubsDelayRange, 22006, usePopup); in InitializeSettings()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkTreeComboBox.cpp250 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in resizePopup() local
279 if (!usePopup && count > this->maxVisibleItems()) in resizePopup()
307 if (usePopup) in resizePopup()
313 if (usePopup) in resizePopup()
347 if (usePopup) in resizePopup()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/dialogs/
H A DGUIDialogPeripheralSettings.cpp132 bool usePopup = g_SkinInfo->HasSkinFile("DialogSlider.xml"); in InitializeSettings() local
191 settingInt->SetControl(GetSliderControl("integer", false, -1, usePopup, -1, "%i")); in InitializeSettings()
203 settingNumber->SetControl(GetSliderControl("number", false, -1, usePopup, -1, "%2.2f")); in InitializeSettings()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/dialogs/
H A DGUIDialogSettingsManualBase.h374 bool usePopup = false,
386 bool usePopup = false,
400 bool usePopup = false,
414 bool usePopup = false,
428 bool usePopup = false,
442 bool usePopup = false,
592 …const std::string &format, bool delayed = false, int heading = -1, bool usePopup = false, int form…
H A DGUIDialogSettingsManualBase.cpp989 bool usePopup /* = false */, in AddPercentageSlider() argument
1002 setting->SetControl(GetSliderControl("percentage", delayed, heading, usePopup, formatLabel)); in AddPercentageSlider()
1021 bool usePopup /* = false */, in AddPercentageSlider() argument
1054 bool usePopup /* = false */, in AddSlider() argument
1067 setting->SetControl(GetSliderControl("integer", delayed, heading, usePopup, formatLabel)); in AddSlider()
1088 bool usePopup /* = false */, in AddSlider() argument
1122 bool usePopup /* = false */, in AddSlider() argument
1135 setting->SetControl(GetSliderControl("number", delayed, heading, usePopup, formatLabel)); in AddSlider()
1156 bool usePopup /* = false */, in AddSlider() argument
1169 setting->SetControl(GetSliderControl("number", delayed, heading, usePopup, -1, formatString)); in AddSlider()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/GraphicsConfigNotifier/
H A DStalePreferredSize.java99 for (boolean usePopup : new boolean[]{true, false}) { in main()
100 addViaPopup = usePopup; in main()
101 System.err.println("Use popup: " + usePopup); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/GraphicsConfigNotifier/
H A DStalePreferredSize.java100 for (boolean usePopup : new boolean[]{true, false}) { in main()
101 addViaPopup = usePopup; in main()
102 System.err.println("Use popup: " + usePopup); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/GraphicsConfigNotifier/
H A DStalePreferredSize.java100 for (boolean usePopup : new boolean[]{true, false}) { in main()
101 addViaPopup = usePopup; in main()
102 System.err.println("Use popup: " + usePopup); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/GraphicsConfigNotifier/
H A DStalePreferredSize.java99 for (boolean usePopup : new boolean[]{true, false}) { in main()
100 addViaPopup = usePopup; in main()
101 System.err.println("Use popup: " + usePopup); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/GraphicsConfigNotifier/
H A DStalePreferredSize.java100 for (boolean usePopup : new boolean[]{true, false}) { in main()
101 addViaPopup = usePopup; in main()
102 System.err.println("Use popup: " + usePopup); in main()
/dports/security/keybase/client-v5.7.1/shared/people/invite-friends/
H A Dtab-bar-button.tsx28 const {popup: shareLinkPopup, setShowingPopup: setShowingShareLinkPopup} = Kb.usePopup(() => (
32 const {popup, toggleShowingPopup, showingPopup} = Kb.usePopup(() => (
/dports/www/wt/wt-4.6.1/src/Wt/Auth/Saml/
H A DProcess.C108 const bool usePopup = app->environment().ajax() && process_.service_.popupEnabled(); in handleRequest() local
110 if (!usePopup) { in handleRequest()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/logger/
H A Dxoopslogger.php51 public $usePopup = false; variable in XoopsLogger
301 $log = $this->dump($this->usePopup ? 'popup' : '');
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Duse-popup.tsx6 export const usePopup = <T extends React.Component<any>>(
H A Dindex.d.ts42 export {usePopup} from './use-popup'
/dports/security/keybase/client-v5.7.1/shared/common-adapters/overlay/
H A Dparent-hoc.tsx19 // This is deprecated. Use `Kb.usePopup instead.`
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqcombobox.cpp432 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in QComboBoxPrivateContainer() local
433 if (usePopup) { in QComboBoxPrivateContainer()
553 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in setItemView() local
556 if (usePopup) in setItemView()
561 usePopup) { in setItemView()
611 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in updateTopBottomMargin() local
2393 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in showPopup() local
2416 if (!usePopup && count >= d->maxVisibleItems) { in showPopup()
2444 if (usePopup) in showPopup()
2448 if (usePopup) { in showPopup()
[all …]
/dports/security/keybase/client-v5.7.1/shared/teams/common/
H A Duse-team-link-popup.tsx9 const popupRet = Kb.usePopup(getAttachmentRef => {
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp540 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in QComboBoxPrivateContainer() local
541 if (usePopup) { in QComboBoxPrivateContainer()
670 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in setItemView() local
672 if (usePopup) in setItemView()
676 usePopup) { in setItemView()
2741 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in showPopup() local
2744 if (usePopup in showPopup()
2802 if (!usePopup && count >= d->maxVisibleItems) { in showPopup()
2831 if (usePopup) in showPopup()
2835 if (usePopup) { in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp540 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in QComboBoxPrivateContainer() local
541 if (usePopup) { in QComboBoxPrivateContainer()
670 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in setItemView() local
672 if (usePopup) in setItemView()
676 usePopup) { in setItemView()
2741 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in showPopup() local
2744 if (usePopup in showPopup()
2802 if (!usePopup && count >= d->maxVisibleItems) { in showPopup()
2831 if (usePopup) in showPopup()
2835 if (usePopup) { in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp540 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in QComboBoxPrivateContainer() local
541 if (usePopup) { in QComboBoxPrivateContainer()
670 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in setItemView() local
672 if (usePopup) in setItemView()
676 usePopup) { in setItemView()
2741 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in showPopup() local
2744 if (usePopup in showPopup()
2802 if (!usePopup && count >= d->maxVisibleItems) { in showPopup()
2831 if (usePopup) in showPopup()
2835 if (usePopup) { in showPopup()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp540 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in QComboBoxPrivateContainer() local
541 if (usePopup) { in QComboBoxPrivateContainer()
670 const bool usePopup = combo->style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, combo); in setItemView() local
672 if (usePopup) in setItemView()
676 usePopup) { in setItemView()
2741 const bool usePopup = style->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); in showPopup() local
2744 if (usePopup in showPopup()
2802 if (!usePopup && count >= d->maxVisibleItems) { in showPopup()
2831 if (usePopup) in showPopup()
2835 if (usePopup) { in showPopup()
[all …]

123