Home
last modified time | relevance | path

Searched refs:createLineEdit (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/settingspages/
H A DExternalToolsPage.cpp60 auto customPath = this->createLineEdit(getSettings()->streamlinkPath); in ExternalToolsPage()
70 this->createLineEdit(getSettings()->streamlinkOpts)); in ExternalToolsPage()
96 auto lineEdit = this->createLineEdit(getSettings()->customURIScheme); in ExternalToolsPage()
130 this->createLineEdit(getSettings()->imageUploaderUrl)); in ExternalToolsPage()
133 this->createLineEdit(getSettings()->imageUploaderFormField)); in ExternalToolsPage()
136 this->createLineEdit(getSettings()->imageUploaderHeaders)); in ExternalToolsPage()
139 this->createLineEdit(getSettings()->imageUploaderLink)); in ExternalToolsPage()
142 this->createLineEdit(getSettings()->imageUploaderDeletionLink)); in ExternalToolsPage()
H A DSettingsPage.hpp67 QLineEdit *createLineEdit(pajlada::Settings::Setting<QString> &setting);
H A DSettingsPage.cpp136 QLineEdit *SettingsPage::createLineEdit( in createLineEdit() function in chatterino::SettingsPage
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/qlocale/
H A Dnumberformats.cpp48 number1 = createLineEdit(); in NumberFormatsWidget()
49 number2 = createLineEdit(); in NumberFormatsWidget()
50 number3 = createLineEdit(); in NumberFormatsWidget()
53 measurementSystem = createLineEdit(); in NumberFormatsWidget()
78 QLineEdit *NumberFormatsWidget::createLineEdit() in createLineEdit() function in NumberFormatsWidget
H A Dmiscellaneous.cpp47 createLineEdit("Text to quote:", &textToQuoteLabel, &textToQuote); in MiscWidget()
48 createLineEdit("Standard quotes:", &standardQuotedTextLabel, &standardQuotedText); in MiscWidget()
49 createLineEdit("Alternate quotes:", &alternateQuotedTextLabel, &alternateQuotedText); in MiscWidget()
51 createLineEdit("Text direction:", &textDirectionLabel, &textDirection); in MiscWidget()
52createLineEdit("List to separated string:", &listToSeparatedStringLabel, &listToSeparatedStringTex… in MiscWidget()
93 void MiscWidget::createLineEdit(const QString &label, QLabel **labelWidget, QLineEdit **lineEditWid… in createLineEdit() function in MiscWidget
H A Dnumberformats.h53 QLineEdit *createLineEdit();
H A Dmiscellaneous.h53 …void createLineEdit(const QString &label, QLabel **labelWidget = 0, QLineEdit **lineEditWidget = 0…
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/
H A DsettingsDialog.cpp33 QLineEdit *createLineEdit(QString name) in createLineEdit() function
58 formLayout->addRow(tr("Submitter:"), createLineEdit("editSubmitterName")); in settingsDialog()
65 formLayout->addRow(tr("DNS Name / IP:"), createLineEdit("editProxyDns")); in settingsDialog()
66 formLayout->addRow(tr("Port:"), createLineEdit("editProxyPort")); in settingsDialog()
67 formLayout->addRow(tr("User name (if required):"), createLineEdit("editProxyUser")); in settingsDialog()
68 formLayout->addRow(tr("Password (if required):"), createLineEdit("editProxyPassword")); in settingsDialog()
/dports/x11/glcapsviewer/glCapsViewer-26e160c/
H A DsettingsDialog.cpp36 QLineEdit *createLineEdit(QString name) in createLineEdit() function
61 formLayout->addRow(tr("Submitter:"), createLineEdit("editSubmitterName")); in settingsDialog()
68 formLayout->addRow(tr("DNS Name / IP:"), createLineEdit("editProxyDns")); in settingsDialog()
69 formLayout->addRow(tr("Port:"), createLineEdit("editProxyPort")); in settingsDialog()
70 formLayout->addRow(tr("User name (if required):"), createLineEdit("editProxyUser")); in settingsDialog()
71 formLayout->addRow(tr("Password (if required):"), createLineEdit("editProxyPassword")); in settingsDialog()
/dports/graphics/kimagemapeditor/kimagemapeditor-21.12.3/
H A Dkimedialogs.cpp261 QLineEdit* AreaDialog::createLineEdit(QFormLayout *layout, const QString &value, const QString &nam… in createLineEdit() function in AreaDialog
289 altEdit = createLineEdit(layout, in createGeneralPage()
292 targetEdit = createLineEdit(layout, in createGeneralPage()
295 titleEdit = createLineEdit(layout, in createGeneralPage()
328 onClickEdit = createLineEdit(layout, area->attribute("onClick"), i18n("OnClick:")); in createJavascriptPage()
329 onDblClickEdit = createLineEdit(layout, area->attribute("onDblClick"), i18n("OnDblClick:")); in createJavascriptPage()
330 onMouseDownEdit = createLineEdit(layout, area->attribute("onMouseDown"), i18n("OnMouseDown:")); in createJavascriptPage()
331 onMouseUpEdit = createLineEdit(layout, area->attribute("onMouseUp"), i18n("OnMouseUp:")); in createJavascriptPage()
332 onMouseOverEdit = createLineEdit(layout, area->attribute("onMouseOver"), i18n("OnMouseOver:")); in createJavascriptPage()
333 onMouseMoveEdit = createLineEdit(layout, area->attribute("onMouseMove"), i18n("OnMouseMove:")); in createJavascriptPage()
[all …]
H A Dkimedialogs.h135 QLineEdit* createLineEdit(QFormLayout *layout, const QString &value, const QString &name);
/dports/www/wt/wt-4.6.1/examples/feature/template-fun/
H A DExample.C17 std::unique_ptr<WWidget> createLineEdit(const std::vector<WString>& args) in createLineEdit() function
34 widgetFunction.registerType("line-edit", createLineEdit); in main()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dwidgetlayout.h383 QString createLineEdit(int x, int y, int width, int height, QString widgetLine);
H A Dwidgetlayout.cpp968 return createLineEdit(x,y,width, height, widgetLine); in newMacWidget()
1839 uuid = createLineEdit(posx, posy, 100, 25, line); in createNewLineEdit()
2924 QString WidgetLayout::createLineEdit(int x, int y, int width, int height, QString widgetLine) in createLineEdit() function in WidgetLayout
/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptableproxy.cpp557 QLineEdit *createLineEdit(const QVariant &value, QWidget *parent) in createLineEdit() function
572 QLineEdit *lineEdit = createLineEdit(path, w); in createFileNameEdit()
626 return label(Qt::Horizontal, name, createLineEdit(value, parent)); in createWidget()