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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dhellowindow.cc44 QString label2text; local
47 //label2text.sprintf (i18n ("This program is running as process number %d"),
49 label2text = i18n ("This program is running as process number %1.").arg(getpid ());
50 QLabel *label2 = new QLabel (label2text, panel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc70 wxString label2text = local
74 new wxStaticText(this, wxID_ANY, label2text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc47 QString label2text; local
50 //label2text.sprintf (_("This program is running as process number %d"),
52 label2text = _("This program is running as process number %1.").arg(getpid ());
53 QLabel *label2 = new QLabel (label2text, panel);

Completed in 29 milliseconds