| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- MetaInfo {
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/areaseries-icon16.png"
- ItemLibraryEntry {
- name: "Area"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/areaseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/AreaSeries.qml" }
- }
- }
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/barseries-icon16.png"
- ItemLibraryEntry {
- name: "Bar"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/barseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/BarSeries.qml" }
- }
- }
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/lineseries-icon16.png"
- ItemLibraryEntry {
- name: "Line"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/lineseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/LineSeries.qml" }
- }
- }
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/pieseries-icon16.png"
- ItemLibraryEntry {
- name: "Pie"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/pieseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/PieSeries.qml" }
- }
- }
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/scatterseries-icon16.png"
- ItemLibraryEntry {
- name: "Scatter"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/scatterseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/ScatterSeries.qml" }
- }
- }
- Type {
- name: "QtGraphs.GraphsView"
- icon: "images/splineseries-icon16.png"
- ItemLibraryEntry {
- name: "Spline"
- category: "Qt Graphs - GraphsView"
- libraryIcon: "images/splineseries-icon.png"
- version: "1.0"
- requiredImport: "QtGraphs"
- QmlSource { source: "default/SplineSeries.qml" }
- }
- }
- }
|