File: Import.qml.cpp

package info (click to toggle)
doxyqml 0.5.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 1,349; cpp: 165; makefile: 9; sh: 8
file content (12 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
using namespace QtQuick;
using namespace QtQuick::Controls;
using namespace QtQuick::Layouts;
class Import : public QtQml.QtObject {
public:

Q_PROPERTY(string import_hello READ dummyGetter_import_hello_ignore)

Q_PROPERTY(string hello_import READ dummyGetter_hello_import_ignore)

Q_PROPERTY(string import_2_15 READ dummyGetter_import_2_15_ignore)
};