File: main.qml

package info (click to toggle)
qttools-opensource-src 5.11.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,036 kB
  • sloc: cpp: 197,024; xml: 1,930; ansic: 196; perl: 88; makefile: 55; java: 32
file content (4 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (8)
1
2
3
4
import MyModuleWithSingleton 1.0
Text {
    text: MySingletonCustomTranslator.subObject.tr("xxx")
}