Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 26th, 2014
192
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++ (with Qt extensions)
0.16 KB
raw
download
clone
embed
print
report
QTranslator
translator
;
translator.
load
(
QString
(
"qt_fr"
)
,
QLibraryInfo
::
location
(
QLibraryInfo
::
TranslationsPath
)
)
;
app.
installTranslator
(
&
translator
)
;
RAW Paste Data
QTranslator translator; translator.load(QString("qt_fr"), QLibraryInfo::location(QLibraryInfo::TranslationsPath)); app.installTranslator(&translator);
Public Pastes
book container css
CSS | 18 min ago
book container htm...
HTML | 18 min ago
Untitled
HTML | 59 min ago
Untitled
Apache Log | 2 hours ago
project-7701-NodeM...
C | 2 hours ago
project-7701-Nano-...
C | 2 hours ago
Untitled
Java | 2 hours ago
Untitled
Java | 2 hours ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!