Home
last modified time | relevance | path

Searched refs:strTxt (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/bww/
H A Dimportbww.cpp54 static void addText(Ms::VBox*& vbx, Ms::Score* s, QString strTxt, Ms::Tid stl) in addText() argument
56 if (!strTxt.isEmpty()) { in addText()
58 text->setPlainText(strTxt); in addText()
/dports/chinese/scim-fcitx/fcitx/src/
H A Dpy.cpp329 char strTxt[256]; in LoadPYOtherDict() local
333 if (!fgets (strTxt, 255, fp)) in LoadPYOtherDict()
335 i = strlen (strTxt) - 1; in LoadPYOtherDict()
336 if (strTxt[0] == '#') in LoadPYOtherDict()
338 if (strTxt[i] == '\n') in LoadPYOtherDict()
339 strTxt[i] = '\0'; in LoadPYOtherDict()
340 if (!strlen (strTxt)) in LoadPYOtherDict()
342 sscanf (strTxt, "%s %s", str1, str2); in LoadPYOtherDict()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dimportmxmlpass1.cpp493 static void addText(VBox* vbx, Score* s, const QString strTxt, const Tid stl) in addText() argument
495 if (!strTxt.isEmpty()) { in addText()
497 text->setXmlText(strTxt); in addText()
511 static void addText2(VBox* vbx, Score* s, const QString strTxt, const Tid stl, const Align align, c… in addText2() argument
513 if (!strTxt.isEmpty()) { in addText2()
515 text->setXmlText(strTxt); in addText2()
/dports/audio/musescore/MuseScore-3.6.1/importexport/ove/
H A Dimportove.cpp326 void addText(VBox* & vbox, Score* s, QString strTxt, Tid stl) { in addText() argument
327 if (!strTxt.isEmpty()) { in addText()
329 text->setPlainText(strTxt); in addText()