Home
last modified time | relevance | path

Searched refs:LineEdit (Results 226 – 250 of 1731) sorted by relevance

12345678910>>...70

/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Deditdlgtypes.h32 class LineEdit; variable
105 LineEdit* mFileMessageEdit; // text file URL edit box
178 LineEdit* mCmdLogFileEdit; // log file URL edit box
232 LineEdit* mEmailToEdit;
234 LineEdit* mEmailSubjectEdit;
H A Deditdlg_p.h16 class LineEdit; variable
73 LineEdit* mCommandEdit; // command line edit box
/dports/hebrew/he2/he2-0.61/he2/
H A DMakefile.am3 …indow.cxx aString.cxx aDictionary.cxx Undo.cxx Screen.cxx Locations.cxx LineEdit.cxx Input.cxx Edi…
8 …xx CursesScreen.h Edit.cxx Edit.h File.h Help.h Input.cxx Input.h LineEdit.cxx LineEdit.h List.h L…
/dports/www/falkon/falkon-3.2.0/src/lib/navigation/
H A Dwebsearchbar.h32 class LineEdit; variable
47 class FALKON_EXPORT WebSearchBar : public LineEdit
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/widgets/
H A DQuantizeParameters.h42 class LineEdit; variable
86 LineEdit *m_arbitraryGridUnit;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/16_Chat/
H A DChat.h31 class LineEdit; variable
97 SharedPtr<LineEdit> textEdit_;
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DAttributeEditor.as133 LineEdit@ attrEdit = LineEdit();
168 attrEdit.name = "LineEdit";
187 LineEdit@ attrEdit = parent.parent.GetChild("LineEdit", true);
918 LineEdit@ le = parent.children[0];
984 void CreateDragSlider(LineEdit@ parent)
1058 LineEdit@ selectedNumEditor = label.parent;
1070 LineEdit@ selectedNumEditor = label.parent;
1089 LineEdit@ selectedNumEditor = label.parent;
1115 LineEdit@ selectedNumEditor = label.parent;
1212 LineEdit@ attrEdit = button.parent.children[0];
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.h60 LineEdit *type_edit;
63 LineEdit *name_edit;
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.h60 LineEdit *type_edit;
63 LineEdit *name_edit;
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.h58 LineEdit *type_edit;
60 LineEdit *name_edit;
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.h58 LineEdit *type_edit;
60 LineEdit *name_edit;
/dports/audio/cantata/cantata-2.4.2/online/
H A Dpodcastsearchdialog.h32 class LineEdit; variable
111 LineEdit *search;
157 LineEdit *urlEntry;
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dcode_editor.h48 LineEdit *line;
66 LineEdit *search_text;
74 LineEdit *replace_text;
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dcode_editor.h48 LineEdit *line;
66 LineEdit *search_text;
74 LineEdit *replace_text;
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DHighlightOut.cpp5 HighlightOutput::HighlightOutput(Vector<LineEdit::Highlight>& v) in HighlightOutput()
28 LineEdit::Highlight& x = v[pos++]; in Set()
44 LineEdit::Highlight& x = v[pos++]; in SetFont()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/componentsplugin/Controls/
H A DTextFieldSpecifics.qml47 LineEdit {
61 LineEdit {
89 LineEdit {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DUIAPI.cpp477 RegisterBorderImage<LineEdit>(engine, "LineEdit"); in RegisterLineEdit()
478 …engine->RegisterObjectMethod("LineEdit", "void set_text(const String&in)", asMETHOD(LineEdit, SetT… in RegisterLineEdit()
479 …engine->RegisterObjectMethod("LineEdit", "const String& get_text() const", asMETHOD(LineEdit, GetT… in RegisterLineEdit()
484 …engine->RegisterObjectMethod("LineEdit", "void set_maxLength(uint)", asMETHOD(LineEdit, SetMaxLeng… in RegisterLineEdit()
485 …engine->RegisterObjectMethod("LineEdit", "uint get_maxLength() const", asMETHOD(LineEdit, GetMaxLe… in RegisterLineEdit()
486 …engine->RegisterObjectMethod("LineEdit", "void set_echoCharacter(uint)", asMETHOD(LineEdit, SetEch… in RegisterLineEdit()
488 …engine->RegisterObjectMethod("LineEdit", "void set_cursorMovable(bool)", asMETHOD(LineEdit, SetCur… in RegisterLineEdit()
492 …engine->RegisterObjectMethod("LineEdit", "void set_textCopyable(bool)", asMETHOD(LineEdit, SetText… in RegisterLineEdit()
493 …engine->RegisterObjectMethod("LineEdit", "bool get_textCopyable() const", asMETHOD(LineEdit, IsTex… in RegisterLineEdit()
494 …engine->RegisterObjectMethod("LineEdit", "Text@+ get_textElement() const", asMETHOD(LineEdit, GetT… in RegisterLineEdit()
[all …]
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Ddrumkitframecontent.h56 LineEdit& getLineEdit();
61 LineEdit lineedit{this};
/dports/devel/upp/upp/reference/DockingExample2/
H A DDockingExample.lay6 ITEM(Label, dv___4, SetLabel(t_("LineEdit:")).LeftPosZ(4, 69).TopPosZ(48, 19))
11 ITEM(LineEdit, dv___9, HSizePosZ(4, 4).VSizePosZ(68, 56))
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/amarokurls/
H A DBookmarkManagerWidget.cpp54 m_searchEdit = new Amarok::LineEdit( topLayout ); in BookmarkManagerWidget()
77 …connect( m_searchEdit, &Amarok::LineEdit::textChanged, m_proxyModel, &QSortFilterProxyModel::setFi… in BookmarkManagerWidget()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dconnections_dialog.h55 LineEdit *dst_path;
56 LineEdit *dst_method;
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dconnections_dialog.h55 LineEdit *dst_path;
56 LineEdit *dst_method;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dflipbook.h42 DVGui::LineEdit *m_fromField;
43 DVGui::LineEdit *m_toField;
44 DVGui::LineEdit *m_stepField;
45 DVGui::LineEdit *m_shrinkField;
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dspin_box.cpp69 LineEdit *SpinBox::get_line_edit() { in get_line_edit()
221 void SpinBox::set_align(LineEdit::Align p_align) { in set_align()
226 LineEdit::Align SpinBox::get_align() const { in get_align()
294 line_edit = memnew(LineEdit); in SpinBox()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dspin_box.cpp69 LineEdit *SpinBox::get_line_edit() { in get_line_edit()
221 void SpinBox::set_align(LineEdit::Align p_align) { in set_align()
226 LineEdit::Align SpinBox::get_align() const { in get_align()
294 line_edit = memnew(LineEdit); in SpinBox()

12345678910>>...70