Home
last modified time | relevance | path

Searched refs:staticText (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DThesaurusDialog.cpp44 wxStaticText *staticText; in BEGIN_EVENT_TABLE() local
46staticText = new wxStaticText( this, wxID_ANY, wxT("Looked up:"), wxDefaultPosition, wxDefaultSize… in BEGIN_EVENT_TABLE()
47 staticText->Wrap( -1 ); in BEGIN_EVENT_TABLE()
48 bSizer2->Add( staticText, 0, wxALL, 0 ); in BEGIN_EVENT_TABLE()
55staticText = new wxStaticText( this, wxID_ANY, wxT("Meanings:"), wxDefaultPosition, wxDefaultSize,… in BEGIN_EVENT_TABLE()
56 staticText->Wrap( -1 ); in BEGIN_EVENT_TABLE()
57 bSizer2->Add( staticText, 0, wxALL, 0 ); in BEGIN_EVENT_TABLE()
67staticText = new wxStaticText( this, wxID_ANY, wxT("Replace with Synonym:"), wxDefaultPosition, wx… in BEGIN_EVENT_TABLE()
68 staticText->Wrap( -1 ); in BEGIN_EVENT_TABLE()
69 bSizer4->Add( staticText, 0, wxALL, 0 ); in BEGIN_EVENT_TABLE()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qstatictext/
H A Dtst_qstatictext.cpp565 QStaticText staticText; in plainTextVsRichText() local
566 staticText.setText("FOObar"); in plainTextVsRichText()
577 QStaticText staticText; in plainTextVsRichText() local
605 QStaticText staticText("XXXXX"); in setPenPlainText() local
607 p.drawStaticText(0, 0, staticText); in setPenPlainText()
633 QStaticText staticText; in setPenRichText() local
636 p.drawStaticText(0, 0, staticText); in setPenRichText()
662 QStaticText staticText; in richTextOverridesPen() local
665 p.drawStaticText(0, 0, staticText); in richTextOverridesPen()
784 QStaticText staticText(s); in unprintableCharacter_qtbug12614() local
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dunit_binder.cpp275 wxStaticText* staticText = dynamic_cast<wxStaticText*>( m_valueCtrl ); in SetValue() local
279 else if( staticText ) in SetValue()
280 staticText->SetLabel( aValue ); in SetValue()
321 else if( staticText ) in ChangeValue()
322 staticText->SetLabel( aValue ); in ChangeValue()
345 else if( staticText ) in GetValue()
347 value = staticText->GetLabel(); in GetValue()
388 else if( staticText ) in GetDoubleValue()
390 value = staticText->GetLabel(); in GetDoubleValue()
424 else if( staticText ) in GetOriginalText()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dcatalog_mgr.cpp78 wxStaticText* staticText(const char* text) in staticText() function in catalog_mgr::Helpers
235 grid->Add(staticText( in ActiveCatalogGrid()
237 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
238 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
239 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
245 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
246 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
256 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
257 grid->Add(staticText(""), flags); in ActiveCatalogGrid()
631 grid->Add(staticText(_("")), flags); in DialogGrid()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/examples/
H A Dcontroldemo.pas37 staticText: ControlRef;
76 if showTextFlag then HIViewSetVisible(staticText, True)
77 else HIViewSetVisible(staticText, False);
168 GetQDRect(0, 50, 350, 50), nil, @fontStyle, staticText);
170 ignoreResult := HIViewAddSubview(contentView, staticText);
171 ignoreResult := HIViewSetVisible(staticText, FALSE);
173 HIViewSetText(staticText, CFSTRP('Hello Controls!'));
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp92 containerAbout->addControl(staticText); in initUI()
562 staticText->hide(true); in initSectionSpeed()
567 staticText->hide(true); in initSectionSpeed()
585 staticText->hide(true); in initSectionSpeed()
590 staticText->hide(true); in initSectionSpeed()
925 container->addControl(staticText); in initListboxesSection()
1059 staticText->hide(true); in initListboxesSection()
1060 container->addControl(staticText); in initListboxesSection()
1063 staticText->hide(true); in initListboxesSection()
1064 container->addControl(staticText); in initListboxesSection()
[all …]
H A DDialogEQ.cpp91 …PPStaticText* staticText = new PPStaticText(0, screen, this, PPPoint(x2 + (SCROLLBUTTONSIZE/2) - f… in DialogEQ() local
92 staticText->setFont(font); in DialogEQ()
93 getMessageBoxContainer()->addControl(staticText); in DialogEQ()
123 …PPStaticText* staticText = new PPStaticText(0, screen, this, PPPoint(x2 + font->getStrWidth("+12 d… in DialogEQ() local
124 staticText->setFont(font); in DialogEQ()
125 getMessageBoxContainer()->addControl(staticText); in DialogEQ()
H A DSectionHDRecorder.cpp626 ASSERT(staticText); in update()
627 staticText->setHexValue(fromOrder, 2); in update()
629 staticText = static_cast<PPStaticText*>(container->getControlByID(HDRECORD_STATICTEXT_END)); in update()
630 ASSERT(staticText); in update()
631 staticText->setHexValue(toOrder, 2); in update()
663 staticText->show(true); in update()
667 staticText->setText("<None specified>"); in update()
673 staticText->setText(nameASCIIZ); in update()
695 staticText->show(false); in update()
699 staticText->setText(buffer); in update()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/painting/qtbench/
H A Dbenchmarktests.h541 QStaticText staticText; in begin() local
543 staticText.setTextWidth(m_size.width() + 10); in begin()
544 staticText.setText(m_text); in begin()
545 staticText.prepare(p->transform(), p->font()); in begin()
546 m_staticTexts.append(staticText); in begin()
552 QStaticText staticText; in begin() local
555 staticText.setText(m_text); in begin()
557 m_staticTexts.append(staticText); in begin()
563 QStaticText staticText; in begin() local
564 staticText.setText(m_text); in begin()
[all …]
/dports/games/moria/umoria/mac/
H A Dmoria.ro192 staticText disabled
250 staticText disabled
257 staticText
313 staticText disabled
321 staticText
362 staticText disabled
444 staticText Disabled
513 staticText Disabled
536 staticText Disabled
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dlocatorwidget.cpp219 QStaticText staticText(fileNameHtml); in paint() local
220 staticText.setTextOption(textOption); in paint()
221 staticText.setTextFormat(Qt::RichText); in paint()
222 staticText.setTextWidth(fileNameRect.width()); in paint()
223 staticText.prepare(painter->transform(), fonts.big); in paint()
226 painter->drawStaticText(fileNameRect.topLeft(), staticText); in paint()
228 staticText.setText(filePathHtml); in paint()
229 staticText.prepare(painter->transform(), fonts.small); in paint()
233 painter->drawStaticText(filePathRect.topLeft(), staticText); in paint()
/dports/games/glest/glest_source_3.2.2/source/configurator/
H A Dmain.cpp62 FieldText *staticText= new FieldText(panel, this, f); in MainWindow() local
63 staticText->SetAutoLayout(true); in MainWindow()
64 gridSizer->Add(staticText); in MainWindow()
66 idMap.insert(IdPair(staticText->GetId(), staticText)); in MainWindow()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/utilities/
H A DhdRemoveDeleteDialog.cpp43 if(staticText) in ~hdRemoveDeleteDialog()
44 delete staticText; in ~hdRemoveDeleteDialog()
111staticText = new wxStaticText(this, wxID_STATIC, message, wxDefaultPosition, wxDefaultSize, wxALIG… in CreateControls()
112 messageSizer->Add(staticText, 0, wxALIGN_CENTER, 5); in CreateControls()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp25 char staticText[1024]; in GetTextRect() local
35 GetWindowText(hWnd, staticText, sizeof(staticText) - 1); in GetTextRect()
36 if (GetTextExtentPoint32(hDC, staticText, strlen(staticText), &sizeText)) in GetTextRect()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp25 char staticText[1024]; in GetTextRect() local
35 GetWindowText(hWnd, staticText, sizeof(staticText) - 1); in GetTextRect()
36 if (GetTextExtentPoint32(hDC, staticText, strlen(staticText), &sizeText)) in GetTextRect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/views/
H A DDynamicTestsView.java144 final String staticText = "Use static contributions from plugin.xml"; //$NON-NLS-1$ in initToolBar() local
150 staticAction = new Action(staticText, IAction.AS_CHECK_BOX) { in initToolBar()
155 .setMessage(staticText); in initToolBar()
162 staticAction.setToolTipText(staticText); in initToolBar()
207 staticText); in initToolBar()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/
H A Dkstandarditemlistwidget.cpp1109 textInfo->staticText.setTextFormat(Qt::PlainText); in updateTextsCache()
1111 textInfo->staticText.setTextOption(textOption); in updateTextsCache()
1193 nameTextInfo->staticText.setText(nameText); in updateIconsLayoutTextCache()
1241 nameTextInfo->staticText.setTextWidth(maxWidth); in updateIconsLayoutTextCache()
1260 textInfo->staticText.setText(text); in updateIconsLayoutTextCache()
1276 textInfo->staticText.setText(elidedText); in updateIconsLayoutTextCache()
1286 textInfo->staticText.setTextWidth(maxWidth); in updateIconsLayoutTextCache()
1319 textInfo->staticText.setText(text); in updateCompactLayoutTextCache()
1325 textInfo->staticText.setText(elidedText); in updateCompactLayoutTextCache()
1329 textInfo->staticText.setTextWidth(maxWidth); in updateCompactLayoutTextCache()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DDlgItemProperties.cpp500 …wxStaticText* staticText = new wxStaticText(m_scrolledWindow, wxID_ANY, title, wxDefaultPosition, … in addSection() local
501 staticText->Wrap(-1); in addSection()
502staticText->SetFont(wxFont( wxNORMAL_FONT->GetPointSize(), 70, 90, 92, false, wxEmptyString)); in addSection()
503 m_gbSizer->Add(staticText, wxGBPosition( m_current_row, 0), wxGBSpan(1, 2), wxALL|wxEXPAND, 3); in addSection()
510 …wxStaticText* staticText = new wxStaticText( m_scrolledWindow, wxID_ANY, name, wxDefaultPosition, … in addProperty() local
511 staticText->Wrap( -1 ); in addProperty()
512 m_gbSizer->Add( staticText, wxGBPosition( m_current_row, 0 ), wxGBSpan( 1, 1 ), wxALL, 3 ); in addProperty()
514staticText = new wxStaticText( m_scrolledWindow, wxID_ANY, value, wxDefaultPosition, wxDefaultSize… in addProperty()
515 staticText->Wrap( -1 ); in addProperty()
516 …m_gbSizer->Add( staticText, wxGBPosition( m_current_row, 1 ), wxGBSpan( 1, 1 ), wxALL|wxEXPAND, 3 … in addProperty()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/config/
H A Dklanguagebutton.cpp78 bool staticText : 1; member in KLanguageButtonPrivate
99 staticText(false), in KLanguageButtonPrivate()
122 d->staticText = true; in setText()
236 if (!staticText) { in clear()
284 if (!staticText) { in setCurrentItem()
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dklanguagebutton.cpp65 bool staticText : 1; member in KLanguageButtonPrivate
86 , staticText(false) in KLanguageButtonPrivate()
106 d->staticText = true; in setText()
236 if (!staticText) { in clear()
285 if (!staticText) { in setCurrentItem()
/dports/games/openmw/openmw-openmw-0.47.0/components/resource/
H A Dstats.cpp419 osg::ref_ptr<osgText::Text> staticText = new osgText::Text; in setUpScene() local
420 group->addChild( staticText.get() ); in setUpScene()
421 staticText->setColor(staticTextColor); in setUpScene()
422 staticText->setFont(_font); in setUpScene()
423 staticText->setCharacterSize(_characterSize); in setUpScene()
424 staticText->setPosition(pos); in setUpScene()
435 staticText->setText(viewStr.str()); in setUpScene()
/dports/games/moria/umoria/mac/scrnmgr/
H A DScrnMgr.ro181 staticText
185 staticText
272 staticText disabled
276 staticText disabled
299 staticText disabled
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/
H A D300.rst28 identifier: staticText
30 label: formEditor.elements.StaticText.editor.staticText.label
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/
H A D300.rst28 identifier: staticText
30 label: formEditor.elements.StaticText.editor.staticText.label
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/
H A D300.rst30 identifier: staticText
32 label: formEditor.elements.StaticText.editor.staticText.label

12345678