Home
last modified time | relevance | path

Searched refs:label2text (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/examples/hello-c++-kde/
Dhellowindow.cc44 QString label2text; in HelloMainWindow() local
49 label2text = i18n ("This program is running as process number %1.").arg(getpid ()); in HelloMainWindow()
50 QLabel *label2 = new QLabel (label2text, panel); in HelloMainWindow()
/third_party/gettext/gettext-tools/examples/hello-c++-qt/
Dhello.cc47 QString label2text; in main() local
52 label2text = _("This program is running as process number %1.").arg(getpid ()); in main()
53 QLabel *label2 = new QLabel (label2text, panel); in main()
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/
Dhello.cc70 wxString label2text = in MyFrame() local
74 new wxStaticText(this, wxID_ANY, label2text); in MyFrame()