Home
last modified time | relevance | path

Searched refs:widgetName (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/uic3/
H A Dwidgetinfo.cpp88 if (widgetName == QLatin1String("QObject")) in metaObject()
90 else if (widgetName == QLatin1String("QToolBar")) in metaObject()
102 else if (widgetName == QLatin1String("QGroupBox") in metaObject()
114 else if (widgetName == QLatin1String("QListBox") in metaObject()
131 else if (widgetName == QLatin1String("QLabel")) in metaObject()
139 else if (widgetName == QLatin1String("QWidget")) in metaObject()
141 else if (widgetName == QLatin1String("QDialog")) in metaObject()
157 else if (widgetName == QLatin1String("QDial")) in metaObject()
159 else if (widgetName == QLatin1String("QSlider")) in metaObject()
163 else if (widgetName == QLatin1String("QFrame")) in metaObject()
[all …]
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/settingspages/
H A Dconnectionsettingspage.cpp69 if (widgetName == "pingTimeoutEnabled") in loadAutoWidgetValue()
71 if (widgetName == "pingInterval") in loadAutoWidgetValue()
73 if (widgetName == "maxPingCount") in loadAutoWidgetValue()
75 if (widgetName == "autoWhoEnabled") in loadAutoWidgetValue()
77 if (widgetName == "autoWhoInterval") in loadAutoWidgetValue()
79 if (widgetName == "autoWhoNickLimit") in loadAutoWidgetValue()
81 if (widgetName == "autoWhoDelay") in loadAutoWidgetValue()
83 if (widgetName == "standardCtcp") in loadAutoWidgetValue()
96 else if (widgetName == "pingInterval") in saveAutoWidgetValue()
98 else if (widgetName == "maxPingCount") in saveAutoWidgetValue()
[all …]
H A Ddccsettingspage.cpp107 if (widgetName == "dccEnabled") in loadAutoWidgetValue()
115 if (widgetName == "minPort") in loadAutoWidgetValue()
117 if (widgetName == "maxPort") in loadAutoWidgetValue()
119 if (widgetName == "chunkSize") in loadAutoWidgetValue()
121 if (widgetName == "sendTimeout") in loadAutoWidgetValue()
123 if (widgetName == "usePassiveDcc") in loadAutoWidgetValue()
125 if (widgetName == "useFastSend") in loadAutoWidgetValue()
127 if (widgetName == "outgoingIp") in loadAutoWidgetValue()
136 if (widgetName == "dccEnabled") in saveAutoWidgetValue()
144 else if (widgetName == "minPort") in saveAutoWidgetValue()
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/settingspages/
H A Dconnectionsettingspage.cpp69 if (widgetName == "pingTimeoutEnabled") in loadAutoWidgetValue()
71 if (widgetName == "pingInterval") in loadAutoWidgetValue()
73 if (widgetName == "maxPingCount") in loadAutoWidgetValue()
75 if (widgetName == "autoWhoEnabled") in loadAutoWidgetValue()
77 if (widgetName == "autoWhoInterval") in loadAutoWidgetValue()
79 if (widgetName == "autoWhoNickLimit") in loadAutoWidgetValue()
81 if (widgetName == "autoWhoDelay") in loadAutoWidgetValue()
83 if (widgetName == "standardCtcp") in loadAutoWidgetValue()
96 else if (widgetName == "pingInterval") in saveAutoWidgetValue()
98 else if (widgetName == "maxPingCount") in saveAutoWidgetValue()
[all …]
H A Ddccsettingspage.cpp107 if (widgetName == "dccEnabled") in loadAutoWidgetValue()
115 if (widgetName == "minPort") in loadAutoWidgetValue()
117 if (widgetName == "maxPort") in loadAutoWidgetValue()
119 if (widgetName == "chunkSize") in loadAutoWidgetValue()
121 if (widgetName == "sendTimeout") in loadAutoWidgetValue()
123 if (widgetName == "usePassiveDcc") in loadAutoWidgetValue()
125 if (widgetName == "useFastSend") in loadAutoWidgetValue()
127 if (widgetName == "outgoingIp") in loadAutoWidgetValue()
136 if (widgetName == "dccEnabled") in saveAutoWidgetValue()
144 else if (widgetName == "minPort") in saveAutoWidgetValue()
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerDashboardSort.php63 foreach ($column as $row => $widgetName) {
64 if (!CNewValidator::is_int32($row) || $row < 0 || !is_string($widgetName)) {
69 $widgetName = str_replace('_widget', '', $widgetName);
71 if (!in_array($widgetName, $widgets)) {
92 foreach ($column as $row => $widgetName) {
93 $widgetName = str_replace('_widget', '', $widgetName);
95 CProfile::update('web.dashboard.widget.'.$widgetName.'.col', $col, PROFILE_TYPE_INT);
96 CProfile::update('web.dashboard.widget.'.$widgetName.'.row', $row, PROFILE_TYPE_INT);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerDashboardSort.php63 foreach ($column as $row => $widgetName) {
64 if (!CNewValidator::is_int32($row) || $row < 0 || !is_string($widgetName)) {
69 $widgetName = str_replace('_widget', '', $widgetName);
71 if (!in_array($widgetName, $widgets)) {
92 foreach ($column as $row => $widgetName) {
93 $widgetName = str_replace('_widget', '', $widgetName);
95 CProfile::update('web.dashboard.widget.'.$widgetName.'.col', $col, PROFILE_TYPE_INT);
96 CProfile::update('web.dashboard.widget.'.$widgetName.'.row', $row, PROFILE_TYPE_INT);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerDashboardSort.php63 foreach ($column as $row => $widgetName) {
64 if (!CNewValidator::is_int32($row) || $row < 0 || !is_string($widgetName)) {
69 $widgetName = str_replace('_widget', '', $widgetName);
71 if (!in_array($widgetName, $widgets)) {
92 foreach ($column as $row => $widgetName) {
93 $widgetName = str_replace('_widget', '', $widgetName);
95 CProfile::update('web.dashboard.widget.'.$widgetName.'.col', $col, PROFILE_TYPE_INT);
96 CProfile::update('web.dashboard.widget.'.$widgetName.'.row', $row, PROFILE_TYPE_INT);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerDashboardSort.php63 foreach ($column as $row => $widgetName) {
64 if (!CNewValidator::is_int32($row) || $row < 0 || !is_string($widgetName)) {
69 $widgetName = str_replace('_widget', '', $widgetName);
71 if (!in_array($widgetName, $widgets)) {
92 foreach ($column as $row => $widgetName) {
93 $widgetName = str_replace('_widget', '', $widgetName);
95 CProfile::update('web.dashboard.widget.'.$widgetName.'.col', $col, PROFILE_TYPE_INT);
96 CProfile::update('web.dashboard.widget.'.$widgetName.'.row', $row, PROFILE_TYPE_INT);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/app/controllers/
H A DCControllerDashboardSort.php63 foreach ($column as $row => $widgetName) {
64 if (!CNewValidator::is_int32($row) || $row < 0 || !is_string($widgetName)) {
69 $widgetName = str_replace('_widget', '', $widgetName);
71 if (!in_array($widgetName, $widgets)) {
92 foreach ($column as $row => $widgetName) {
93 $widgetName = str_replace('_widget', '', $widgetName);
95 CProfile::update('web.dashboard.widget.'.$widgetName.'.col', $col, PROFILE_TYPE_INT);
96 CProfile::update('web.dashboard.widget.'.$widgetName.'.row', $row, PROFILE_TYPE_INT);
/dports/www/matomo/piwik/plugins/CoreConsole/Commands/
H A DGenerateWidget.php38 $widgetName = $this->getWidgetName($input, $output);
46 $widgetMethod = $this->getWidgetMethodName($widgetName);
86 $validate = function ($widgetName) {
87 if (empty($widgetName)) {
91 if (preg_match("/[^A-Za-z0-9 ]/", $widgetName)) {
95 return $widgetName;
98 $widgetName = $input->getOption('widgetname');
100 if (empty($widgetName)) {
104 $validate($widgetName);
107 $widgetName = ucfirst($widgetName);
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/plugins/dna_export/
H A DExportMSA2MSADialogFiller.cpp69 QString widgetName; in commonScenario() local
71 widgetName = "rbFirstDirectFrame"; in commonScenario()
73 widgetName = "rbSecondDirectFrame"; in commonScenario()
75 widgetName = "rbThirdDirectFrame"; in commonScenario()
77 widgetName = "rbFirstComplementFrame"; in commonScenario()
79 widgetName = "rbSecondComplementFrame"; in commonScenario()
81 widgetName = "rbThirdComplementFrame"; in commonScenario()
85 GTRadioButton::click(os, widgetName, dialog); in commonScenario()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dformmanager.cpp77 for (const QString& widgetName : resourceForms) in rescanResources() local
78 widgetNameToFullPath.remove(widgetName); in rescanResources()
136 QString widgetName; in loadRecurently() local
148 widgetName = getWidgetName(fullPath); in loadRecurently()
149 if (widgetName.isNull()) in loadRecurently()
152 if (widgetNameToFullPath.contains(widgetName)) in loadRecurently()
154 …tical() << "Widget named" << widgetName << "was already loaded by FormManager from file" << widget… in loadRecurently()
159 widgetNameToFullPath[widgetName] = fullPath; in loadRecurently()
161 resourceForms << widgetName; in loadRecurently()
186 QString widgetName = match.captured(1); in getWidgetName() local
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dmiami_herald.recipe42 …(u'News', u'https://www.miamiherald.com/news/?widgetName=rssfeed&widgetContentId=712015&getXmlFeed…
43 …(u'Miami-Dade', u'https://www.miamiherald.com/news/local/community/miami-dade/?widgetName=rssfeed&…
44 …(u'Broward', u'https://www.miamiherald.com/news/local/community/broward/?widgetName=rssfeed&widget…
46 …(u'Florida', u'https://www.miamiherald.com/news/state/florida/?widgetName=rssfeed&widgetContentId=…
47 …(u'National', u'https://www.miamiherald.com/news/nation-world/national/?widgetName=rssfeed&widgetC…
48 …(u'World', u'https://www.miamiherald.com/news/nation-world/world/?widgetName=rssfeed&widgetContent…
49 …(u'Americas', u'https://www.miamiherald.com/news/nation-world/world/americas/?widgetName=rssfeed&w…
52 …(u'Politics', u'https://www.miamiherald.com/news/politics-government/?widgetName=rssfeed&widgetCon…
53 …(u'Education', u'https://www.miamiherald.com/news/local/education/?widgetName=rssfeed&widgetConten…
54 …(u'Environment', u'https://www.miamiherald.com/news/local/environment/?widgetName=rssfeed&widgetCo…
[all …]
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/
H A DKisDialogStateSaver.cpp109 QString widgetName = widget->objectName(); in restoreState() local
112 if (defaults.contains(widgetName)) { in restoreState()
113 defaultValue = defaults[widgetName]; in restoreState()
145 …qobject_cast<QCheckBox*>(widget)->setChecked(group.readEntry<bool>(widgetName, qobject_cast<QCheck… in restoreState()
153 …qobject_cast<QComboBox*>(widget)->setCurrentIndex(group.readEntry<int>(widgetName, qobject_cast<QC… in restoreState()
161 …qobject_cast<QLineEdit*>(widget)->setText(group.readEntry<QString>(widgetName, qobject_cast<QLineE… in restoreState()
176 …qobject_cast<QAbstractSlider*>(widget)->setValue(group.readEntry<int>(widgetName, qobject_cast<QAb… in restoreState()
184 …qobject_cast<QSpinBox*>(widget)->setValue(group.readEntry<int>(widgetName, qobject_cast<QSpinBox*>… in restoreState()
192 …qobject_cast<QDoubleSpinBox*>(widget)->setValue(group.readEntry<int>(widgetName, qobject_cast<QDou… in restoreState()
200 …qobject_cast<QRadioButton*>(widget)->setChecked(group.readEntry<bool>(widgetName, qobject_cast<QRa… in restoreState()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/generator/
H A Dtextwidget.go20 widgetName string var
28 widgetName, present := os.LookupEnv("WTF_WIDGET_NAME")
30 widgetName = defaultWidgetName
36 widgetName,
44 err := os.Mkdir(strings.ToLower(widgetName), os.ModePerm)
49 out, err := os.Create(fmt.Sprintf("%s/widget.go", strings.ToLower(widgetName)))
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/scopes/
H A Dscopemanager.cpp58 qCDebug(KDENLIVE_LOG) << "Adding scope to scope manager: " << audioScope->widgetName(); in addScope()
68 …sibilityChanged, this, [this, audioScope](){slotRequestFrame(QString(audioScope->widgetName()));}); in addScope()
87 qCDebug(KDENLIVE_LOG) << "Adding scope to scope manager: " << colorScope->widgetName(); in addScope()
99 …sibilityChanged, this, [this, colorScope](){slotRequestFrame(QString(colorScope->widgetName()));}); in addScope()
118 …bug(KDENLIVE_LOG) << "ScopeManager: Distributed audio to " << m_audioScopes[i].scope->widgetName(); in slotDistributeAudio()
134 …bug(KDENLIVE_LOG) << "ScopeManager: Distributed frame to " << m_colorScopes[i].scope->widgetName(); in slotDistributeFrame()
143 …NLIVE_LOG) << "ScopeManager: Distributed forced frame to " << m_colorScopes[i].scope->widgetName(); in slotDistributeFrame()
158 void ScopeManager::slotRequestFrame(const QString &widgetName) in slotRequestFrame() argument
161 qCDebug(KDENLIVE_LOG) << "ScopeManager: New frame was requested by " << widgetName; in slotRequestFrame()
167 if (m_colorScope.scope->widgetName() == widgetName) { in slotRequestFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/image_descriptions/android/java/src/org/chromium/chrome/browser/image_descriptions/
H A DImageDescriptionsSettingsTest.java99 private void assertVisibleEnabledAndChecked(View view, String widgetName) { in assertVisibleEnabledAndChecked() argument
100 Assert.assertEquals(widgetName + VISIBILITY_ERROR, View.VISIBLE, view.getVisibility()); in assertVisibleEnabledAndChecked()
101 Assert.assertTrue(widgetName + ENABLED_ERROR, view.isEnabled()); in assertVisibleEnabledAndChecked()
103 widgetName + CHECKED_ERROR, ((RadioButtonWithDescription) view).isChecked()); in assertVisibleEnabledAndChecked()
106 private void assertVisibleEnabledAndUnchecked(View view, String widgetName) { in assertVisibleEnabledAndUnchecked() argument
108 Assert.assertTrue(widgetName + ENABLED_ERROR, view.isEnabled()); in assertVisibleEnabledAndUnchecked()
113 private void assertVisibleDisabledAndChecked(View view, String widgetName) { in assertVisibleDisabledAndChecked() argument
115 Assert.assertFalse(widgetName + DISABLED_ERROR, view.isEnabled()); in assertVisibleDisabledAndChecked()
117 widgetName + CHECKED_ERROR, ((RadioButtonWithDescription) view).isChecked()); in assertVisibleDisabledAndChecked()
120 private void assertVisibleDisabledAndUnchecked(View view, String widgetName) { in assertVisibleDisabledAndUnchecked() argument
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/primitives/
H A DGTWidget.h100 …static void checkEnabled(GUITestOpStatus &os, const QString &widgetName, bool expectedEnabledState…
107 …static T findExactWidget(GUITestOpStatus &os, const QString &widgetName, const QWidget *parentWidg…
108 QWidget *w = findWidget(os, widgetName, parentWidget, options);
111 GT_CHECK_RESULT(w != nullptr, "widget " + widgetName + " not found", result);
119 …static QLineEdit *findLineEdit(GUITestOpStatus &os, const QString &widgetName, const QWidget *pare…
122 …static QTextEdit *findTextEdit(GUITestOpStatus &os, const QString &widgetName, const QWidget *pare…
125 …static QCheckBox *findCheckBox(GUITestOpStatus &os, const QString &widgetName, const QWidget *pare…
128 …static QSpinBox *findSpinBox(GUITestOpStatus &os, const QString &widgetName, const QWidget *parent…
131 …static QToolButton *findToolButton(GUITestOpStatus &os, const QString &widgetName, const QWidget *…
137 …static QSlider *findSlider(GUITestOpStatus &os, const QString &widgetName, const QWidget *parentWi…
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DviewSalaryListAction.class.php84 … foreach ($this->directDepositForm->getWidgetSchema()->getPositions() as $widgetName) {
85 if ($this->directDepositForm[$widgetName]->hasError()) {
86 …$validationMsg .= $widgetName . ' ' . __($this->directDepositForm[$widgetName]->getError()->getMes…
110 foreach ($this->form->getWidgetSchema()->getPositions() as $widgetName) {
111 if ($this->form[$widgetName]->hasError()) {
112 …$validationMsg .= $widgetName . ' ' . __($this->form[$widgetName]->getError()->getMessageFormat());
/dports/science/step/step-21.12.3/step/
H A Dmessageframe.cc55 QString widgetName(QStringLiteral("message")); in showMessage() local
56 widgetName.append(QString::number(_lastId)); in showMessage()
59 widget->setObjectName(widgetName); in showMessage()
110 QString widgetName(QStringLiteral("message")); in changeMessage() local
111 widgetName.append(QString::number(id)); in changeMessage()
112 QWidget* widget = findChild<QWidget*>(widgetName); in changeMessage()
119 QString widgetName(QStringLiteral("message")); in closeMessage() local
120 widgetName.append(QString::number(id)); in closeMessage()
121 QWidget* widget = findChild<QWidget*>(widgetName); in closeMessage()
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dsystrayanimationnotificationbackend.cpp79 …t SystrayAnimationNotificationBackend::ConfigWidget::loadAutoWidgetValue(const QString& widgetName) in loadAutoWidgetValue() argument
81 if (widgetName == "attentionBehavior") { in loadAutoWidgetValue()
92 return SettingsPage::loadAutoWidgetValue(widgetName); in loadAutoWidgetValue()
95 …nNotificationBackend::ConfigWidget::saveAutoWidgetValue(const QString& widgetName, const QVariant&… in saveAutoWidgetValue() argument
97 if (widgetName == "attentionBehavior") { in saveAutoWidgetValue()
113 SettingsPage::saveAutoWidgetValue(widgetName, value); in saveAutoWidgetValue()
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dsystrayanimationnotificationbackend.cpp79 …t SystrayAnimationNotificationBackend::ConfigWidget::loadAutoWidgetValue(const QString& widgetName) in loadAutoWidgetValue() argument
81 if (widgetName == "attentionBehavior") { in loadAutoWidgetValue()
92 return SettingsPage::loadAutoWidgetValue(widgetName); in loadAutoWidgetValue()
95 …nNotificationBackend::ConfigWidget::saveAutoWidgetValue(const QString& widgetName, const QVariant&… in saveAutoWidgetValue() argument
97 if (widgetName == "attentionBehavior") { in saveAutoWidgetValue()
113 SettingsPage::saveAutoWidgetValue(widgetName, value); in saveAutoWidgetValue()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DUAWidgetsChild.jsm63 let widgetName;
75 widgetName = "VideoControlsWidget";
84 widgetName = "DateTimeBoxWidget";
89 widgetName = "PluginProblemWidget";
93 widgetName = "MarqueeWidget";
97 if (!uri || !widgetName) {
117 if (!sandbox[widgetName]) {
122 this.getPrefsForUAWidget(widgetName, prefKeys),
126 let widget = new sandbox[widgetName](shadowRoot, prefs);
130 this.widgets.set(aElement, { widget, widgetName });
[all …]
/dports/lang/itcl4/itcl4.2.2/library/
H A DitclWidget.tcl39 proc initWidgetOptions {varNsName widgetName className} {
52 set value [::option get $widgetName $resource $class]
102 set value [::option get $widgetName $resource $class]
114 proc widgetinitobjectoptions {varNsName widgetName className} {
172 set widgetName [lindex $args 0]
173 set varNsName $::itcl::internal::varNsName($widgetName)
177 set widgetName $win
179 set varNsName $::itcl::internal::varNsName($widgetName)
198 set hullNam ${nam}${i}$widgetName
203 uplevel 1 [list ${cmdPath}::sethullwindowname $widgetName]
[all …]

12345678910>>...26